Home
last modified time | relevance | path

Searched refs:WI_STAT_CMD_RESULT (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dif_wireg.h212 #define WI_STAT_CMD_RESULT 0x7F00 macro
H A Dif_wi.c951 if (s & WI_STAT_CMD_RESULT) in wi_cmd_io()
/openbsd/sys/dev/usb/
H A Dif_wi_usb.c1471 sc->cmdresperr = (status & WI_STAT_CMD_RESULT) >> 8; in wi_usb_cmdresp()
1542 sc->ridresperr = (status & WI_STAT_CMD_RESULT) >> 8; in wi_usb_wridresp()