Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_bge.c1204 CSR_WRITE_4(sc, BGE_NVRAM_SWARB, BGE_NVRAMSWARB_SET1); in bge_nvram_getbyte()
1206 if (CSR_READ_4(sc, BGE_NVRAM_SWARB) & BGE_NVRAMSWARB_GNT1) in bge_nvram_getbyte()
1241 CSR_WRITE_4_FLUSH(sc, BGE_NVRAM_SWARB, BGE_NVRAMSWARB_CLR1); in bge_nvram_getbyte()
4196 CSR_WRITE_4(sc, BGE_NVRAM_SWARB, BGE_NVRAMSWARB_SET1); in bge_reset()
4198 if (CSR_READ_4(sc, BGE_NVRAM_SWARB) & in bge_reset()
H A Dif_bgereg.h1895 #define BGE_NVRAM_SWARB 0x7020 macro