Searched refs:SE2CS (Results 1 – 3 of 3) sorted by relevance
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 | SE2CLK, base + TUL_NVRAM); /* +CLK */ in initio_se2_wr()[all …]
110 #define SE2CS 0x008 macro
332 #define SE2CS 0x08 macro