Home
last modified time | relevance | path

Searched refs:AMD_REG_GPIO (Results 1 – 1 of 1) sorted by relevance

/drivers/gpio/
Dgpio-amd8111.c38 #define AMD_REG_GPIO(i) (0x10 + (i)) macro
83 agp->orig[offset] = ioread8(agp->pm + AMD_REG_GPIO(offset)) & in amd_gpio_request()
97 iowrite8(agp->orig[offset], agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_free()
107 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_set()
109 iowrite8(temp, agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_set()
120 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_get()
134 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_dirout()
136 iowrite8(temp, agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_dirout()
151 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_dirin()
153 iowrite8(temp, agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_dirin()