Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_pci.c788 uint8_t sblkctl; in ahc_pci_config()
947 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_pci_config()
948 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config()
795 uint8_t sblkctl; ahc_pci_config() local
H A Daic79xx.c5815 u_int sblkctl; in ahd_iocell_first_selection() local
5821 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_iocell_first_selection()
5827 if ((sblkctl & ENAB40) != 0) { in ahd_iocell_first_selection()
9980 u_int sblkctl; in ahd_handle_en_lun() local
9984 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_handle_en_lun()
9985 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun()
9994 sblkctl ^ SELBUSB); in ahd_handle_en_lun()
9999 ahd_outb(ahd, SBLKCTL, sblkctl); in ahd_handle_en_lun()