Searched refs:_slot (Results 1 – 2 of 2) sorted by relevance
234 #define NS_RFRAGS(_slot) ( ((_slot)->flags >> 8) & 0xff) argument
148 #define SDHCI_LOCK(_slot) mtx_lock(&(_slot)->mtx) argument149 #define SDHCI_UNLOCK(_slot) mtx_unlock(&(_slot)->mtx) argument150 #define SDHCI_LOCK_INIT(_slot) \ argument151 mtx_init(&_slot->mtx, "SD slot mtx", "sdhci", MTX_DEF)152 #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