clkspeed           75 arch/mips/vr41xx/common/bcu.c static inline unsigned long calculate_pclock(uint16_t clkspeed)
clkspeed           83 arch/mips/vr41xx/common/bcu.c 		pclock /= CLKSP(clkspeed);
clkspeed           87 arch/mips/vr41xx/common/bcu.c 		pclock /= CLKSP(clkspeed);
clkspeed           91 arch/mips/vr41xx/common/bcu.c 		pclock /= CLKSP(clkspeed);
clkspeed           94 arch/mips/vr41xx/common/bcu.c 		switch (CLKSP_VR4133(clkspeed)) {
clkspeed          125 arch/mips/vr41xx/common/bcu.c static inline unsigned long calculate_vtclock(uint16_t clkspeed, unsigned long pclock)
clkspeed          136 arch/mips/vr41xx/common/bcu.c 		if (DIVVT(clkspeed) == 9)
clkspeed          139 arch/mips/vr41xx/common/bcu.c 		else if (DIVVT(clkspeed) == 10)
clkspeed          141 arch/mips/vr41xx/common/bcu.c 		vtclock /= DIVVT(clkspeed);
clkspeed          145 arch/mips/vr41xx/common/bcu.c 		if(VTDIVMODE(clkspeed) == 7)
clkspeed          147 arch/mips/vr41xx/common/bcu.c 		else if(VTDIVMODE(clkspeed) == 1)
clkspeed          150 arch/mips/vr41xx/common/bcu.c 			vtclock = pclock / VTDIVMODE(clkspeed);
clkspeed          155 arch/mips/vr41xx/common/bcu.c 		vtclock = pclock / VTDIVMODE(clkspeed);
clkspeed          166 arch/mips/vr41xx/common/bcu.c static inline unsigned long calculate_tclock(uint16_t clkspeed, unsigned long pclock,
clkspeed          173 arch/mips/vr41xx/common/bcu.c 		if (!(clkspeed & DIV2B))
clkspeed          175 arch/mips/vr41xx/common/bcu.c 		else if (!(clkspeed & DIV3B))
clkspeed          177 arch/mips/vr41xx/common/bcu.c 		else if (!(clkspeed & DIV4B))
clkspeed          181 arch/mips/vr41xx/common/bcu.c 		tclock = pclock / DIVT(clkspeed);
clkspeed          186 arch/mips/vr41xx/common/bcu.c 		tclock = vtclock / TDIVMODE(clkspeed);
clkspeed          201 arch/mips/vr41xx/common/bcu.c 	uint16_t clkspeed;
clkspeed          203 arch/mips/vr41xx/common/bcu.c 	clkspeed = read_clkspeed();
clkspeed          205 arch/mips/vr41xx/common/bcu.c 	pclock = calculate_pclock(clkspeed);
clkspeed          206 arch/mips/vr41xx/common/bcu.c 	vr41xx_vtclock = calculate_vtclock(clkspeed, pclock);
clkspeed          207 arch/mips/vr41xx/common/bcu.c 	vr41xx_tclock = calculate_tclock(clkspeed, pclock, vr41xx_vtclock);
clkspeed          809 drivers/net/ethernet/qualcomm/qca_spi.c 	qca->clkspeed = qcaspi_clkspeed;
clkspeed          104 drivers/net/ethernet/qualcomm/qca_spi.h 	u32 clkspeed;