Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfereg.h247 #define BFE_IBE 0x00020000 /* In Band Error */ macro
H A Dif_bfe.c1037 if (val & (BFE_IBE | BFE_TO)) in bfe_core_reset()
1038 CSR_WRITE_4(sc, BFE_SBIMSTATE, val & ~(BFE_IBE | BFE_TO)); in bfe_core_reset()