coefs             185 crypto/async_tx/async_pq.c 		unsigned char coefs[MAX_DISKS];
coefs             201 crypto/async_tx/async_pq.c 			coefs[j] = raid6_gfexp[i];
coefs             228 crypto/async_tx/async_pq.c 		tx = do_async_gen_syndrome(chan, coefs, j, unmap, dma_flags, submit);
coefs             288 crypto/async_tx/async_pq.c 	unsigned char coefs[MAX_DISKS];
coefs             312 crypto/async_tx/async_pq.c 				coefs[j] = raid6_gfexp[i];
coefs             345 crypto/async_tx/async_pq.c 							    coefs,
coefs              54 drivers/gpu/drm/meson/meson_vpp.c 						 const unsigned int *coefs,
coefs              62 drivers/gpu/drm/meson/meson_vpp.c 		writel_relaxed(coefs[i],
coefs              79 drivers/gpu/drm/meson/meson_vpp.c 						    const unsigned int *coefs,
coefs              87 drivers/gpu/drm/meson/meson_vpp.c 		writel_relaxed(coefs[i],
coefs             148 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c 		const struct cvb_coef *coefs, int nb_coefs,
coefs             165 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c 			gk20a_volt_calc_voltage(&coefs[i], tdev->gpu_speedo),
coefs              41 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.h 		    const struct cvb_coef *coefs, int nb_coefs,
coefs            1313 drivers/gpu/drm/omapdrm/dss/dispc.c 				   const struct omap_dss_cpr_coefs *coefs)
coefs            1320 drivers/gpu/drm/omapdrm/dss/dispc.c 	coef_r = FLD_VAL(coefs->rr, 31, 22) | FLD_VAL(coefs->rg, 20, 11) |
coefs            1321 drivers/gpu/drm/omapdrm/dss/dispc.c 		FLD_VAL(coefs->rb, 9, 0);
coefs            1322 drivers/gpu/drm/omapdrm/dss/dispc.c 	coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) |
coefs            1323 drivers/gpu/drm/omapdrm/dss/dispc.c 		FLD_VAL(coefs->gb, 9, 0);
coefs            1324 drivers/gpu/drm/omapdrm/dss/dispc.c 	coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) |
coefs            1325 drivers/gpu/drm/omapdrm/dss/dispc.c 		FLD_VAL(coefs->bb, 9, 0);
coefs             284 drivers/gpu/drm/omapdrm/dss/dispc_coefs.c 	} coefs[] = {
coefs             308 drivers/gpu/drm/omapdrm/dss/dispc_coefs.c 	for (i = 0; i < ARRAY_SIZE(coefs); ++i)
coefs             309 drivers/gpu/drm/omapdrm/dss/dispc_coefs.c 		if (inc >= coefs[i].Mmin && inc <= coefs[i].Mmax)
coefs             310 drivers/gpu/drm/omapdrm/dss/dispc_coefs.c 			return five_taps ? coefs[i].coef_5 : coefs[i].coef_3;
coefs              97 drivers/iio/pressure/hp03.c 	u8 coefs[18];
coefs             104 drivers/iio/pressure/hp03.c 			       coefs, sizeof(coefs));
coefs             132 drivers/iio/pressure/hp03.c 		cx_val[i] = (coefs[2 * i] << 8) | (coefs[(2 * i) + 1] << 0);
coefs             138 drivers/iio/pressure/hp03.c 		ab_val = coefs[14];	/* A-value */
coefs             140 drivers/iio/pressure/hp03.c 		ab_val = coefs[15];	/* B-value */
coefs             143 drivers/iio/pressure/hp03.c 	dut = (ab_val * (diff_val >> 7) * (diff_val >> 7)) >> coefs[16];
coefs             151 drivers/iio/pressure/hp03.c 	priv->temp = 250 + ((dut * cx_val[5]) >> 16) - (dut >> coefs[17]);
coefs             360 drivers/net/wireless/broadcom/b43/phy_lp.c 	static const u16 coefs[] = {
coefs             371 drivers/net/wireless/broadcom/b43/phy_lp.c 		b43_phy_write(dev, addr[i], coefs[i]);
coefs            1090 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		const struct omap_dss_cpr_coefs *coefs)
coefs            1097 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	coef_r = FLD_VAL(coefs->rr, 31, 22) | FLD_VAL(coefs->rg, 20, 11) |
coefs            1098 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		FLD_VAL(coefs->rb, 9, 0);
coefs            1099 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) |
coefs            1100 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		FLD_VAL(coefs->gb, 9, 0);
coefs            1101 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) |
coefs            1102 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		FLD_VAL(coefs->bb, 9, 0);
coefs             286 drivers/video/fbdev/omap2/omapfb/dss/dispc_coefs.c 	} coefs[] = {
coefs             310 drivers/video/fbdev/omap2/omapfb/dss/dispc_coefs.c 	for (i = 0; i < ARRAY_SIZE(coefs); ++i)
coefs             311 drivers/video/fbdev/omap2/omapfb/dss/dispc_coefs.c 		if (inc >= coefs[i].Mmin && inc <= coefs[i].Mmax)
coefs             312 drivers/video/fbdev/omap2/omapfb/dss/dispc_coefs.c 			return five_taps ? coefs[i].coef_5 : coefs[i].coef_3;
coefs             378 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 	struct omap_dss_cpr_coefs coefs;
coefs             386 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 				&coefs.rr, &coefs.rg, &coefs.rb,
coefs             387 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 				&coefs.gr, &coefs.gg, &coefs.gb,
coefs             388 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 				&coefs.br, &coefs.bg, &coefs.bb) != 9)
coefs             391 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 	arr = (s16[]){ coefs.rr, coefs.rg, coefs.rb,
coefs             392 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 		coefs.gr, coefs.gg, coefs.gb,
coefs             393 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 		coefs.br, coefs.bg, coefs.bb };
coefs             402 drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c 	info.cpr_coefs = coefs;
coefs              54 sound/pci/au88x0/au88x0_eq.c static void vortex_EqHw_SetLeftCoefs(vortex_t * vortex, u16 coefs[])
coefs              60 sound/pci/au88x0/au88x0_eq.c 		hwwrite(vortex->mmio, 0x2b000 + n * 0x30, coefs[i + 0]);
coefs              61 sound/pci/au88x0/au88x0_eq.c 		hwwrite(vortex->mmio, 0x2b004 + n * 0x30, coefs[i + 1]);
coefs              64 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b008 + n * 0x30, coefs[i + 2]);
coefs              65 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b00c + n * 0x30, coefs[i + 3]);
coefs              66 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b010 + n * 0x30, coefs[i + 4]);
coefs              68 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b008 + n * 0x30, sign_invert(coefs[2 + i]));
coefs              69 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b00c + n * 0x30, sign_invert(coefs[3 + i]));
coefs              70 sound/pci/au88x0/au88x0_eq.c 		        hwwrite(vortex->mmio, 0x2b010 + n * 0x30, sign_invert(coefs[4 + i]));
coefs              76 sound/pci/au88x0/au88x0_eq.c static void vortex_EqHw_SetRightCoefs(vortex_t * vortex, u16 coefs[])
coefs              82 sound/pci/au88x0/au88x0_eq.c 		hwwrite(vortex->mmio, 0x2b1e0 + n * 0x30, coefs[0 + i]);
coefs              83 sound/pci/au88x0/au88x0_eq.c 		hwwrite(vortex->mmio, 0x2b1e4 + n * 0x30, coefs[1 + i]);
coefs              86 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b1e8 + n * 0x30, coefs[2 + i]);
coefs              87 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b1ec + n * 0x30, coefs[3 + i]);
coefs              88 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b1f0 + n * 0x30, coefs[4 + i]);
coefs              90 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b1e8 + n * 0x30, sign_invert(coefs[2 + i]));
coefs              91 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b1ec + n * 0x30, sign_invert(coefs[3 + i]));
coefs              92 sound/pci/au88x0/au88x0_eq.c 			hwwrite(vortex->mmio, 0x2b1f0 + n * 0x30, sign_invert(coefs[4 + i]));
coefs             243 sound/pci/au88x0/au88x0_xtalk.c 			 xtalk_coefs_t const coefs)
coefs             248 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24200 + i * 0x24, coefs[i][0]);
coefs             249 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24204 + i * 0x24, coefs[i][1]);
coefs             250 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24208 + i * 0x24, coefs[i][2]);
coefs             251 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x2420c + i * 0x24, coefs[i][3]);
coefs             252 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24210 + i * 0x24, coefs[i][4]);
coefs             260 sound/pci/au88x0/au88x0_xtalk.c 			  xtalk_coefs_t const coefs)
coefs             265 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x242b4 + i * 0x24, coefs[i][0]);
coefs             266 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x242b8 + i * 0x24, coefs[i][1]);
coefs             267 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x242bc + i * 0x24, coefs[i][2]);
coefs             268 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x242c0 + i * 0x24, coefs[i][3]);
coefs             269 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x242c4 + i * 0x24, coefs[i][4]);
coefs             277 sound/pci/au88x0/au88x0_xtalk.c 			 xtalk_coefs_t const coefs)
coefs             282 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24368 + i * 0x24, coefs[i][0]);
coefs             283 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x2436c + i * 0x24, coefs[i][1]);
coefs             284 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24370 + i * 0x24, coefs[i][2]);
coefs             285 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24374 + i * 0x24, coefs[i][3]);
coefs             286 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24378 + i * 0x24, coefs[i][4]);
coefs             294 sound/pci/au88x0/au88x0_xtalk.c 			  xtalk_coefs_t const coefs)
coefs             299 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x2441C + i * 0x24, coefs[i][0]);
coefs             300 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24420 + i * 0x24, coefs[i][1]);
coefs             301 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24424 + i * 0x24, coefs[i][2]);
coefs             302 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24428 + i * 0x24, coefs[i][3]);
coefs             303 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x2442C + i * 0x24, coefs[i][4]);
coefs             312 sound/pci/au88x0/au88x0_xtalk.c 			       xtalk_state_t const coefs)
coefs             317 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24214 + i * 0x24, coefs[i][0]);
coefs             318 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24218 + i * 0x24, coefs[i][1]);
coefs             319 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x2421C + i * 0x24, coefs[i][2]);
coefs             320 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24220 + i * 0x24, coefs[i][3]);
coefs             331 sound/pci/au88x0/au88x0_xtalk.c 				xtalk_state_t const coefs)
coefs             336 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x242C8 + i * 0x24, coefs[i][0]);
coefs             337 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x242CC + i * 0x24, coefs[i][1]);
coefs             338 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x242D0 + i * 0x24, coefs[i][2]);
coefs             339 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x244D4 + i * 0x24, coefs[i][3]);
coefs             350 sound/pci/au88x0/au88x0_xtalk.c 			       xtalk_state_t const coefs)
coefs             355 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x2437C + i * 0x24, coefs[i][0]);
coefs             356 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24380 + i * 0x24, coefs[i][1]);
coefs             357 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24384 + i * 0x24, coefs[i][2]);
coefs             358 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24388 + i * 0x24, coefs[i][3]);
coefs             369 sound/pci/au88x0/au88x0_xtalk.c 				xtalk_state_t const coefs)
coefs             374 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24430 + i * 0x24, coefs[i][0]);
coefs             375 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24434 + i * 0x24, coefs[i][1]);
coefs             376 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x24438 + i * 0x24, coefs[i][2]);
coefs             377 sound/pci/au88x0/au88x0_xtalk.c 		hwwrite(vortex->mmio, 0x2443C + i * 0x24, coefs[i][3]);
coefs             388 sound/pci/au88x0/au88x0_xtalk.c 			 xtalk_coefs_t coefs)
coefs             393 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][0] = hwread(vortex->mmio, 0x24200 + i * 0x24);
coefs             394 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][1] = hwread(vortex->mmio, 0x24204 + i * 0x24);
coefs             395 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][2] = hwread(vortex->mmio, 0x24208 + i * 0x24);
coefs             396 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][3] = hwread(vortex->mmio, 0x2420c + i * 0x24);
coefs             397 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][4] = hwread(vortex->mmio, 0x24210 + i * 0x24);
coefs             405 sound/pci/au88x0/au88x0_xtalk.c 			  xtalk_coefs_t coefs)
coefs             410 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][0] = hwread(vortex->mmio, 0x242b4 + i * 0x24);
coefs             411 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][1] = hwread(vortex->mmio, 0x242b8 + i * 0x24);
coefs             412 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][2] = hwread(vortex->mmio, 0x242bc + i * 0x24);
coefs             413 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][3] = hwread(vortex->mmio, 0x242c0 + i * 0x24);
coefs             414 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][4] = hwread(vortex->mmio, 0x242c4 + i * 0x24);
coefs             422 sound/pci/au88x0/au88x0_xtalk.c 			 xtalk_coefs_t coefs)
coefs             427 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][0] = hwread(vortex->mmio, 0x24368 + i * 0x24);
coefs             428 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][1] = hwread(vortex->mmio, 0x2436C + i * 0x24);
coefs             429 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][2] = hwread(vortex->mmio, 0x24370 + i * 0x24);
coefs             430 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][3] = hwread(vortex->mmio, 0x24374 + i * 0x24);
coefs             431 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][4] = hwread(vortex->mmio, 0x24378 + i * 0x24);
coefs             439 sound/pci/au88x0/au88x0_xtalk.c 			  xtalk_coefs_t coefs)
coefs             444 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][0] = hwread(vortex->mmio, 0x2441C + i * 0x24);
coefs             445 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][1] = hwread(vortex->mmio, 0x24420 + i * 0x24);
coefs             446 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][2] = hwread(vortex->mmio, 0x24424 + i * 0x24);
coefs             447 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][3] = hwread(vortex->mmio, 0x24428 + i * 0x24);
coefs             448 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][4] = hwread(vortex->mmio, 0x2442C + i * 0x24);
coefs             456 sound/pci/au88x0/au88x0_xtalk.c 			       xtalk_state_t coefs)
coefs             461 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][0] = hwread(vortex->mmio, 0x24214 + i * 0x24);
coefs             462 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][1] = hwread(vortex->mmio, 0x24218 + i * 0x24);
coefs             463 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][2] = hwread(vortex->mmio, 0x2421C + i * 0x24);
coefs             464 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][3] = hwread(vortex->mmio, 0x24220 + i * 0x24);
coefs             474 sound/pci/au88x0/au88x0_xtalk.c 				xtalk_state_t coefs)
coefs             479 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][0] = hwread(vortex->mmio, 0x242C8 + i * 0x24);
coefs             480 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][1] = hwread(vortex->mmio, 0x242CC + i * 0x24);
coefs             481 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][2] = hwread(vortex->mmio, 0x242D0 + i * 0x24);
coefs             482 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][3] = hwread(vortex->mmio, 0x242D4 + i * 0x24);
coefs             492 sound/pci/au88x0/au88x0_xtalk.c 			       xtalk_state_t coefs)
coefs             497 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][0] = hwread(vortex->mmio, 0x2437C + i * 0x24);
coefs             498 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][1] = hwread(vortex->mmio, 0x24380 + i * 0x24);
coefs             499 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][2] = hwread(vortex->mmio, 0x24384 + i * 0x24);
coefs             500 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][3] = hwread(vortex->mmio, 0x24388 + i * 0x24);
coefs             510 sound/pci/au88x0/au88x0_xtalk.c 				xtalk_state_t coefs)
coefs             515 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][0] = hwread(vortex->mmio, 0x24430 + i * 0x24);
coefs             516 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][1] = hwread(vortex->mmio, 0x24434 + i * 0x24);
coefs             517 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][2] = hwread(vortex->mmio, 0x24438 + i * 0x24);
coefs             518 sound/pci/au88x0/au88x0_xtalk.c 		coefs[i][3] = hwread(vortex->mmio, 0x2443C + i * 0x24);
coefs             310 sound/soc/codecs/max98088.c                    unsigned int band, u16 *coefs)
coefs             327 sound/soc/codecs/max98088.c                snd_soc_component_write(component, eq_reg++, M98088_BYTE1(coefs[i]));
coefs             328 sound/soc/codecs/max98088.c                snd_soc_component_write(component, eq_reg++, M98088_BYTE0(coefs[i]));
coefs             252 sound/soc/codecs/max98095.c 		    unsigned int band, u16 *coefs)
coefs             269 sound/soc/codecs/max98095.c 		snd_soc_component_write(component, eq_reg++, M98095_BYTE1(coefs[i]));
coefs             270 sound/soc/codecs/max98095.c 		snd_soc_component_write(component, eq_reg++, M98095_BYTE0(coefs[i]));
coefs             278 sound/soc/codecs/max98095.c 		    unsigned int band, u16 *coefs)
coefs             295 sound/soc/codecs/max98095.c 		snd_soc_component_write(component, bq_reg++, M98095_BYTE1(coefs[i]));
coefs             296 sound/soc/codecs/max98095.c 		snd_soc_component_write(component, bq_reg++, M98095_BYTE0(coefs[i]));