Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dprism2.c238 while ( HFA384x_CMD_ISBUSY(reg) && (counter < 10) ) { in hfa384x_docmd_wait()
243 if (HFA384x_CMD_ISBUSY(reg)) { in hfa384x_docmd_wait()
Dhfa384x.h822 #define HFA384x_CMD_ISBUSY(value) ((UINT16)(((UINT16)value) & HFA384x_CMD_BUSY)) macro