Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c459 #define CCID_SLOT_F_WORK_MASK (CCID_SLOT_F_INTR_MASK | \ macro
2529 flags = slot->cs_flags & CCID_SLOT_F_WORK_MASK; in ccid_worker()