Searched refs:GPIO_B (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_gpio-test.c | 21 #define GPIO_B 0x48000400 macro 202 gpio_writel(GPIO_B, MODER, 0xDEADBEEF); in test_idr_reset_value() 203 gpio_writel(GPIO_B, ODR, 0xDEADBEEF); in test_idr_reset_value() 204 gpio_writel(GPIO_B, OTYPER, 0xDEADBEEF); in test_idr_reset_value() 205 gpio_writel(GPIO_B, PUPDR, 0xDEADBEEF); in test_idr_reset_value() 234 moder = gpio_readl(GPIO_B, MODER); in test_idr_reset_value() 235 odr = gpio_readl(GPIO_B, ODR); in test_idr_reset_value() 236 otyper = gpio_readl(GPIO_B, OTYPER); in test_idr_reset_value() 237 pupdr = gpio_readl(GPIO_B, PUPDR); in test_idr_reset_value() 238 idr = gpio_readl(GPIO_B, IDR); in test_idr_reset_value() [all …]
|
/openbmc/u-boot/board/keymile/kmp204x/ |
H A D | kmp204x.h | 9 #define GPIO_B 0x60 macro
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15xx-dhcom-drc02.dtsi | 114 * Note: PF3/GPIO_A , PD6/GPIO_B , PG0/GPIO_C , PC6/GPIO_E are
|
/openbmc/qemu/hw/arm/ |
H A D | stellaris.c | 38 #define GPIO_B 1 macro
|