Home
last modified time | relevance | path

Searched refs:hbt_map (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/hppa/dev/
H A Dmongoose.c380 return (sc->sc_bt->hbt_map)(NULL, sc->sc_iomap + addr, size, in mg_eisa_iomap()
673 bt->hbt_map = mg_eisa_iomap; in mgattach()
683 bt->hbt_map = mg_eisa_memmap; in mgattach()
H A Delroy.c1359 sc->sc_iot.hbt_map = elroy_iomap; in elroy_attach()
1363 sc->sc_memt.hbt_map = elroy_memmap; in elroy_attach()
H A Ddino.c1838 sc->sc_iot.hbt_map = dino_iomap; in dinoattach()
1842 sc->sc_memt.hbt_map = dino_memmap; in dinoattach()
/netbsd-src/sys/arch/hppa/include/
H A Dbus_defs.h54 int (*hbt_map)(void *v, bus_addr_t addr, bus_size_t size, member
H A Dbus_funcs.h38 (((t)->hbt_map)((t)->hbt_cookie,(a),(c),(ca),(hp)))