Searched refs:GPIO_BASE (Results 1 – 2 of 2) sorted by relevance
42 #define GPIO_BASE(p) (REG_OFF * PORT(p)) macro43 #define GPIO_OUT(p) GPIO_BASE(p)44 #define GPIO_IN(p) (GPIO_BASE(p) + 0x04)45 #define GPIO_DIR(p) (GPIO_BASE(p) + 0x08)46 #define GPIO_ALT0(p) (GPIO_BASE(p) + 0x0C)47 #define GPIO_ALT1(p) (GPIO_BASE(p) + 0x10)48 #define GPIO_OD(p) (GPIO_BASE(p) + 0x14)49 #define GPIO_PUDSEL(p) (GPIO_BASE(p) + 0x1c)50 #define GPIO_PUDEN(p) (GPIO_BASE(p) + 0x20)53 #define GPIO3_OD (GPIO_BASE(0) + 0x24)[all …]
30 #define GPIO_BASE 0x048 macro371 status = pci_read_config_dword(dev, GPIO_BASE, &nas_gpio_io_base); in ich7_lpc_probe()