Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dswim.c103 #define LSTRB 0x008 macro
287 swim_write(base, phase, (LSTRB<<4) | LSTRB); in swim_action()
289 swim_write(base, phase, (LSTRB<<4) | ((~LSTRB) & 0x0F)); in swim_action()
H A Dswim3.c86 #define LSTRB 8 macro
290 out_8(&sw->select, sw->select | LSTRB); in swim3_action()
292 out_8(&sw->select, sw->select & ~LSTRB); in swim3_action()