Searched refs:resource_bit (Results 1 – 1 of 1) sorted by relevance
1013 uint32_t resource_bit = (1 << resource); in bxe_acquire_hw_lock() local1021 " resource_bit 0x%x\n", resource, resource_bit); in bxe_acquire_hw_lock()1034 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()1036 resource, lock_status, resource_bit); in bxe_acquire_hw_lock()1042 REG_WR(sc, (hw_lock_control_reg + 4), resource_bit); in bxe_acquire_hw_lock()1044 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()1051 resource, resource_bit); in bxe_acquire_hw_lock()1060 uint32_t resource_bit = (1 << resource); in bxe_release_hw_lock() local1067 " resource_bit 0x%x\n", resource, resource_bit); in bxe_release_hw_lock()1080 if (!(lock_status & resource_bit)) { in bxe_release_hw_lock()[all …]