Searched refs:GPIO_REG (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/mips/mediatek/
H A Dmtk_gpio_v2.c112 #define GPIO_REG(_sc, _reg) ((_reg) + (_sc)->bank_id * 0x4) macro
113 #define GPIO_PIOINT(_sc) GPIO_REG((_sc), 0x0090)
114 #define GPIO_PIOEDGE(_sc) GPIO_REG((_sc), 0x00A0)
115 #define GPIO_PIORENA(_sc) GPIO_REG((_sc), 0x0050)
116 #define GPIO_PIOFENA(_sc) GPIO_REG((_sc), 0x0060)
117 #define GPIO_PIODATA(_sc) GPIO_REG((_sc), 0x0020)
118 #define GPIO_PIODIR(_sc) GPIO_REG((_sc), 0x0000)
119 #define GPIO_PIOPOL(_sc) GPIO_REG((_sc), 0x0010)
120 #define GPIO_PIOSET(_sc) GPIO_REG((_sc), 0x0030)
121 #define GPIO_PIORESET(_sc) GPIO_REG((_s
[all...]

Completed in 102 milliseconds