Searched refs:initio_se2_instr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | initio.c | 269 * initio_se2_instr - bitbang an instruction 276 static void initio_se2_instr(unsigned long base, u8 instr) in initio_se2_instr() function 310 initio_se2_instr(base, 0x30); /* EWEN */ in initio_se2_ew_en() 324 initio_se2_instr(base, 0); /* EWDS */ in initio_se2_ew_ds() 344 initio_se2_instr(base, instr); /* READ INSTR */ in initio_se2_rd() 379 initio_se2_instr(base, instr); /* WRITE INSTR */ in initio_se2_wr()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | initio.c | 269 * initio_se2_instr - bitbang an instruction 276 static void initio_se2_instr(unsigned long base, u8 instr) in initio_se2_instr() function 310 initio_se2_instr(base, 0x30); /* EWEN */ in initio_se2_ew_en() 324 initio_se2_instr(base, 0); /* EWDS */ in initio_se2_ew_ds() 344 initio_se2_instr(base, instr); /* READ INSTR */ in initio_se2_rd() 379 initio_se2_instr(base, instr); /* WRITE INSTR */ in initio_se2_wr()
|
Completed in 7 milliseconds