HomeSort by: relevance | last modified time | path
    Searched refs:RL_CS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/qbus/
rlreg.h 30 #define RL_CS 0
rl.c 148 RL_WREG(RL_CS, RLCS_GS|(unit << RLCS_USHFT));
150 } while (((RL_RREG(RL_CS) & RLCS_ERR) != 0) && i++ < 10);
164 if (RL_RREG(RL_CS) & RLCS_CRDY)
196 RL_WREG(RL_CS, RLCS_GS|RLCS_IE);
200 if (RL_RREG(RL_CS) & RLCS_CRDY)
242 RL_WREG(RL_CS, RLCS_GS|(i << RLCS_USHFT));
246 if ((RL_RREG(RL_CS) & RLCS_ERR) == 0)
345 RL_WREG(RL_CS, RLCS_RHDR|(rc->rc_hwid << RLCS_USHFT));
566 cs = RL_RREG(RL_CS);
632 RL_WREG(RL_CS, RLCS_SEEK | (rc->rc_hwid << RLCS_USHFT))
    [all...]

Completed in 12 milliseconds