Lines Matching full:exca
99 #include <dev/exca/excareg.h>
100 #include <dev/exca/excavar.h>
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()
645 * is selected (ExCA register 03h bits 3:0, of the slot, are in cbb_o2micro_power_hack()
648 * IREQ# before the ExCA registers are fully programmed. This in cbb_o2micro_power_hack()
649 * in turn asserts INT# because ExCA register 03h bits 3:0 in cbb_o2micro_power_hack()
653 * (old or new), is to set ExCA register 03h bits 3:0 = 0001b in cbb_o2micro_power_hack()
664 reg = exca_getb(&sc->exca, EXCA_INTR); in cbb_o2micro_power_hack()
665 exca_putb(&sc->exca, EXCA_INTR, (reg & 0xf0) | 1); in cbb_o2micro_power_hack()
677 exca_putb(&sc->exca, EXCA_INTR, reg); in cbb_o2micro_power_hack2()
737 * EXCA CSC register for 16-bit cards, and disable the CD bit? in cbb_power()
877 exca_clrb(&sc->exca, EXCA_PWRCTL, EXCA_PWRCTL_OE); in cbb_do_power()
1268 exca_reset(&sc->exca, child); in cbb_pcic_power_enable_socket()
1281 exca_putb(&sc->exca, EXCA_INTR, 0); in cbb_pcic_power_disable_socket()
1286 exca_putb(&sc->exca, EXCA_PWRCTL, 0); in cbb_pcic_power_disable_socket()
1292 exca_putb(&sc->exca, EXCA_INTR, EXCA_INTR_ENABLE); in cbb_pcic_power_disable_socket()
1326 error = exca_activate_resource(&sc->exca, child, res); in cbb_pcic_activate_resource()
1337 return (exca_deactivate_resource(&sc->exca, child, res)); in cbb_pcic_deactivate_resource()
1432 return (exca_mem_set_flags(&sc->exca, res, flags)); in cbb_pcic_set_res_flags()
1448 return (exca_mem_set_offset(&sc->exca, res, cardaddr, deltap)); in cbb_pcic_set_memory_offset()