Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/qbus/
H A Drl.c271 rc->rc_hwid = ra->hwid; in rlattach()
332 msg = rlstate(sc, rc->rc_hwid); in rlopen()
345 RL_WREG(RL_CS, RLCS_RHDR|(rc->rc_hwid << RLCS_USHFT)); in rlopen()
632 RL_WREG(RL_CS, RLCS_SEEK | (rc->rc_hwid << RLCS_USHFT)); in rlcstart()
657 RL_WREG(RL_CS, RLCS_IE|RLCS_RD|(rc->rc_hwid << RLCS_USHFT)); in rlcstart()
659 RL_WREG(RL_CS, RLCS_IE|RLCS_WD|(rc->rc_hwid << RLCS_USHFT)); in rlcstart()
682 RL_WREG(RL_CS, RLCS_RHDR|(rc->rc_hwid << RLCS_USHFT)); in rlcreset()
H A Drlvar.h57 int rc_hwid; member