num_offset         48 drivers/clk/imx/clk-pllv3.c 	u32		num_offset;
num_offset        220 drivers/clk/imx/clk-pllv3.c 	u32 mfn = readl_relaxed(pll->base + pll->num_offset);
num_offset        290 drivers/clk/imx/clk-pllv3.c 	writel_relaxed(mfn, pll->base + pll->num_offset);
num_offset        353 drivers/clk/imx/clk-pllv3.c 	mf.mfn = readl_relaxed(pll->base + pll->num_offset);
num_offset        383 drivers/clk/imx/clk-pllv3.c 	writel_relaxed(mf.mfn, pll->base + pll->num_offset);
num_offset        428 drivers/clk/imx/clk-pllv3.c 	pll->num_offset = PLL_NUM_OFFSET;
num_offset        437 drivers/clk/imx/clk-pllv3.c 		pll->num_offset = PLL_VF610_NUM_OFFSET;
num_offset        448 drivers/clk/imx/clk-pllv3.c 		pll->num_offset = PLL_IMX7_NUM_OFFSET;
num_offset        465 drivers/clk/imx/clk-pllv3.c 		pll->num_offset = PLL_IMX7_NUM_OFFSET;
num_offset         45 drivers/media/pci/cx18/cx18-streams.c 	int num_offset;
num_offset        300 drivers/media/pci/cx18/cx18-streams.c 	int num_offset = cx18_stream_info[type].num_offset;
num_offset        301 drivers/media/pci/cx18/cx18-streams.c 	int num = cx->instance + cx18_first_minor + num_offset;
num_offset        350 drivers/media/pci/cx18/cx18-streams.c 	if (num_offset == -1)
num_offset        421 drivers/media/pci/cx18/cx18-streams.c 			    + cx18_stream_info[type].num_offset;
num_offset         95 drivers/media/pci/ivtv/ivtv-streams.c 	int num_offset;
num_offset        201 drivers/media/pci/ivtv/ivtv-streams.c 	int num_offset = ivtv_stream_info[type].num_offset;
num_offset        202 drivers/media/pci/ivtv/ivtv-streams.c 	int num = itv->instance + ivtv_first_minor + num_offset;
num_offset        300 drivers/media/pci/ivtv/ivtv-streams.c 			num = s_mpg->vdev.num + ivtv_stream_info[type].num_offset;