Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/ccid/
H A Dccid.h262 #define CCID_REPLY_STATUS(x) ((x & 0xc0) >> 6) macro
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c1130 *comp = CCID_REPLY_STATUS(cch.ch_param0); in ccid_command_status_decode()
1254 if (CCID_REPLY_STATUS(cch.ch_param0) == CCID_REPLY_STATUS_MORE_TIME) { in ccid_reply_bulk_cb()