Searched refs:VX_STATUS (Results 1 – 2 of 2) sorted by relevance
121 #define VX_STATUS 0x0e /* Read. BASE+0x0e is always status macro298 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
224 while((inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS) != 0) in t595_transmit()238 cst=inw(BASE + VX_STATUS); in t595_poll()305 while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS); in t595_poll()