Lines Matching refs:exca

250 	reg = (exca_getb(&sc->exca, EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |   in cbb_disable_func_intr()
252 exca_putb(&sc->exca, EXCA_INTR, reg); in cbb_disable_func_intr()
268 reg = (exca_getb(&sc->exca, EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) | in cbb_enable_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()
438 if (child != sc->cbdev && child != sc->exca.pccarddev) in cbb_child_detached()
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()
696 exca_putb(&sc->exca, EXCA_INTR, (reg & 0xf0) | 1); in cbb_o2micro_power_hack()
708 exca_putb(&sc->exca, EXCA_INTR, reg); in cbb_o2micro_power_hack2()
908 exca_clrb(&sc->exca, EXCA_PWRCTL, EXCA_PWRCTL_OE); in cbb_do_power()
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()
1317 exca_putb(&sc->exca, EXCA_PWRCTL, 0); in cbb_pcic_power_disable_socket()
1323 exca_putb(&sc->exca, EXCA_INTR, EXCA_INTR_ENABLE); in cbb_pcic_power_disable_socket()
1357 error = exca_activate_resource(&sc->exca, child, type, rid, res); in cbb_pcic_activate_resource()
1368 return (exca_deactivate_resource(&sc->exca, child, type, rid, res)); in cbb_pcic_deactivate_resource()
1463 return (exca_mem_set_flags(&sc->exca, res, flags)); in cbb_pcic_set_res_flags()
1479 return (exca_mem_set_offset(&sc->exca, res, cardaddr, deltap)); in cbb_pcic_set_memory_offset()