Searched refs:resource_bit (Results 1 – 1 of 1) sorted by relevance
1008 uint32_t resource_bit = (1 << resource); in bxe_acquire_hw_lock() local1016 " resource_bit 0x%x\n", resource, resource_bit); in bxe_acquire_hw_lock()1029 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()1031 resource, lock_status, resource_bit); in bxe_acquire_hw_lock()1037 REG_WR(sc, (hw_lock_control_reg + 4), resource_bit); in bxe_acquire_hw_lock()1039 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()1046 resource, resource_bit); in bxe_acquire_hw_lock()1055 uint32_t resource_bit = (1 << resource); in bxe_release_hw_lock() local1062 " resource_bit 0x%x\n", resource, resource_bit); in bxe_release_hw_lock()1075 if (!(lock_status & resource_bit)) { in bxe_release_hw_lock()[all …]