tap_num           442 drivers/mmc/host/renesas_sdhi_core.c 	for (i = 0; i < host->tap_num * 2; i++) {
tap_num           443 drivers/mmc/host/renesas_sdhi_core.c 		int offset = host->tap_num * (i < host->tap_num ? 1 : -1);
tap_num           458 drivers/mmc/host/renesas_sdhi_core.c 	for (i = 0; i < host->tap_num * 2; i++) {
tap_num           478 drivers/mmc/host/renesas_sdhi_core.c 		host->tap_set = (tap_start + tap_end) / 2 % host->tap_num;
tap_num           192 drivers/mmc/host/tmio_mmc.h 	unsigned int tap_num;
tap_num           726 drivers/mmc/host/tmio_mmc_core.c 	host->tap_num = host->init_tuning(host);
tap_num           727 drivers/mmc/host/tmio_mmc_core.c 	if (!host->tap_num)
tap_num           731 drivers/mmc/host/tmio_mmc_core.c 	if (host->tap_num * 2 >= sizeof(host->taps) * BITS_PER_BYTE) {
tap_num           737 drivers/mmc/host/tmio_mmc_core.c 	bitmap_zero(host->taps, host->tap_num * 2);
tap_num           740 drivers/mmc/host/tmio_mmc_core.c 	for (i = 0; i < 2 * host->tap_num; i++) {
tap_num           742 drivers/mmc/host/tmio_mmc_core.c 			host->prepare_tuning(host, i % host->tap_num);
tap_num          1331 drivers/mmc/host/tmio_mmc_core.c 	return host->tap_num && mmc_can_retune(host->mmc);
tap_num            65 sound/soc/meson/axg-pdm.c 	unsigned int tap_num;
tap_num           329 sound/soc/meson/axg-pdm.c 	val = PDM_LPF_STAGE_NUM(lpf->tap_num);
tap_num           361 sound/soc/meson/axg-pdm.c 		count += lpf[i].tap_num;
tap_num           374 sound/soc/meson/axg-pdm.c 		for (j = 0; j < lpf[i].tap_num; j++)
tap_num           554 sound/soc/meson/axg-pdm.c 			.tap_num = ARRAY_SIZE(lpf1_default_tap),
tap_num           560 sound/soc/meson/axg-pdm.c 			.tap_num = ARRAY_SIZE(lpf2_default_tap),
tap_num           566 sound/soc/meson/axg-pdm.c 			.tap_num = ARRAY_SIZE(lpf3_default_tap)