Home
last modified time | relevance | path

Searched full:gpio_b (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,nsp-pinmux.txt33 pinctrl-0 = <&pwm>, <&gpio_b>, <&nand_sel>;
40 gpio_b: gpio_b {
41 function = "gpio_b";
61 "gpio_b": "gpio_b_0_grp", "gpio_b_1_grp", "gpio_b_2_grp", "gpio_b_3_grp"
H A Dmediatek,mt7622-pinctrl.yaml272 I2S3_OUT, I2S4_OUT, GPIO_B, MDC, MDIO, G2_TXD0, G2_TXD1,
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c21 #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/test/dm/
H A Dgpio.c187 struct udevice *dev, *gpio_a, *gpio_b; in dm_test_gpio_phandles() local
194 ut_assertok(uclass_get_device(UCLASS_GPIO, 2, &gpio_b)); in dm_test_gpio_phandles()
226 ut_asserteq_ptr(gpio_b, desc_list[2].dev); in dm_test_gpio_phandles()
237 ut_asserteq(GPIOF_INPUT, gpio_get_function(gpio_b, 6, NULL)); in dm_test_gpio_phandles()
240 ut_asserteq(GPIOF_INPUT, gpio_get_function(gpio_b, 7, NULL)); in dm_test_gpio_phandles()
241 ut_asserteq(GPIOF_OUTPUT, gpio_get_function(gpio_b, 8, NULL)); in dm_test_gpio_phandles()
243 ut_asserteq(GPIOF_OUTPUT, gpio_get_function(gpio_b, 9, NULL)); in dm_test_gpio_phandles()
/openbmc/u-boot/arch/sandbox/dts/
H A Dtest.dts15 gpio2 = &gpio_b;
85 test-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 5 0 3 2 1>,
87 test2-gpios = <&gpio_a 1>, <&gpio_a 4>, <&gpio_b 6 1 3 2 1>,
88 <&gpio_b 7 2 3 2 1>, <&gpio_b 8 4 3 2 1>,
89 <&gpio_b 9 0xc 3 2 1>;
267 gpio_b: extra-gpios { label
H A Dsandbox64.dts68 gpio_b: gpios@1 { label
253 light-gpios = <&gpio_a 2>, <&gpio_b 6 0>;
H A Dsandbox.dts77 gpio_b: gpios@1 { label
289 light-gpios = <&gpio_a 2>, <&gpio_b 6 0>;
/openbmc/u-boot/board/keymile/kmp204x/
H A Dkmp204x.h9 #define GPIO_B 0x60 macro
/openbmc/u-boot/arch/x86/dts/
H A Dchromebook_link.dts236 board-id-gpios = <&gpio_b 9 0>, <&gpio_b 10 0>,
237 <&gpio_b 11 0>, <&gpio_a 10 0>;
451 gpio_b: gpiob { label
H A Dchromebook_samus.dts588 gpio_b: gpiob { label
637 reset-gpio = <&gpio_b 15 GPIO_ACTIVE_LOW>;
660 codec-enable-gpio = <&gpio_b 11 GPIO_ACTIVE_HIGH>;
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c7 * a group based selection. The gpio_a 8 - 11 are muxed with gpio_b and pwm.
8 * To select PWM, one need to enable the corresponding gpio_b as well.
13 * gpio_a (8-11) | gpio_b (0 - 3)
300 NSP_PIN_FUNCTION(gpio_b),
/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/arm/boot/dts/broadcom/
H A Dbcm958625k.dts135 function = "gpio_b";
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mt7622.c178 MT7622_PIN(22, "GPIO_B"),
/openbmc/qemu/hw/arm/
H A Dstellaris.c38 #define GPIO_B 1 macro
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192f.c1735 /* GPIO_B[7:0] Pull down software register */ in rtl8192fu_emu_to_active()