Searched refs:VX_STATUS (Results 1 – 2 of 2) sorted by relevance
119 #define VX_STATUS 0x0e /* Read. BASE+0x0e is always status macro296 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
221 while((inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS) != 0) in t595_transmit()236 cst=inw(BASE + VX_STATUS); in t595_poll()301 while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS); in t595_poll()