Searched refs:SAVED_LUN (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c267 ahc_outb(ahc, SAVED_LUN, 0xFF);
609 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
611 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
618 ahc_inb(ahc, SAVED_LUN))),
936 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
938 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
945 ahc_inb(ahc, SAVED_LUN))),
1256 saved_lun = ahc_inb(ahc, SAVED_LUN);
2211 ahc_inb(ahc, SAVED_LUN),
H A Daic79xx.c328 ahd_outb(ahd, SAVED_LUN, 0xFF);
974 ahd_outb(ahd, SAVED_LUN, scb->hscb->lun);
1119 ahd_outb(ahd, SAVED_LUN, 0);
1279 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
1281 ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN),
1288 ahd_inb(ahd, SAVED_LUN))),
2204 saved_lun = ahd_inb(ahd, SAVED_LUN);
3506 ahd_inb(ahd, SAVED_LUN),
9225 printf("%s: SAVED_SCSIID = 0x%x SAVED_LUN = 0x%x\n",
9227 ahd_inb(ahd, SAVED_LUN));
[all...]
H A Daic7xxx_reg.h322 ahc_print_register(NULL, 0, "SAVED_LUN", 0x3e, regvalue, cur_col, wrap)
1333 #define SAVED_LUN 0x3e macro
H A Daic79xx_reg.h2065 ahd_print_register(NULL, 0, "SAVED_LUN", 0x13b, regvalue, cur_col, wrap)
3601 #define SAVED_LUN 0x13b macro

Completed in 123 milliseconds