Searched refs:AMD_REG_GPIO (Results 1 – 1 of 1) sorted by relevance
35 #define AMD_REG_GPIO(i) (0x10 + (i)) macro80 agp->orig[offset] = ioread8(agp->pm + AMD_REG_GPIO(offset)) & in amd_gpio_request()94 iowrite8(agp->orig[offset], agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_free()104 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_set()106 iowrite8(temp, agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_set()119 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_get()133 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_dirout()135 iowrite8(temp, agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_dirout()150 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_dirin()152 iowrite8(temp, agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_dirin()
Completed in 4 milliseconds