Searched refs:SE2CS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | initio.c | 281 outb(SE2CS | SE2DO, base + TUL_NVRAM); /* cs+start bit */ in initio_se2_instr() 283 outb(SE2CS | SE2CLK | SE2DO, base + TUL_NVRAM); /* +CLK */ in initio_se2_instr() 288 b = SE2CS | SE2DO; /* -CLK+dataBit */ in initio_se2_instr() 290 b = SE2CS; /* -CLK */ in initio_se2_instr() 297 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_instr() 347 outb(SE2CS | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_rd() 349 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_rd() 382 outb(SE2CS | SE2DO, base + TUL_NVRAM); /* -CLK+dataBit 1 */ in initio_se2_wr() 384 outb(SE2CS, base + TUL_NVRAM); /* -CLK+dataBit 0 */ in initio_se2_wr() 386 outb(SE2CS | SE2CL in initio_se2_wr() [all...] |
H A D | a100u2w.h | 110 #define SE2CS 0x008 macro
|
H A D | initio.h | 332 #define SE2CS 0x08 macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | initio.c | 281 outb(SE2CS | SE2DO, base + TUL_NVRAM); /* cs+start bit */ in initio_se2_instr() 283 outb(SE2CS | SE2CLK | SE2DO, base + TUL_NVRAM); /* +CLK */ in initio_se2_instr() 288 b = SE2CS | SE2DO; /* -CLK+dataBit */ in initio_se2_instr() 290 b = SE2CS; /* -CLK */ in initio_se2_instr() 297 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_instr() 347 outb(SE2CS | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_rd() 349 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_rd() 382 outb(SE2CS | SE2DO, base + TUL_NVRAM); /* -CLK+dataBit 1 */ in initio_se2_wr() 384 outb(SE2CS, base + TUL_NVRAM); /* -CLK+dataBit 0 */ in initio_se2_wr() 386 outb(SE2CS | SE2CL in initio_se2_wr() [all...] |
H A D | a100u2w.h | 110 #define SE2CS 0x008 macro
|
H A D | initio.h | 332 #define SE2CS 0x08 macro
|
Completed in 9 milliseconds