Searched refs:gnt (Results 1 – 1 of 1) sorted by relevance
2136 uint32_t gnt; in bge_ape_lock() local2167 gnt = BGE_APE_LOCK_GRANT; in bge_ape_lock()2170 gnt = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock()2179 status = bge_ape_get32(bgep, gnt + off); in bge_ape_lock()2187 bge_ape_put32(bgep, gnt + off, bit); in bge_ape_lock()2197 uint32_t gnt; in bge_ape_unlock() local2227 gnt = BGE_APE_LOCK_GRANT; in bge_ape_unlock()2229 gnt = BGE_APE_PER_LOCK_GRANT; in bge_ape_unlock()2231 bge_ape_put32(bgep, gnt + 4 * locknum, bit); in bge_ape_unlock()