Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Daha152x.c779 SETPORT(SCSISEQ, 0); in aha152x_probe_one()
807 SETPORT(SIMODE0, 0); in aha152x_probe_one()
808 SETPORT(SIMODE1, 0); in aha152x_probe_one()
983 SETPORT(PORTA, 1); in aha152x_internal_queue()
1044 SETPORT(PORTA, 0); in aha152x_abort()
1110 SETPORT(PORTA, 0); in aha152x_device_reset()
1176 SETPORT(SCSISEQ, 0); in aha152x_bus_reset_host()
1181 SETPORT(PORTA, 0); in aha152x_bus_reset_host()
1208 SETPORT(SCSISEQ, 0); in reset_ports()
1211 SETPORT(SCSISIG, 0); in reset_ports()
[all …]
H A Daha152x.h135 #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)