Home
last modified time | relevance | path

Searched refs:gpio_out (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-axp209.txt66 GPIO0 | gpio_in, gpio_out, ldo, adc
67 GPIO1 | gpio_in, gpio_out, ldo, adc
68 GPIO2 | gpio_in, gpio_out
74 GPIO0 | gpio_in, gpio_out, ldo, adc
75 GPIO1 | gpio_in, gpio_out, ldo
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c1048 uint32_t gpio_in, gpio_out, gpio_en; in bhndb_enable_pci_clocks() local
1064 gpio_out = pci_read_config(pci_dev, BHNDB_PCI_GPIO_OUT, 4); in bhndb_enable_pci_clocks()
1069 gpio_out |= gpio_flags; in bhndb_enable_pci_clocks()
1072 pci_write_config(pci_dev, BHNDB_PCI_GPIO_OUT, gpio_out, 4); in bhndb_enable_pci_clocks()
1077 gpio_out &= ~BHNDB_PCI_GPIO_PLL_OFF; in bhndb_enable_pci_clocks()
1078 pci_write_config(pci_dev, BHNDB_PCI_GPIO_OUT, gpio_out, 4); in bhndb_enable_pci_clocks()
1101 uint32_t gpio_out, gpio_en; in bhndb_disable_pci_clocks() local
1110 gpio_out = pci_read_config(pci_dev, BHNDB_PCI_GPIO_OUT, 4); in bhndb_disable_pci_clocks()
1114 gpio_out &= ~BHNDB_PCI_GPIO_XTAL_ON; in bhndb_disable_pci_clocks()
1115 gpio_out |= BHNDB_PCI_GPIO_PLL_OFF; in bhndb_disable_pci_clocks()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-h.dts113 function = "gpio_out";
/freebsd/sys/dev/bwi/
H A Dif_bwi.c647 uint32_t gpio_in, gpio_out, gpio_en; in bwi_power_on() local
654 gpio_out = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4); in bwi_power_on()
657 gpio_out |= BWI_PCIM_GPIO_PWR_ON; in bwi_power_on()
661 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
665 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4); in bwi_power_on()
671 gpio_out &= ~BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
672 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4); in bwi_power_on()
686 uint32_t gpio_out, gpio_en; in bwi_power_off() local
689 gpio_out = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4); in bwi_power_off()
692 gpio_out &= ~BWI_PCIM_GPIO_PWR_ON; in bwi_power_off()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-a33-inet-d978-rev2.dts89 function = "gpio_out";
H A Dsun5i-a10s-auxtek-t003.dts107 function = "gpio_out";
H A Dsun5i-a10s-r7-tv-dongle.dts99 function = "gpio_out";
H A Dsun7i-a20-itead-ibox.dts134 function = "gpio_out";
H A Dsun5i-a13-olinuxino-micro.dts109 function = "gpio_out";
H A Dsun5i-a10s-auxtek-t004.dts124 function = "gpio_out";
H A Dsun4i-a10-olinuxino-lime.dts185 function = "gpio_out";
H A Dsun7i-a20-olinuxino-lime.dts176 function = "gpio_out";
H A Dsun5i-a13-olinuxino.dts202 function = "gpio_out";
H A Dsun5i-a10s-olinuxino-micro.dts218 function = "gpio_out";
H A Dsun4i-a10-cubieboard.dts184 function = "gpio_out";
H A Dsun7i-a20-olinuxino-lime2.dts187 function = "gpio_out";
H A Dsun7i-a20-olimex-som-evb.dts236 function = "gpio_out";
H A Dsun7i-a20-olinuxino-micro.dts254 function = "gpio_out";
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h158 unsigned int gpio_out; /* GPIO output settings */ member
H A Dcxgb_t3_hw.c4360 u32 gpio_out = ai->gpio_out; in early_hw_init() local
4366 gpio_out | F_GPIO0_OEN | F_GPIO0_OUT_VAL); in early_hw_init()