Searched refs:resource_bit (Results 1 – 1 of 1) sorted by relevance
1007 uint32_t resource_bit = (1 << resource); in bxe_acquire_hw_lock() local1028 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()1030 resource, lock_status, resource_bit); in bxe_acquire_hw_lock()1038 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()1045 resource, resource_bit); in bxe_acquire_hw_lock()1054 uint32_t resource_bit = (1 << resource); in bxe_release_hw_lock() local1074 if (!(lock_status & resource_bit)) { in bxe_release_hw_lock()1080 REG_WR(sc, hw_lock_control_reg, resource_bit); in bxe_release_hw_lock()10636 uint32_t resource_bit = (1 << resource); in bxe_trylock_hw_lock() local10659 if (lock_status & resource_bit) { in bxe_trylock_hw_lock()[all …]