Searched refs:UPD (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/utopia/
H A Didtphy.c188 #define UPD(FIELD, CODE, N, MASK) \ macro
209 UPD(rx_symerr, IDTPHY_REGM_CNTS_SEC, 1, 0xff);
210 UPD(tx_cells, IDTPHY_REGM_CNTS_TX, 2, 0xffff);
211 UPD(rx_cells, IDTPHY_REGM_CNTS_RX, 2, 0xffff);
212 UPD(rx_uncorr, IDTPHY_REGM_CNTS_HECE, 1, 0x1f);
215 #undef UPD macro

Completed in 48 milliseconds