Searched refs:ENETC_BDR (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/net/ |
A D | fsl_enetc.h | 33 #define ENETC_BDR(type, n, off) (0x8000 + (type) * 0x100 + (n) * 0x200 + (off)) macro 177 enetc_read(priv, ENETC_BDR(t, n, off)) 179 enetc_write(priv, ENETC_BDR(t, n, off), val)
|
A D | fsl_enetc.c | 455 ENETC_BDR(TX, ENETC_TX_BDR_ID, ENETC_TBCIR); in enetc_setup_tx_bdr() 457 ENETC_BDR(TX, ENETC_TX_BDR_ID, ENETC_TBPIR); in enetc_setup_tx_bdr() 496 ENETC_BDR(RX, ENETC_RX_BDR_ID, ENETC_RBCIR); in enetc_setup_rx_bdr() 498 ENETC_BDR(RX, ENETC_RX_BDR_ID, ENETC_RBPIR); in enetc_setup_rx_bdr()
|
Completed in 5 milliseconds