Searched refs:hbt_alloc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/hppa/include/ |
H A D | bus_defs.h | 61 int (*hbt_alloc)(void *v, bus_addr_t rstart, bus_addr_t rend, member
|
H A D | bus_funcs.h | 44 (((t)->hbt_alloc)((t)->hbt_cookie,(b),(e),(c),(al),(bn),(ca),(ap),(hp)))
|
/netbsd-src/sys/arch/hppa/dev/ |
H A D | elroy.c | 1360 sc->sc_iot.hbt_alloc = elroy_ioalloc; in elroy_attach() 1364 sc->sc_memt.hbt_alloc = elroy_memalloc; in elroy_attach()
|
H A D | dino.c | 1839 sc->sc_iot.hbt_alloc = dino_ioalloc; in dinoattach() 1843 sc->sc_memt.hbt_alloc = dino_memalloc; in dinoattach()
|