Searched refs:LSTRB (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/block/
H A Dswim.c103 #define LSTRB 0x008 macro
287 swim_write(base, phase, (LSTRB<<4) | LSTRB);
289 swim_write(base, phase, (LSTRB<<4) | ((~LSTRB) & 0x0F));
H A Dswim3.c67 REG(select); /* controls CA0, CA1, CA2 and LSTRB signals */
86 #define LSTRB 8 macro
290 out_8(&sw->select, sw->select | LSTRB);
292 out_8(&sw->select, sw->select & ~LSTRB);

Completed in 276 milliseconds