Searched refs:resource_bit (Results 1 – 1 of 1) sorted by relevance
1017 uint32_t resource_bit = (1 << resource); in bxe_acquire_hw_lock() local1025 " resource_bit 0x%x\n", resource, resource_bit); in bxe_acquire_hw_lock()1038 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()1040 resource, lock_status, resource_bit); in bxe_acquire_hw_lock()1046 REG_WR(sc, (hw_lock_control_reg + 4), resource_bit); in bxe_acquire_hw_lock()1048 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()1055 resource, resource_bit); in bxe_acquire_hw_lock()1064 uint32_t resource_bit = (1 << resource); in bxe_release_hw_lock() local1071 " resource_bit 0x%x\n", resource, resource_bit); in bxe_release_hw_lock()1084 if (!(lock_status & resource_bit)) { in bxe_release_hw_lock()[all …]