Searched refs:SE2CS (Results 1 – 3 of 3) sorted by relevance
295 outb(SE2CS | SE2DO, base + TUL_NVRAM); /* cs+start bit */ in initio_se2_instr()297 outb(SE2CS | SE2CLK | SE2DO, base + TUL_NVRAM); /* +CLK */ in initio_se2_instr()302 b = SE2CS | SE2DO; /* -CLK+dataBit */ in initio_se2_instr()304 b = SE2CS; /* -CLK */ in initio_se2_instr()311 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_instr()361 outb(SE2CS | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_rd()363 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_rd()396 outb(SE2CS | SE2DO, base + TUL_NVRAM); /* -CLK+dataBit 1 */ in initio_se2_wr()398 outb(SE2CS, base + TUL_NVRAM); /* -CLK+dataBit 0 */ in initio_se2_wr()400 outb(SE2CS | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_wr()[all …]
110 #define SE2CS 0x008 macro
332 #define SE2CS 0x08 macro