Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2136 uint32_t gnt; in bge_ape_lock() local
2167 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() local
2227 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()