Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bfe/
H A Dbfe.c518 flow = INL(bfe, BFE_RXCONF); in bfe_timeout()
520 OUTL(bfe, BFE_RXCONF, flow); in bfe_timeout()
1089 val = INL(bfe, BFE_RXCONF); in bfe_set_rx_mode()
1103 OUTL(bfe, BFE_RXCONF, val | in bfe_set_rx_mode()
1105 FLUSH(bfe, BFE_RXCONF); in bfe_set_rx_mode()
1131 OUTL(bfe, BFE_RXCONF, val); in bfe_set_rx_mode()
1132 FLUSH(bfe, BFE_RXCONF); in bfe_set_rx_mode()
H A Dbfe_hw.h122 #define BFE_RXCONF 0x00000400 /* EMAC RX Config */ macro