Searched refs:SE2CS (Results 1 – 3 of 3) sorted by relevance
311 outb(SE2CS | SE2DO, base + TUL_NVRAM); /* cs+start bit */ in initio_se2_instr()313 outb(SE2CS | SE2CLK | SE2DO, base + TUL_NVRAM); /* +CLK */ in initio_se2_instr()318 b = SE2CS | SE2DO; /* -CLK+dataBit */ in initio_se2_instr()320 b = SE2CS; /* -CLK */ in initio_se2_instr()327 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_instr()377 outb(SE2CS | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_rd()379 outb(SE2CS, base + TUL_NVRAM); /* -CLK */ in initio_se2_rd()412 outb(SE2CS | SE2DO, base + TUL_NVRAM); /* -CLK+dataBit 1 */ in initio_se2_wr()414 outb(SE2CS, base + TUL_NVRAM); /* -CLK+dataBit 0 */ in initio_se2_wr()416 outb(SE2CS | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_wr()[all …]
110 #define SE2CS 0x008 macro
332 #define SE2CS 0x08 macro