Searched refs:STI_ROMSIZE (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/hppa/dev/ |
H A D | sti_sgc.c | 73 #define STI_ROMSIZE (sizeof(struct sti_dd) * 4) macro 179 if ((rv = bus_space_map(ca->ca_iot, rom, STI_ROMSIZE, 0, &romh))) { in sti_sgc_probe() 230 bus_space_unmap(ca->ca_iot, romh, STI_ROMSIZE); in sti_sgc_probe()
|
H A D | hyperfb.c | 68 #define STI_ROMSIZE (sizeof(struct sti_dd) * 4) 278 if (bus_space_map(ca->ca_iot, rom, STI_ROMSIZE, 0, &romh)) { in hyperfb_match() 320 bus_space_unmap(ca->ca_iot, romh, STI_ROMSIZE); in hyperfb_match() 67 #define STI_ROMSIZE global() macro
|