Home
last modified time | relevance | path

Searched refs:exca (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/dev/exca/
H A Dexca.c663 exca->chipset = EXCA_BOGUS; in exca_valid_slot()
682 exca->chipset = EXCA_I82365; in exca_valid_slot()
690 bus_space_write_1(exca->bst, exca->bsh, EXCA_REG_INDEX, in exca_valid_slot()
692 bus_space_write_1(exca->bst, exca->bsh, EXCA_REG_INDEX, in exca_valid_slot()
699 exca->chipset = EXCA_VG365; in exca_valid_slot()
755 exca->chipset = EXCA_IBM; in exca_valid_slot()
783 exca->getb = exca_io_getb; in exca_probe_slots()
784 exca->putb = exca_io_putb; in exca_probe_slots()
798 device_printf(exca->dev, in exca_insert()
801 device_printf(exca->dev, in exca_insert()
[all …]
H A Dexcavar.h118 int exca_probe_slots(device_t dev, struct exca_softc *exca,
124 int exca_activate_resource(struct exca_softc *exca, device_t child, int type,
126 int exca_deactivate_resource(struct exca_softc *exca, device_t child, int type,
/freebsd-14.2/sys/modules/exca/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/exca
4 KMOD= exca
5 SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h
/freebsd-14.2/sys/dev/pccbb/
H A Dpccbb.c252 exca_putb(&sc->exca, EXCA_INTR, reg); in cbb_disable_func_intr()
272 exca_putb(&sc->exca, EXCA_INTR, reg); in cbb_enable_func_intr()
319 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET); in cbb_detach()
545 if (device_is_attached(sc->exca.pccarddev)) { in cbb_insert()
547 exca_insert(&sc->exca); in cbb_insert()
574 exca_removal(&sc->exca); in cbb_removal()
695 reg = exca_getb(&sc->exca, EXCA_INTR); in cbb_o2micro_power_hack()
708 exca_putb(&sc->exca, EXCA_INTR, reg); in cbb_o2micro_power_hack2()
1299 exca_reset(&sc->exca, child); in cbb_pcic_power_enable_socket()
1312 exca_putb(&sc->exca, EXCA_INTR, 0); in cbb_pcic_power_disable_socket()
[all …]
H A Dpccbb_pci.c328 sc->exca.flags |= EXCA_HAS_MEMREG_WIN; in cbb_pci_attach()
329 sc->exca.chipset = EXCA_CARDBUS; in cbb_pci_attach()
397 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET); in cbb_pci_attach()
574 reg = exca_getb(&sc->exca, EXCA_O2MICRO_CTRL_C); in cbb_chipinit()
577 exca_putb(&sc->exca, EXCA_O2MICRO_CTRL_C, reg); in cbb_chipinit()
595 exca_setb(&sc->exca, EXCA_TOPIC97_CTRL, in cbb_chipinit()
639 exca_putb(&sc->exca, EXCA_CSC_INTR, 0); in cbb_chipinit()
678 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET); in cbb_pci_shutdown()
687 exca_putb(&sc->exca, EXCA_ADDRWIN_ENABLE, 0); in cbb_pci_shutdown()
727 csc = exca_getb(&sc->exca, EXCA_CSC); in cbb_pci_filt()
[all …]
H A Dpccbbvar.h57 struct exca_softc exca; member
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/cdc/
H A Dadi,ad7746.yaml34 adi,exca-output-en:
38 adi,exca-output-invert:
71 adi,exca-output-en;
72 adi,exca-output-invert;
/freebsd-14.2/tools/kerneldoc/subsys/
H A DDoxyfile-dev_exca12 INPUT = $(DOXYGEN_SRC_PATH)/dev/exca/ \
/freebsd-14.2/sys/modules/
H A DMakefile734 _exca= exca
884 _exca= exca
/freebsd-14.2/share/man/man4/
H A DMakefile150 exca.4 \
/freebsd-14.2/sys/conf/
H A Dfiles1673 dev/exca/exca.c optional cbb