Searched refs:hbt_map (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | mongoose.c | 380 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 D | elroy.c | 1359 sc->sc_iot.hbt_map = elroy_iomap; in elroy_attach() 1363 sc->sc_memt.hbt_map = elroy_memmap; in elroy_attach()
|
| H A D | dino.c | 1838 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 D | bus_defs.h | 54 int (*hbt_map)(void *v, bus_addr_t addr, bus_size_t size, member
|
| H A D | bus_funcs.h | 38 (((t)->hbt_map)((t)->hbt_cookie,(a),(c),(ca),(hp)))
|