Home
last modified time | relevance | path

Searched refs:sp_cfgt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dschizovar.h44 bus_space_tag_t sp_cfgt; member
88 bus_space_read_4((pbm)->sp_cfgt, (pbm)->sp_cfgh, (r))
90 bus_space_write_4((pbm)->sp_cfgt, (pbm)->sp_cfgh, (r), (v))
H A Dschizo.c269 pbm->sp_cfgt = schizo_alloc_config_tag(pbm); in schizo_attach()
274 if (bus_space_map(pbm->sp_cfgt, 0, 0x1000000, 0, &pbm->sp_cfgh)) in schizo_attach()
539 val = bus_space_read_4(sp->sp_cfgt, sp->sp_cfgh, in schizo_conf_read()
568 bus_space_write_4(sp->sp_cfgt, sp->sp_cfgh, in schizo_conf_write()