dev_comp          221 drivers/i2c/busses/i2c-mt65xx.c 	const struct mtk_i2c_compatible *dev_comp;
dev_comp          330 drivers/i2c/busses/i2c-mt65xx.c 	return readw(i2c->base + i2c->dev_comp->regs[reg]);
dev_comp          336 drivers/i2c/busses/i2c-mt65xx.c 	writew(val, i2c->base + i2c->dev_comp->regs[reg]);
dev_comp          400 drivers/i2c/busses/i2c-mt65xx.c 	if (i2c->dev_comp->dcm)
dev_comp          403 drivers/i2c/busses/i2c-mt65xx.c 	if (i2c->dev_comp->timing_adjust)
dev_comp          408 drivers/i2c/busses/i2c-mt65xx.c 	if (i2c->dev_comp->ltiming_adjust)
dev_comp          417 drivers/i2c/busses/i2c-mt65xx.c 	if (i2c->dev_comp->dma_sync)
dev_comp          535 drivers/i2c/busses/i2c-mt65xx.c 		if (i2c->dev_comp->ltiming_adjust)
dev_comp          549 drivers/i2c/busses/i2c-mt65xx.c 		if (i2c->dev_comp->ltiming_adjust)
dev_comp          613 drivers/i2c/busses/i2c-mt65xx.c 		if (i2c->dev_comp->aux_len_reg) {
dev_comp          644 drivers/i2c/busses/i2c-mt65xx.c 		if (i2c->dev_comp->support_33bits) {
dev_comp          667 drivers/i2c/busses/i2c-mt65xx.c 		if (i2c->dev_comp->support_33bits) {
dev_comp          713 drivers/i2c/busses/i2c-mt65xx.c 		if (i2c->dev_comp->support_33bits) {
dev_comp          791 drivers/i2c/busses/i2c-mt65xx.c 	i2c->auto_restart = i2c->dev_comp->auto_restart;
dev_comp          940 drivers/i2c/busses/i2c-mt65xx.c 	i2c->dev_comp = of_device_get_match_data(&pdev->dev);
dev_comp          946 drivers/i2c/busses/i2c-mt65xx.c 	i2c->adap.quirks = i2c->dev_comp->quirks;
dev_comp          954 drivers/i2c/busses/i2c-mt65xx.c 	if (i2c->dev_comp->timing_adjust)
dev_comp          957 drivers/i2c/busses/i2c-mt65xx.c 	if (i2c->have_pmic && !i2c->dev_comp->pmic_i2c)
dev_comp          994 drivers/i2c/busses/i2c-mt65xx.c 	if (i2c->dev_comp->support_33bits) {
dev_comp           46 drivers/iio/adc/mt6577_auxadc.c 	const struct mtk_auxadc_compatible *dev_comp;
dev_comp          136 drivers/iio/adc/mt6577_auxadc.c 	if (adc_dev->dev_comp->check_global_idle) {
dev_comp          192 drivers/iio/adc/mt6577_auxadc.c 		if (adc_dev->dev_comp->sample_data_cali)
dev_comp          391 drivers/mmc/host/mtk-sd.c 	const struct mtk_mmc_compatible *dev_comp;
dev_comp          642 drivers/mmc/host/mtk-sd.c 		if (host->dev_comp->support_64g) {
dev_comp          648 drivers/mmc/host/mtk-sd.c 		if (host->dev_comp->support_64g) {
dev_comp          671 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->support_64g)
dev_comp          717 drivers/mmc/host/mtk-sd.c 		if (host->dev_comp->clk_div_bits == 8)
dev_comp          755 drivers/mmc/host/mtk-sd.c 	u32 tune_reg = host->dev_comp->pad_tune_reg;
dev_comp          767 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->clk_div_bits == 8)
dev_comp          791 drivers/mmc/host/mtk-sd.c 			if (host->dev_comp->clk_div_bits == 8)
dev_comp          823 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->clk_div_bits == 8)
dev_comp          877 drivers/mmc/host/mtk-sd.c 	    host->dev_comp->hs400_tune)
dev_comp         1475 drivers/mmc/host/mtk-sd.c 	u32 tune_reg = host->dev_comp->pad_tune_reg;
dev_comp         1514 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->stop_clk_fix) {
dev_comp         1523 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->busy_check)
dev_comp         1526 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->async_fifo) {
dev_comp         1529 drivers/mmc/host/mtk-sd.c 		if (host->dev_comp->enhance_rx) {
dev_comp         1549 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->support_64g)
dev_comp         1552 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->data_tune) {
dev_comp         1638 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->support_64g)
dev_comp         1643 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->support_64g)
dev_comp         1650 drivers/mmc/host/mtk-sd.c 		if (host->dev_comp->support_64g)
dev_comp         1758 drivers/mmc/host/mtk-sd.c 	u32 tune_reg = host->dev_comp->pad_tune_reg;
dev_comp         1770 drivers/mmc/host/mtk-sd.c 	u32 tune_reg = host->dev_comp->pad_tune_reg;
dev_comp         1788 drivers/mmc/host/mtk-sd.c 	u32 tune_reg = host->dev_comp->pad_tune_reg;
dev_comp         1855 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->async_fifo || host->hs200_cmd_int_delay)
dev_comp         2043 drivers/mmc/host/mtk-sd.c 	u32 tune_reg = host->dev_comp->pad_tune_reg;
dev_comp         2045 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->data_tune && host->dev_comp->async_fifo) {
dev_comp         2055 drivers/mmc/host/mtk-sd.c 	    host->dev_comp->hs400_tune)
dev_comp         2265 drivers/mmc/host/mtk-sd.c 	host->dev_comp = of_device_get_match_data(&pdev->dev);
dev_comp         2270 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->clk_div_bits == 8)
dev_comp         2277 drivers/mmc/host/mtk-sd.c 	    host->dev_comp->use_internal_cd) {
dev_comp         2291 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->support_64g)
dev_comp         2298 drivers/mmc/host/mtk-sd.c 	if (host->dev_comp->support_64g)
dev_comp         2390 drivers/mmc/host/mtk-sd.c 	u32 tune_reg = host->dev_comp->pad_tune_reg;
dev_comp         2417 drivers/mmc/host/mtk-sd.c 	u32 tune_reg = host->dev_comp->pad_tune_reg;
dev_comp          105 drivers/spi/spi-mt65xx.c 	const struct mtk_spi_compatible *dev_comp;
dev_comp          232 drivers/spi/spi-mt65xx.c 	if (mdata->dev_comp->enhance_timing) {
dev_comp          255 drivers/spi/spi-mt65xx.c 	if (mdata->dev_comp->need_pad_sel)
dev_comp          294 drivers/spi/spi-mt65xx.c 	if (mdata->dev_comp->enhance_timing) {
dev_comp          397 drivers/spi/spi-mt65xx.c 		if (mdata->dev_comp->dma_ext)
dev_comp          407 drivers/spi/spi-mt65xx.c 		if (mdata->dev_comp->dma_ext)
dev_comp          515 drivers/spi/spi-mt65xx.c 	if (mdata->dev_comp->need_pad_sel && gpio_is_valid(spi->cs_gpio))
dev_comp          649 drivers/spi/spi-mt65xx.c 	mdata->dev_comp = of_id->data;
dev_comp          650 drivers/spi/spi-mt65xx.c 	if (mdata->dev_comp->must_tx)
dev_comp          653 drivers/spi/spi-mt65xx.c 	if (mdata->dev_comp->need_pad_sel) {
dev_comp          759 drivers/spi/spi-mt65xx.c 	if (mdata->dev_comp->need_pad_sel) {
dev_comp          789 drivers/spi/spi-mt65xx.c 	if (mdata->dev_comp->dma_ext)