Searched refs:V_BUSY (Results 1 – 5 of 5) sorted by relevance
64 while (readb(hc->xhfc_memdata) & V_BUSY) in HFC_wait_embsd()
905 #define V_BUSY 0x01 macro
308 while (readb(hc->pci_membase + R_STATUS) & V_BUSY) in HFC_wait_pcimem()352 while (inb(hc->pci_iobase) & V_BUSY) in HFC_wait_regio()
686 #define V_BUSY(x) ((x) << S_BUSY) macro687 #define F_BUSY V_BUSY(1U)
328 #define V_BUSY(x) ((x) << S_BUSY) macro329 #define F_BUSY V_BUSY(1U)