Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq81 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
89 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */
221 test SBLKCTL, SELBUSB jz . + 2;
347 test SBLKCTL, SELBUSB jz . + 2;
371 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
373 or SINDEX, SELBUSB;
H A Daic7xxx_reg.h1284 #define SELBUSB 0x08 macro
H A Daic7xxx.reg557 field SELBUSB 0x08
H A Daic79xx.c9985 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun()
9994 sblkctl ^ SELBUSB); in ahd_handle_en_lun()