Searched refs:SETPORT (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/ |
| A D | aha152x.c | 760 SETPORT(SCSISEQ, 0); in aha152x_probe_one() 788 SETPORT(SIMODE0, 0); in aha152x_probe_one() 789 SETPORT(SIMODE1, 0); in aha152x_probe_one() 962 SETPORT(PORTA, 1); in aha152x_internal_queue() 1023 SETPORT(PORTA, 0); in aha152x_abort() 1089 SETPORT(PORTA, 0); in aha152x_device_reset() 1155 SETPORT(SCSISEQ, 0); in aha152x_bus_reset_host() 1160 SETPORT(PORTA, 0); in aha152x_bus_reset_host() 1187 SETPORT(SCSISEQ, 0); in reset_ports() 1190 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 10 milliseconds