Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dbha.c299 bus_space_write_1(iot, ioh, BHA_CTRL_PORT, BHA_CTRL_IRST);
303 bus_space_write_1(iot, ioh, BHA_CTRL_PORT, BHA_CTRL_SRST);
484 bus_space_write_1(iot, ioh, BHA_CTRL_PORT, BHA_CTRL_IRST);
894 bus_space_write_1(iot, ioh, BHA_CTRL_PORT,
Dbhareg.h64 #define BHA_CTRL_PORT 0 /* control (wo) */ macro