Searched refs:r_bustag (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 309 bus_space_tag_t r_bustag; member 831 bus_space_poke_1((r)->r_bustag, (r)->r_bushandle, (o), (v)) 833 bus_space_peek_1((r)->r_bustag, (r)->r_bushandle, (o), (vp)) 835 bus_space_read_1((r)->r_bustag, (r)->r_bushandle, (o)) 845 bus_space_write_1((r)->r_bustag, (r)->r_bushandle, (o), (v)) 867 bus_space_poke_2((r)->r_bustag, (r)->r_bushandle, (o), (v)) 871 bus_space_read_2((r)->r_bustag, (r)->r_bushandle, (o)) 903 bus_space_poke_4((r)->r_bustag, (r)->r_bushandle, (o), (v)) 907 bus_space_read_4((r)->r_bustag, (r)->r_bushandle, (o)) 939 bus_space_poke_8((r)->r_bustag, (r)->r_bushandle, (o), (v)) [all …]
|
| H A D | rman.h | 106 bus_space_tag_t r_bustag; /* bus_space tag */ member
|
| /f-stack/freebsd/kern/ |
| H A D | subr_rman.c | 890 r->r_bustag = t; in rman_set_bustag() 897 return (r->r_bustag); in rman_get_bustag() 920 rman_set_bustag(r, map->r_bustag); in rman_set_mapping() 929 map->r_bustag = rman_get_bustag(r); in rman_get_mapping()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | nexus.c | 518 map->r_bustag = X86_BUS_SPACE_IO; in nexus_map_resource() 524 map->r_bustag = X86_BUS_SPACE_MEM; in nexus_map_resource()
|