Searched refs:offcmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha1542.c | 707 u8 offcmd[] = { CMD_BUSOFF_TIME, clamp(bus_off, 1, 64) }; in aha1542_set_bus_times() local 710 if (aha1542_out(sh->io_port, offcmd, 2)) in aha1542_set_bus_times()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha1542.c | 718 u8 offcmd[] = { CMD_BUSOFF_TIME, clamp(bus_off, 1, 64) }; in aha1542_set_bus_times() local 721 if (aha1542_out(sh->io_port, offcmd, 2)) in aha1542_set_bus_times()
|
Completed in 3 milliseconds