OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ba_ioh
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/bi/
bi.c
84
nr = bus_space_read_2(ba->ba_iot, ba->
ba_ioh
, 0);
100
if (bus_space_read_4(ba->ba_iot, ba->
ba_ioh
, BIREG_SADR) &&
101
bus_space_read_4(ba->ba_iot, ba->
ba_ioh
, BIREG_EADR))
103
bus_space_read_4(ba->ba_iot, ba->
ba_ioh
, BIREG_SADR),
104
bus_space_read_4(ba->ba_iot, ba->
ba_ioh
, BIREG_EADR));
133
BI_NODESIZE, 0, &ba.
ba_ioh
)) {
138
if (badaddr((void *)ba.
ba_ioh
, 4) ||
139
(bus_space_read_2(ba.ba_iot, ba.
ba_ioh
, 0) == 0)) {
140
bus_space_unmap(ba.ba_iot, ba.
ba_ioh
, BI_NODESIZE);
bivar.h
54
bus_space_handle_t
ba_ioh
; /* Base address for this node */
member in struct:bi_attach_args
kdb.c
129
if (bus_space_read_2(ba->ba_iot, ba->
ba_ioh
, BIREG_DTYPE) != BIDT_KDB50)
158
sc->sc_ioh = ba->
ba_ioh
;
if_ni.c
169
type = bus_space_read_2(ba->ba_iot, ba->
ba_ioh
, BIREG_DTYPE);
239
type = bus_space_read_2(ba->ba_iot, ba->
ba_ioh
, BIREG_DTYPE);
243
sc->sc_ioh = ba->
ba_ioh
;
/src/sys/arch/vax/vax/
ka820.c
132
if (bus_space_read_2(ba->ba_iot, ba->
ba_ioh
, BIREG_DTYPE) != BIDT_KA820)
151
rev = bus_space_read_4(ba->ba_iot, ba->
ba_ioh
, BIREG_DTYPE) >> 16;
160
bus_space_write_4(ba->ba_iot, ba->
ba_ioh
,
191
bus_space_write_4(ba->ba_iot, ba->
ba_ioh
,
193
bus_space_write_4(ba->ba_iot, ba->
ba_ioh
, BIREG_VAXBICSR,
194
bus_space_read_4(ba->ba_iot, ba->
ba_ioh
, BIREG_VAXBICSR) |
296
if (bus_space_read_2(ba->ba_iot, ba->
ba_ioh
, BIREG_DTYPE) != BIDT_MS820)
314
sc->sc_ioh = ba->
ba_ioh
;
autoconf.c
299
if (jmfr("ni", dev, BDEV_NI) || (kvtophys(ba->
ba_ioh
) != rpb.csrphy))
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025