Home
last modified time | relevance | path

Searched full:gpioc (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dst,stm32-pinctrl.yaml99 - GPIOC
255 gpioc: gpio@2000 {
260 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOC)>;
261 st,bank-name = "GPIOC";
H A Dabilis,tb10x-iomux.txt25 - GPIO ports: gpioa, gpiob, gpioc, gpiod, gpioe, gpiof, gpiog,
/freebsd/sys/dev/gpio/
H A Dgpioc.c113 static MALLOC_DEFINE(M_GPIOC, "gpioc", "gpioc device data");
151 .d_name = "gpioc",
590 mtx_init(&sc->sc_pin_intr[i].mtx, "gpioc pin", NULL, MTX_DEF); in gpioc_attach()
600 err = make_dev_s(&devargs, &sc->sc_ctl_dev, "gpioc%d", sc->sc_unit); in gpioc_attach()
602 device_printf(dev, "Failed to create gpioc%d", sc->sc_unit); in gpioc_attach()
685 mtx_init(&priv->mtx, "gpioc priv", NULL, MTX_DEF); in gpioc_open()
1061 "gpioc",
1066 DRIVER_MODULE(gpioc, gpio, gpioc_driver, 0, 0);
1067 MODULE_VERSION(gpioc, 1);
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32h750i-art-pi.dts90 gpios = <&gpioc 15 0>;
110 gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
216 host-wakeup-gpios = <&gpioc 0 GPIO_ACTIVE_HIGH>;
H A Dstm32f429-disco.dts97 gpio = <&gpioc 4 0>;
180 cs-gpios = <&gpioc 1 GPIO_ACTIVE_LOW>, <&gpioc 2 GPIO_ACTIVE_LOW>;
H A Dstm32f7-pinctrl.dtsi39 gpioc: gpio@40020800 { label
45 clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOC)>;
46 st,bank-name = "GPIOC";
H A Dstm32mp15xxad-pinctrl.dtsi22 gpioc: gpio@50004000 { label
H A Dstm32mp15xxab-pinctrl.dtsi22 gpioc: gpio@50004000 { label
H A Dstm32mp15xx-dhcom-pdk2.dtsi87 gpios = <&gpioc 6 GPIO_ACTIVE_HIGH>;
212 interrupt-parent = <&gpioc>;
H A Dstm32mp15xx-dhcom-som.dtsi160 interrupt-parent = <&gpioc>;
195 &gpioc {
489 st,ck-gpios = <&gpioc 12 0>;
H A Dstm32mp15xxac-pinctrl.dtsi22 gpioc: gpio@50004000 { label
H A Dstm32mp15xxaa-pinctrl.dtsi22 gpioc: gpio@50004000 { label
H A Dstm32f469-pinctrl.dtsi56 gpioc: gpio@40020800 { label
H A Dstm32f429-pinctrl.dtsi56 gpioc: gpio@40020800 { label
H A Dstm32f4-pinctrl.dtsi75 gpioc: gpio@40020800 { label
81 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOC)>;
82 st,bank-name = "GPIOC";
H A Dstm32mp15xx-dhcom-picoitx.dtsi58 &gpioc {
/freebsd/sys/contrib/device-tree/src/arc/
H A Dabilis_tb100.dtsi51 abilis,function = "gpioc";
179 gpioc: gpio@ff142000 { label
190 gpio-ranges-group-names = "gpioc";
H A Dabilis_tb101.dtsi51 abilis,function = "gpioc";
188 gpioc: gpio@ff142000 { label
199 gpio-ranges-group-names = "gpioc";
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-venice-gw7905.dtsi92 "gpiob", "gpioc", "", "",
201 MX8MP_IOMUXC_SAI1_RXD3__GPIO4_IO05 0x40000040 /* GPIOC */
/freebsd/sys/contrib/device-tree/src/arm64/st/
H A Dstm32mp251.dtsi193 gpioc: gpio@44260000 {
200 st,bank-name = "GPIOC";
158 gpioc: gpio@44260000 { global() label
H A Dstm32mp25xxak-pinctrl.dtsi22 gpioc: gpio@44260000 { label
H A Dstm32mp25xxal-pinctrl.dtsi22 gpioc: gpio@44260000 { label
H A Dstm32mp25xxai-pinctrl.dtsi22 gpioc: gpio@44260000 { label
/freebsd/sys/modules/gpio/gpiobus/
H A DMakefile34 SRCS= gpiobus.c gpioc.c
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmicrel,ks8851.yaml95 interrupt-parent = <&gpioc>;

123