Home
last modified time | relevance | path

Searched refs:hw_lock_control_reg (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe.c1009 uint32_t hw_lock_control_reg; in bxe_acquire_hw_lock() local
1020 hw_lock_control_reg = (MISC_REG_DRIVER_CONTROL_1 + (func * 8)); in bxe_acquire_hw_lock()
1022 hw_lock_control_reg = in bxe_acquire_hw_lock()
1027 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_acquire_hw_lock()
1036 REG_WR(sc, (hw_lock_control_reg + 4), resource_bit); in bxe_acquire_hw_lock()
1037 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_acquire_hw_lock()
1056 uint32_t hw_lock_control_reg; in bxe_release_hw_lock() local
1066 hw_lock_control_reg = (MISC_REG_DRIVER_CONTROL_1 + (func * 8)); in bxe_release_hw_lock()
1068 hw_lock_control_reg = in bxe_release_hw_lock()
1073 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_release_hw_lock()
[all …]