Searched refs:simode1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 1429 u_int simode1; in ahc_clear_critical_section() local 1437 simode1 = 0; in ahc_clear_critical_section() 1478 simode1 = ahc_inb(ahc, SIMODE1); in ahc_clear_critical_section() 1488 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE); in ahc_clear_critical_section() 1505 ahc_outb(ahc, SIMODE1, simode1); in ahc_clear_critical_section() 6030 u_int simode1; in ahc_reset_channel() local 6084 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel() 6092 simode1 |= ENSCSIRST; in ahc_reset_channel() 6094 ahc_outb(ahc, SIMODE1, simode1); in ahc_reset_channel() 6103 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST); in ahc_reset_channel() [all …]
|
| HD | aic79xx.h | 1025 uint8_t simode1; member
|
| HD | aic79xx.c | 2580 u_int simode1; in ahd_clear_critical_section() local 2594 simode1 = 0; in ahd_clear_critical_section() 2651 simode1 = ahd_inb(ahd, SIMODE1); in ahd_clear_critical_section() 2658 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE); in ahd_clear_critical_section() 2680 ahd_outb(ahd, SIMODE1, simode1); in ahd_clear_critical_section()
|