Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c4071 u_int sblkctl; in ahc_reset() local
4092 u_int sblkctl; in ahc_reset() local
4098 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_reset()
4099 ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB); in ahc_reset()
4101 ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB); in ahc_reset()
4125 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset()
4128 sblkctl &= ~SELBUSB; in ahc_reset()
4129 switch (sblkctl) { in ahc_reset()
4155 u_int sblkctl; in ahc_reset() local
4157 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_reset()
[all …]
Daic7xxx_pci.c792 uint8_t sblkctl; in ahc_pci_config() local
954 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_pci_config()
955 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config()
Daic79xx_core.c5416 u_int sblkctl; in ahd_iocell_first_selection() local
5420 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_iocell_first_selection()
5426 if ((sblkctl & ENAB40) != 0) { in ahd_iocell_first_selection()
9199 u_int sblkctl; in ahd_handle_en_lun() local
9203 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_handle_en_lun()
9204 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun()
9213 sblkctl ^ SELBUSB); in ahd_handle_en_lun()
9218 ahd_outb(ahd, SBLKCTL, sblkctl); in ahd_handle_en_lun()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c3867 unsigned char sblkctl; in aic7xxx_reset_channel() local
3926 sblkctl = aic_inb(p, SBLKCTL); in aic7xxx_reset_channel()
3928 cur_channel = (sblkctl & SELBUSB) >> 3; in aic7xxx_reset_channel()
3942 aic_outb(p, sblkctl ^ SELBUSB, SBLKCTL); in aic7xxx_reset_channel()
3950 aic_outb(p, sblkctl, SBLKCTL); in aic7xxx_reset_channel()
8792 unsigned char sblkctl; in aic7xxx_chip_reset() local
8813 sblkctl = aic_inb(p, SBLKCTL) & (SELBUSB|SELWIDE); in aic7xxx_chip_reset()
8815 sblkctl &= ~SELBUSB; in aic7xxx_chip_reset()
8816 switch( sblkctl ) in aic7xxx_chip_reset()