Searched refs:gpio_en (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c540 uint32_t gpio_in, gpio_out, gpio_en; local
555 gpio_en = pci_read_config(sc->parent, BHNDB_PCI_GPIO_OUTEN, 4);
560 gpio_en |= gpio_flags;
563 pci_write_config(sc->parent, BHNDB_PCI_GPIO_OUTEN, gpio_en, 4);
587 uint32_t gpio_out, gpio_en; local
595 gpio_en = pci_read_config(sc->parent, BHNDB_PCI_GPIO_OUTEN, 4);
603 gpio_en |= (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);
604 pci_write_config(sc->parent, BHNDB_PCI_GPIO_OUTEN, gpio_en, 4);
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c648 uint32_t gpio_in, gpio_out, gpio_en; local
656 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4);
659 gpio_en |= BWI_PCIM_GPIO_PWR_ON;
663 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF;
667 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4);
687 uint32_t gpio_out, gpio_en; local
691 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4);
694 gpio_en |= BWI_PCIM_GPIO_PWR_ON;
697 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF;
701 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en,
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim-defs.h524 uint64_t gpio_en : 64; /**< Each bit correspond to rings [63:0] respectively. member in struct:cvmx_tim_gpio_en::cvmx_tim_gpio_en_s
529 uint64_t gpio_en : 64;

Completed in 143 milliseconds