Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dbha.c773 sts = bus_space_read_1(iot, ioh, BHA_STAT_PORT); in bha_cmd()
790 while ((bus_space_read_1(iot, ioh, BHA_STAT_PORT)) & in bha_cmd()
801 sts = bus_space_read_1(iot, ioh, BHA_STAT_PORT); in bha_cmd()
821 sts = bus_space_read_1(iot, ioh, BHA_STAT_PORT); in bha_cmd()
877 sts = bus_space_read_1(iot, ioh, BHA_STAT_PORT); in bha_find()
891 sts = bus_space_read_1(iot, ioh, BHA_STAT_PORT); in bha_find()
H A Dbhareg.h57 #define BHA_STAT_PORT 0 /* status (ro) */ macro