Searched refs:gnt (Results 1 – 1 of 1) sorted by relevance
2168 uint32_t gnt; in bge_ape_lock() local2200 gnt = BGE_APE_LOCK_GRANT; in bge_ape_lock()2203 gnt = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock()2212 status = bge_ape_get32(bgep, gnt + off); in bge_ape_lock()2220 bge_ape_put32(bgep, gnt + off, bit); in bge_ape_lock()2230 uint32_t gnt; in bge_ape_unlock() local2261 gnt = BGE_APE_LOCK_GRANT; in bge_ape_unlock()2263 gnt = BGE_APE_PER_LOCK_GRANT; in bge_ape_unlock()2265 bge_ape_put32(bgep, gnt + 4 * locknum, bit); in bge_ape_unlock()