Searched refs:LASTSCB (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 548 * the queue is shifted 1 too far. LASTSCB is 553 * CURRSCB nor LASTSCB can be trusted. We must 558 * handling, we initialize LASTSCB prior to enabling 561 bmov LASTSCB, WAITING_TID_HEAD, 2; 689 * LASTSCB and CURRSCB are accurate. 705 * LASTSCB points to the currently active SCB context 712 * will be NULL, CURRSCB and LASTSCB cannot be trusted, 715 * not NULL and LASTSCB is the last command to go out. 734 bmov SCBPTR, LASTSCB, 2;
|
H A D | aic79xx_reg.h | 3029 #define LASTSCB 0x5e macro
|
H A D | aic79xx.reg | 2405 register LASTSCB {
|
H A D | aic79xx.c | 9002 ahd_inw(ahd, LASTSCB), ahd_inw(ahd, CURRSCB), in ahd_dump_card_state()
|