Searched refs:exca (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/exca/ |
| H A D | exca.c | 657 exca_valid_slot(struct exca_softc *exca) in exca_valid_slot() argument 662 exca->chipset = EXCA_BOGUS; in exca_valid_slot() 669 c = exca_getb(exca, EXCA_IDENT); in exca_valid_slot() 670 DEVPRINTF(exca->dev, "Ident is %x\n", c); in exca_valid_slot() 681 exca->chipset = EXCA_I82365; in exca_valid_slot() 689 bus_space_write_1(exca->bst, exca->bsh, EXCA_REG_INDEX, in exca_valid_slot() 691 bus_space_write_1(exca->bst, exca->bsh, EXCA_REG_INDEX, in exca_valid_slot() 693 exca_setb(exca, EXCA_VADEM_VMISC, EXCA_VADEM_REV); in exca_valid_slot() 694 c = exca_getb(exca, EXCA_IDENT); in exca_valid_slot() 698 exca->chipset = EXCA_VG365; in exca_valid_slot() [all …]
|
| H A D | excavar.h | 118 int exca_probe_slots(device_t dev, struct exca_softc *exca, 124 int exca_activate_resource(struct exca_softc *exca, device_t child, 126 int exca_deactivate_resource(struct exca_softc *exca, device_t child,
|
| /freebsd/sys/modules/exca/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/exca 3 KMOD= exca 4 SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h
|
| /freebsd/sys/dev/pccbb/ |
| H A D | pccbb_pci.c | 317 exca_init(&sc->exca, brdev, sc->bst, sc->bsh, CBB_EXCA_OFFSET); in cbb_pci_attach() 318 sc->exca.flags |= EXCA_HAS_MEMREG_WIN; in cbb_pci_attach() 319 sc->exca.chipset = EXCA_CARDBUS; in cbb_pci_attach() 361 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET); in cbb_pci_attach() 534 reg = exca_getb(&sc->exca, EXCA_O2MICRO_CTRL_C); in cbb_chipinit() 537 exca_putb(&sc->exca, EXCA_O2MICRO_CTRL_C, reg); in cbb_chipinit() 555 exca_setb(&sc->exca, EXCA_TOPIC97_CTRL, in cbb_chipinit() 598 exca_putb(&sc->exca, EXCA_INTR, EXCA_INTR_ENABLE); in cbb_chipinit() 599 exca_putb(&sc->exca, EXCA_CSC_INTR, 0); in cbb_chipinit() 638 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET); in cbb_pci_shutdown() [all …]
|
| H A D | pccbb.c | 249 reg = (exca_getb(&sc->exca, EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) | in cbb_disable_func_intr() 251 exca_putb(&sc->exca, EXCA_INTR, reg); in cbb_disable_func_intr() 267 reg = (exca_getb(&sc->exca, EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) | in cbb_enable_func_intr() 271 exca_putb(&sc->exca, EXCA_INTR, reg); in cbb_enable_func_intr() 288 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET); in cbb_detach() 407 if (child != sc->cbdev && child != sc->exca.pccarddev) in cbb_child_detached() 514 if (device_is_attached(sc->exca.pccarddev)) { in cbb_insert() 516 exca_insert(&sc->exca); in cbb_insert() 543 exca_removal(&sc->exca); in cbb_removal() 664 reg = exca_getb(&sc->exca, EXCA_INTR); in cbb_o2micro_power_hack() [all …]
|
| H A D | pccbbvar.h | 57 struct exca_softc exca; member
|
| /freebsd/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_exca | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/exca/ \
|
| /freebsd/sys/modules/ |
| H A D | Makefile | 762 _exca= exca 924 _exca= exca
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 164 exca.4 \
|
| /freebsd/sys/conf/ |
| H A D | files | 1708 dev/exca/exca.c optional cbb
|