Home | History | Annotate | Download | only in hpc

Lines Matching defs:haa

87 	struct hpc_attach_args *haa = aux;
93 msc->sc_irq = haa->ha_irq;
100 if (pckbc_is_console(haa->ha_st, MIPS_KSEG1_TO_PHYS(haa->ha_sh +
101 haa->ha_devoff))) {
106 if (bus_space_subregion(haa->ha_st, haa->ha_sh,
107 haa->ha_devoff + KBDATAP, 1, &ioh_d) ||
108 bus_space_subregion(haa->ha_st, haa->ha_sh,
109 haa->ha_devoff + KBCMDP, 1, &ioh_c))
116 t->t_addr = haa->ha_sh;