jtgc               48 arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c 	union cvmx_ciu_qlm_jtgc jtgc;
jtgc               62 arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c 	jtgc.u64 = 0;
jtgc               63 arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c 	jtgc.s.clk_div = clock_div;
jtgc               64 arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c 	jtgc.s.mux_sel = 0;
jtgc               66 arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c 		jtgc.s.bypass = 0x3;
jtgc               68 arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c 		jtgc.s.bypass = 0xf;
jtgc               69 arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c 	cvmx_write_csr(CVMX_CIU_QLM_JTGC, jtgc.u64);