Searched refs:GATE_ILOCK_BIT (Results 1 – 1 of 1) sorted by relevance
2303 #define GATE_ILOCK_BIT 0 macro2306 #define GATE_ILOCK (1 << GATE_ILOCK_BIT)2309 #define gate_ilock(gate) hw_lock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT, LCK_GRP_NU…2310 #define gate_iunlock(gate) hw_unlock_bit((hw_lock_bit_t*)(&(gate)->gt_data), GATE_ILOCK_BIT)