Searched defs:_slot (Results 1 – 2 of 2) sorted by relevance
148 #define SDHCI_LOCK(_slot) mtx_lock(&(_slot)->mtx) argument149 #define SDHCI_UNLOCK(_slot) mtx_unlock(&(_slot)->mtx) argument150 #define SDHCI_LOCK_INIT(_slot) \ argument152 #define SDHCI_LOCK_DESTROY(_slot) mtx_destroy(&_slot->mtx); argument153 #define SDHCI_ASSERT_LOCKED(_slot) mtx_assert(&_slot->mtx, MA_OWNED); argument154 #define SDHCI_ASSERT_UNLOCKED(_slot) mtx_assert(&_slot->mtx, MA_NOTOWNED); argument
234 #define NS_RFRAGS(_slot) ( ((_slot)->flags >> 8) & 0xff) argument