Home
last modified time | relevance | path

Searched refs:ha_devoff (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/arch/sgimips/hpc/
Dpckbc_hpc.c101 haa->ha_devoff))) { in pckbc_hpc_attach()
107 haa->ha_devoff + KBDATAP, 1, &ioh_d) || in pckbc_hpc_attach()
109 haa->ha_devoff + KBCMDP, 1, &ioh_c)) in pckbc_hpc_attach()
Dwdsc.c106 asr = MIPS_PHYS_TO_KSEG1(haa->ha_sh + haa->ha_devoff); in wdsc_match()
152 haa->ha_devoff + 0 + 3, 1, &sc->sc_asr_regh)) != 0) { in wdsc_attach()
158 haa->ha_devoff + 4 + 3, 1, &sc->sc_data_regh)) != 0) { in wdsc_attach()
Dhpc.c521 ha.ha_devoff = hd->hd_devoff; in hpc_attach()
640 (bus_addr_t) cf->cf_loc[HPCCF_OFFSET] != ha->ha_devoff) in hpc_submatch()
654 printf(" offset %#" PRIxVADDR, (vaddr_t)ha->ha_devoff); in hpc_print()
Dhaltwo.c269 if ( platform.badaddr((void *)(vaddr_t)(haa->ha_sh + haa->ha_devoff), in haltwo_match()
274 (void *)(vaddr_t)(haa->ha_sh + haa->ha_devoff + HAL2_REG_CTL_REV), in haltwo_match()
278 rev = *(uint32_t *)MIPS_PHYS_TO_KSEG1(haa->ha_sh + haa->ha_devoff + in haltwo_match()
304 if (bus_space_subregion(haa->ha_st, haa->ha_sh, haa->ha_devoff, in haltwo_attach()
Dhpcvar.h103 bus_addr_t ha_devoff; /* offset of device */ member
Dbutton.c98 if (bus_space_subregion(haa->ha_st, haa->ha_sh, haa->ha_devoff, in button_attach()
Dif_sq.c153 ha->ha_devoff + (SEEQ_TXSTAT << 2)); in sq_match()
194 haa->ha_devoff, sc->hpc_regs->enet_devregs_size, in sq_attach()
Dpi1ppc.c182 if (bus_space_subregion(haa->ha_st, haa->ha_sh, haa->ha_devoff, in pi1ppc_attach()
/netbsd/src/sys/arch/sgimips/dev/
Dzs.c224 haa->ha_devoff, 0x10, in zs_hpc_attach()