Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ti/
Ddavinci_emac.c224 #define EMAC_MACCONTROL 0x160 macro
526 mac_control = emac_read(EMAC_MACCONTROL); in emac_update_phystatus()
544 mac_control = emac_read(EMAC_MACCONTROL); in emac_update_phystatus()
559 emac_write(EMAC_MACCONTROL, mac_control); in emac_update_phystatus()
1185 emac_write(EMAC_MACCONTROL, mac_control); in emac_hw_enable()
1217 val = emac_read(EMAC_MACCONTROL); in emac_hw_enable()
1219 emac_write(EMAC_MACCONTROL, val); in emac_hw_enable()
1669 mac_control = emac_read(EMAC_MACCONTROL); in emac_dev_getnetstats()