/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-axp209.txt | 66 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 D | bhndb_pci.c | 1048 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 D | sun50i-h700-anbernic-rg35xx-h.dts | 113 function = "gpio_out";
|
/freebsd/sys/dev/bwi/ |
H A D | if_bwi.c | 647 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 D | sun8i-a33-inet-d978-rev2.dts | 89 function = "gpio_out";
|
H A D | sun5i-a10s-auxtek-t003.dts | 107 function = "gpio_out";
|
H A D | sun5i-a10s-r7-tv-dongle.dts | 99 function = "gpio_out";
|
H A D | sun7i-a20-itead-ibox.dts | 134 function = "gpio_out";
|
H A D | sun5i-a13-olinuxino-micro.dts | 109 function = "gpio_out";
|
H A D | sun5i-a10s-auxtek-t004.dts | 124 function = "gpio_out";
|
H A D | sun4i-a10-olinuxino-lime.dts | 185 function = "gpio_out";
|
H A D | sun7i-a20-olinuxino-lime.dts | 176 function = "gpio_out";
|
H A D | sun5i-a13-olinuxino.dts | 202 function = "gpio_out";
|
H A D | sun5i-a10s-olinuxino-micro.dts | 218 function = "gpio_out";
|
H A D | sun4i-a10-cubieboard.dts | 184 function = "gpio_out";
|
H A D | sun7i-a20-olinuxino-lime2.dts | 187 function = "gpio_out";
|
H A D | sun7i-a20-olimex-som-evb.dts | 236 function = "gpio_out";
|
H A D | sun7i-a20-olinuxino-micro.dts | 254 function = "gpio_out";
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_common.h | 158 unsigned int gpio_out; /* GPIO output settings */ member
|
H A D | cxgb_t3_hw.c | 4360 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()
|