Searched refs:SETPORT (Results 1 – 2 of 2) sorted by relevance
| /drivers/scsi/ |
| A D | aha152x.c | 778 SETPORT(SCSISEQ, 0); in aha152x_probe_one() 806 SETPORT(SIMODE0, 0); in aha152x_probe_one() 807 SETPORT(SIMODE1, 0); in aha152x_probe_one() 982 SETPORT(PORTA, 1); in aha152x_internal_queue() 1043 SETPORT(PORTA, 0); in aha152x_abort() 1109 SETPORT(PORTA, 0); in aha152x_device_reset() 1175 SETPORT(SCSISEQ, 0); in aha152x_bus_reset_host() 1180 SETPORT(PORTA, 0); in aha152x_bus_reset_host() 1207 SETPORT(SCSISEQ, 0); in reset_ports() 1210 SETPORT(SCSISIG, 0); in reset_ports() [all …]
|
| A D | aha152x.h | 135 #define SETSTCNT(X) { SETPORT(STCNT2, ((X) & 0xFF0000) >> 16); \ 136 SETPORT(STCNT1, ((X) & 0x00FF00) >> 8); \ 137 SETPORT(STCNT0, ((X) & 0x0000FF) ); } 289 #define SETPORT(PORT, VAL) outb( (VAL), (PORT) ) macro 296 #define SETRATE(RATE) SETPORT(SCSIRATE,(RATE) & 0x7f)
|
Completed in 11 milliseconds