Lines Matching defs:port
54 #define RZA2_PDR(port) (0x0000 + (port) * 2) /* Direction 16-bit */ argument
55 #define RZA2_PODR(port) (0x0040 + (port)) /* Output Data 8-bit */ argument
56 #define RZA2_PIDR(port) (0x0060 + (port)) /* Input Data 8-bit */ argument
57 #define RZA2_PMR(port) (0x0080 + (port)) /* Mode 8-bit */ argument
58 #define RZA2_DSCR(port) (0x0140 + (port) * 2) /* Drive 16-bit */ argument
59 #define RZA2_PFS(port, pin) (0x0200 + ((port) * 8) + (pin)) /* Fnct 8-bit */ argument
75 static void rza2_set_pin_function(void __iomem *pfc_base, u8 port, u8 pin, in rza2_set_pin_function()
113 u8 port = RZA2_PIN_ID_TO_PORT(offset); in rza2_pin_to_gpio() local
133 u8 port = RZA2_PIN_ID_TO_PORT(offset); in rza2_chip_get_direction() local
168 u8 port = RZA2_PIN_ID_TO_PORT(offset); in rza2_chip_get() local
178 u8 port = RZA2_PIN_ID_TO_PORT(offset); in rza2_chip_set() local