Searched refs:TUL_NVRAM (Results 1 - 4 of 4) 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() 291 outb(b, base + TUL_NVRAM); in initio_se2_instr() 293 outb(b | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_instr() 297 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_instr() 311 outb(0, base + TUL_NVRAM); /* -CS */ in initio_se2_ew_en() 325 outb(0, base + TUL_NVRAM); /* -CS */ in initio_se2_ew_ds() 347 outb(SE2CS | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_rd() 349 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_rd() 352 rb = inb(base + TUL_NVRAM); in initio_se2_rd() [all...] |
H A D | initio.h | 99 #define TUL_NVRAM 0x5D /* Non-volatile RAM port */ macro 330 /* bit definition for TUL_NVRAM */
|
/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() 291 outb(b, base + TUL_NVRAM); in initio_se2_instr() 293 outb(b | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_instr() 297 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_instr() 311 outb(0, base + TUL_NVRAM); /* -CS */ in initio_se2_ew_en() 325 outb(0, base + TUL_NVRAM); /* -CS */ in initio_se2_ew_ds() 347 outb(SE2CS | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_rd() 349 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_rd() 352 rb = inb(base + TUL_NVRAM); in initio_se2_rd() [all...] |
H A D | initio.h | 99 #define TUL_NVRAM 0x5D /* Non-volatile RAM port */ macro 330 /* bit definition for TUL_NVRAM */
|
Completed in 7 milliseconds