Home
last modified time | relevance | path

Searched refs:GPIO_A (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/keymile/kmp204x/
H A Dpci.c24 qrio_gpio_direction_output(GPIO_A, PROM_SEL_L, !cpu_own); in toggle_fpga_eeprom_bus()
42 qrio_gpio_direction_output(GPIO_A, CONF_SEL_L, 0); in trigger_fpga_config()
45 qrio_gpio_direction_output(GPIO_A, FPGA_PROG_L, 0); in trigger_fpga_config()
52 init_l = qrio_get_gpio(GPIO_A, FPGA_INIT_L); in trigger_fpga_config()
62 qrio_set_gpio(GPIO_A, FPGA_PROG_L, 1); in trigger_fpga_config()
76 done = qrio_get_gpio(GPIO_A, FPGA_DONE); in wait_for_fpga_config()
89 qrio_set_gpio(GPIO_A, CONF_SEL_L, 1); in wait_for_fpga_config()
H A Dkmp204x.c44 #define DEBLOCK_PORT1 GPIO_A
296 #define SELFTEST_PORT GPIO_A
H A Dkmp204x.h8 #define GPIO_A 0x40 macro
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c20 #define GPIO_A 0x48000000 macro
197 gpio_writel(GPIO_A, MODER, 0xDEADBEEF); in test_idr_reset_value()
198 gpio_writel(GPIO_A, ODR, 0xDEADBEEF); in test_idr_reset_value()
199 gpio_writel(GPIO_A, OTYPER, 0xDEADBEEF); in test_idr_reset_value()
200 gpio_writel(GPIO_A, PUPDR, 0xDEADBEEF); in test_idr_reset_value()
219 uint32_t moder = gpio_readl(GPIO_A, MODER); in test_idr_reset_value()
220 uint32_t odr = gpio_readl(GPIO_A, ODR); in test_idr_reset_value()
221 uint32_t otyper = gpio_readl(GPIO_A, OTYPER); in test_idr_reset_value()
222 uint32_t pupdr = gpio_readl(GPIO_A, PUPDR); in test_idr_reset_value()
223 uint32_t idr = gpio_readl(GPIO_A, IDR); in test_idr_reset_value()
[all …]
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-dhcom-drc02.dtsi126 * Note: PF3/GPIO_A , PD6/GPIO_B , PG0/GPIO_C , PC6/GPIO_E are
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-dhcom-pdk2.dts218 * GPIO_A,B,C,D are connected to buttons.
H A Dimx8mp-dhcom-pdk3.dts341 * GPIO_A,B,C,E are connected to buttons.
/openbmc/qemu/hw/arm/
H A Dstellaris.c37 #define GPIO_A 0 macro