/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
stm32mp15xxab-pinctrl.dtsi | 52 gpioh: gpio@50009000 { label
|
stm32mp15xxac-pinctrl.dtsi | 52 gpioh: gpio@50009000 { label
|
stm32mp15xxad-pinctrl.dtsi | 52 gpioh: gpio@50009000 { label
|
stm32mp15xxab-pinctrl.dtsi | 52 gpioh: gpio@50009000 { label
|
stm32mp15xxac-pinctrl.dtsi | 52 gpioh: gpio@50009000 { label
|
stm32mp15xxad-pinctrl.dtsi | 52 gpioh: gpio@50009000 { label
|
ecx-common.dtsi | 33 calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>, 34 <&gpioh 7 1>; 87 gpioh: gpio@fff33000 { label
|
stm32f429-pinctrl.dtsi | 76 gpioh: gpio@40021c00 { label
|
stm32f469-pinctrl.dtsi | 76 gpioh: gpio@40021c00 { label
|
stm32mp15xxaa-pinctrl.dtsi | 52 gpioh: gpio@50009000 { label
|
ecx-common.dtsi | 33 calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>, 34 <&gpioh 7 1>; 87 gpioh: gpio@fff33000 { label
|
stm32f429-pinctrl.dtsi | 76 gpioh: gpio@40021c00 { label
|
stm32f469-pinctrl.dtsi | 76 gpioh: gpio@40021c00 { label
|
stm32mp15xxaa-pinctrl.dtsi | 52 gpioh: gpio@50009000 { label
|
stm32f7-pinctrl.dtsi | 90 gpioh: gpio@40021c00 { label in label:pinctrl 96 clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOH)>; 97 st,bank-name = "GPIOH";
|
stm32f7-pinctrl.dtsi | 90 gpioh: gpio@40021c00 { label in label:pinctrl 96 clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOH)>; 97 st,bank-name = "GPIOH";
|
stm32f4-pinctrl.dtsi | 126 gpioh: gpio@40021c00 { label in label:pinctrl 132 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOH)>; 133 st,bank-name = "GPIOH";
|
stm32f4-pinctrl.dtsi | 126 gpioh: gpio@40021c00 { label in label:pinctrl 132 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOH)>; 133 st,bank-name = "GPIOH";
|
stm32h743.dtsi | 679 gpioh: gpio@58021c00 { label in label:pinctrl 684 st,bank-name = "GPIOH";
|
/src/sys/arch/arm/s3c2xx0/ |
s3c2410_spi.c | 168 bus_space_handle_t gpioh = s3c2xx0_softc->sc_gpio_ioh; local in function:s3c24x0_spi_setup 181 pecon = bus_space_read_4(iot, gpioh, GPIO_PECON); 184 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON); 186 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon); 193 bus_space_write_4(iot, gpioh, GPIO_PECON, pecon); 196 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON); 205 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
|
s3c2410_spi.c | 168 bus_space_handle_t gpioh = s3c2xx0_softc->sc_gpio_ioh; local in function:s3c24x0_spi_setup 181 pecon = bus_space_read_4(iot, gpioh, GPIO_PECON); 184 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON); 186 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon); 193 bus_space_write_4(iot, gpioh, GPIO_PECON, pecon); 196 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON); 205 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
|
s3c2440_spi.c | 210 bus_space_handle_t gpioh = s3c2xx0_softc->sc_gpio_ioh; local in function:s3c24x0_spi_setup 222 pecon = bus_space_read_4(iot, gpioh, GPIO_PECON); 225 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON); 227 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon); 234 bus_space_write_4(iot, gpioh, GPIO_PECON, pecon); 237 peup = bus_space_read_4(iot, gpioh, GPIO_PEUP); 241 bus_space_write_4(iot, gpioh, GPIO_PEUP, peup); 248 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON); 257 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon); 260 peup = bus_space_read_4(iot, gpioh, GPIO_PGUP) [all...] |
s3c2440_spi.c | 210 bus_space_handle_t gpioh = s3c2xx0_softc->sc_gpio_ioh; local in function:s3c24x0_spi_setup 222 pecon = bus_space_read_4(iot, gpioh, GPIO_PECON); 225 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON); 227 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon); 234 bus_space_write_4(iot, gpioh, GPIO_PECON, pecon); 237 peup = bus_space_read_4(iot, gpioh, GPIO_PEUP); 241 bus_space_write_4(iot, gpioh, GPIO_PEUP, peup); 248 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON); 257 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon); 260 peup = bus_space_read_4(iot, gpioh, GPIO_PGUP) [all...] |
/src/sys/arch/evbarm/smdk2xx0/ |
smdk2410_kbd.c | 214 bus_space_handle_t gpioh; member in struct:sskbd_softc 268 bus_space_handle_t gpioh; local in function:sskbd_attach 278 sc->gpioh = gpioh = spia->spia_gpioh; 281 reg = bus_space_read_2(iot, gpioh, GPIO_PGUP); 282 bus_space_write_2(iot, gpioh, GPIO_PGUP, reg & ~(1<<5)); 285 bus_space_write_2(iot, gpioh, GPIO_PBDAT, 287 bus_space_read_2(iot, gpioh, GPIO_PBDAT)); 288 reg = bus_space_read_4(iot, gpioh, GPIO_PBCON); 291 bus_space_write_4(iot, gpioh, GPIO_PBCON, reg) [all...] |
smdk2410_kbd.c | 214 bus_space_handle_t gpioh; member in struct:sskbd_softc 268 bus_space_handle_t gpioh; local in function:sskbd_attach 278 sc->gpioh = gpioh = spia->spia_gpioh; 281 reg = bus_space_read_2(iot, gpioh, GPIO_PGUP); 282 bus_space_write_2(iot, gpioh, GPIO_PGUP, reg & ~(1<<5)); 285 bus_space_write_2(iot, gpioh, GPIO_PBDAT, 287 bus_space_read_2(iot, gpioh, GPIO_PBDAT)); 288 reg = bus_space_read_4(iot, gpioh, GPIO_PBCON); 291 bus_space_write_4(iot, gpioh, GPIO_PBCON, reg) [all...] |