Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq419 * Rev A hardware fails to update LAST/CURR/NEXTSCB
424 * LAST/CURR/NEXTSCB are unchanged.
431 * was successfully sent, NEXTSCB is NULL and neither
559 * If the hardware has traversed the whole list, NEXTSCB
562 * the list or only had one command to issue, NEXTSCB[1] is
565 cmp NEXTSCB[1], SCB_LIST_NULL jne use_lastscb;
H A Daic79xx_reg.h2942 #define NEXTSCB 0x5a macro
H A Daic79xx.reg2291 register NEXTSCB {
/netbsd-src/sys/dev/ic/
H A Daic79xx.c8720 ahd_inw(ahd, NEXTSCB)); in ahd_dump_card_state()