Searched defs:GPIO (Results 1 – 15 of 15) sorted by relevance
20 struct GPIO struct22 unsigned char dta1; /* 0 data port 1 */23 unsigned char dir1; /* 1 direction port 1 */24 unsigned char out1; /* 2 output type port 1 */25 unsigned char puc1; /* 3 pull-up control port 1 */26 unsigned char dta2; /* 4 data port 2 */27 unsigned char dir2; /* 5 direction port 2 */28 unsigned char out2; /* 6 output type port 2 */29 unsigned char puc2; /* 7 pull-up control port 2 */
39 struct GPIO struct44 unsigned int line{0};52 bool activeLow{false};
46 class GPIO class63 GPIO(const std::string& device, gpioNum_t gpio, Direction direction) : in GPIO() function in witherspoon::gpio::GPIO
442 struct GPIO struct459 using GPIO = phosphor::logging::xyz::openbmc_project::common::callout::GPIO; argument
46 class GPIO class63 GPIO(const std::string& device, gpioNum_t gpio, Direction direction) : in GPIO() function in phosphor::gpio::GPIO
1736 struct GPIO struct1753 using GPIO = phosphor::logging::xyz::openbmc_project::common::callout::GPIO; argument
26 ### GPIO subsection
16 } GPIO; typedef
11 #define GPIO 0x0 macro
228 struct GPIO struct245 using GPIO = phosphor::logging::xyz::openbmc_project::common::callout::GPIO; argument
43 #define GPIO(bank, offset) ((bank) << GPIO_BANK_SHIFT | (offset)) macro
21 #define GPIO(x) (0xf0010000 + (x) * 0x1000) macro
51 GPIO = 0, /* Native, no need to set PAD_VALUE */ enumerator
35 #define GPIO(n) (n + GPIOA) macro
65 GPIO = 1, enumerator [all...]