red_port_enable   135 arch/mips/cavium-octeon/executive/cvmx-helper-util.c 	union cvmx_ipd_red_port_enable red_port_enable;
red_port_enable   160 arch/mips/cavium-octeon/executive/cvmx-helper-util.c 	red_port_enable.u64 = 0;
red_port_enable   161 arch/mips/cavium-octeon/executive/cvmx-helper-util.c 	red_port_enable.s.prt_enb = 0xfffffffffull;
red_port_enable   162 arch/mips/cavium-octeon/executive/cvmx-helper-util.c 	red_port_enable.s.avg_dly = 10000;
red_port_enable   163 arch/mips/cavium-octeon/executive/cvmx-helper-util.c 	red_port_enable.s.prb_dly = 10000;
red_port_enable   164 arch/mips/cavium-octeon/executive/cvmx-helper-util.c 	cvmx_write_csr(CVMX_IPD_RED_PORT_ENABLE, red_port_enable.u64);