Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dif_wireg.h172 #define WI_CMD_BUSY 0x8000 /* busy bit */ macro
H A Dif_wi.c926 if (!(CSR_READ_2(sc, WI_COMMAND) & WI_CMD_BUSY)) in wi_cmd_io()