Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/cavium-octeon/executive/
Dcvmx-helper-loop.c50 union cvmx_ipd_sub_port_fcs ipd_sub_port_fcs; in __cvmx_helper_loop_probe() local
66 ipd_sub_port_fcs.u64 = cvmx_read_csr(CVMX_IPD_SUB_PORT_FCS); in __cvmx_helper_loop_probe()
67 ipd_sub_port_fcs.s.port_bit2 = 0; in __cvmx_helper_loop_probe()
68 cvmx_write_csr(CVMX_IPD_SUB_PORT_FCS, ipd_sub_port_fcs.u64); in __cvmx_helper_loop_probe()
/Linux-v4.19/drivers/staging/octeon/
Dethernet-rgmii.c33 union cvmx_ipd_sub_port_fcs ipd_sub_port_fcs; in cvm_oct_set_hw_preamble() local
46 ipd_sub_port_fcs.u64 = cvmx_read_csr(CVMX_IPD_SUB_PORT_FCS); in cvm_oct_set_hw_preamble()
48 ipd_sub_port_fcs.s.port_bit |= 1ull << priv->port; in cvm_oct_set_hw_preamble()
50 ipd_sub_port_fcs.s.port_bit &= in cvm_oct_set_hw_preamble()
52 cvmx_write_csr(CVMX_IPD_SUB_PORT_FCS, ipd_sub_port_fcs.u64); in cvm_oct_set_hw_preamble()