Searched refs:ECMR_RCSC (Results 1 – 4 of 4) sorted by relevance
307 ECMR_TRCCM = 0x04000000, ECMR_RCSC = 0x00800000, enumerator
822 ECMR_RCSC = 0x00800000, enumerator
559 (ndev->features & NETIF_F_RXCSUM ? ECMR_RCSC : 0) | in ravb_emac_init_rcar()2325 ravb_modify(ndev, ECMR, ECMR_RCSC, enable ? ECMR_RCSC : 0); in ravb_set_rx_csum()
1509 (ndev->features & NETIF_F_RXCSUM ? ECMR_RCSC : 0) | in sh_eth_dev_init()2925 sh_eth_modify(ndev, ECMR, ECMR_RCSC, enable ? ECMR_RCSC : 0); in sh_eth_set_rx_csum()
Completed in 19 milliseconds