Home
last modified time | relevance | path

Searched refs:NEXTSCB (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq540 * Rev A hardware fails to update LAST/CURR/NEXTSCB
545 * LAST/CURR/NEXTSCB are unchanged.
552 * was successfully sent, NEXTSCB is NULL and neither
711 * If the hardware has traversed the whole list, NEXTSCB
714 * the list or only had one command to issue, NEXTSCB[1] is
717 cmp NEXTSCB[1], SCB_LIST_NULL jne use_lastscb;
H A Daic79xx_reg.h2976 #define NEXTSCB 0x5a macro
H A Daic79xx.reg2280 register NEXTSCB {
H A Daic79xx.c9003 ahd_inw(ahd, NEXTSCB)); in ahd_dump_card_state()