Searched defs:_slot (Results 1 – 3 of 3) 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
214 #define MMCSPI_LOCK_SLOT(_slot) mtx_lock(&(_slot)->mtx) argument215 #define MMCSPI_UNLOCK_SLOT(_slot) mtx_unlock(&(_slot)->mtx) argument216 #define MMCSPI_SLOT_LOCK_INIT(_slot) mtx_init(&(_slot)->mtx, \ argument218 #define MMCSPI_SLOT_LOCK_DESTROY(_slot) mtx_destroy(&(_slot)->mtx); argument219 #define MMCSPI_ASSERT_SLOT_LOCKED(_slot) mtx_assert(&(_slot)->mtx, \ argument221 #define MMCSPI_ASSERT_SLOT_UNLOCKED(_slot) mtx_assert(&(_slot)->mtx, \ argument
234 #define NS_RFRAGS(_slot) ( ((_slot)->flags >> 8) & 0xff) argument