Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2168 uint32_t gnt; in bge_ape_lock() local
2200 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() local
2261 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()