Searched refs:ENETC4_PM_CMD_CFG (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc4_pf.c | 120 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_pf_set_loopback() 126 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_pf_set_loopback() 729 old_val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_set_hd_flow_control() 734 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_set_hd_flow_control() 742 old_val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_set_rx_pause() 747 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_set_rx_pause() 824 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_mac_tx_graceful_stop() 826 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_mac_tx_graceful_stop() 835 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_mac_tx_enable() 837 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_mac_tx_enable() [all …]
|
| H A D | enetc4_hw.h | 189 #define ENETC4_PM_CMD_CFG(mac) (0x5008 + (mac) * 0x400) 153 #define ENETC4_PM_CMD_CFG( global() macro
|