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

/freebsd-9.3-release/sys/powerpc/powermac/
H A Dcpcht.c116 vm_offset_t ht_base; member in struct:cpcht_irq
287 sc->htirq_map[irq].ht_base = sc->sc_data +
305 (sc->htirq_map[irq].ht_base - ptr) + 0x60;
617 cpcht_irqmap[irq].ht_base > 0 && !cpcht_irqmap[irq].edge) {
621 out8rb(cpcht_irqmap[irq].ht_base + PCIR_HT_COMMAND,
625 ht_irq = in32rb(cpcht_irqmap[irq].ht_base + 4);
628 out32rb(cpcht_irqmap[irq].ht_base + 4, ht_irq | HTAPIC_MASK);
638 out32rb(cpcht_irqmap[irq].ht_base + 4, ht_irq);
655 cpcht_irqmap[irq].ht_base > 0) {
659 out8rb(cpcht_irqmap[irq].ht_base
[all...]

Completed in 92 milliseconds