testreg           220 drivers/gpio/gpio-winbond.c 	u8 testreg;
testreg           264 drivers/gpio/gpio-winbond.c 			.testreg = WB_SIO_UARTB_REG_ENABLE,
testreg           292 drivers/gpio/gpio-winbond.c 			.testreg = WB_SIO_UARTC_REG_ENABLE,
testreg           309 drivers/gpio/gpio-winbond.c 			.testreg = WB_SIO_UARTD_REG_ENABLE,
testreg           326 drivers/gpio/gpio-winbond.c 			.testreg = WB_SIO_UARTE_REG_ENABLE,
testreg           343 drivers/gpio/gpio-winbond.c 			.testreg = WB_SIO_REG_GLOBAL_OPT,
testreg           531 drivers/gpio/gpio-winbond.c 		if (winbond_sio_reg_btest(base, conflict->testreg,
testreg           101 drivers/media/radio/radio-tea5764.c 	u16 testreg;				/* TESTBITS & TESTMODE */
testreg           116 drivers/media/radio/radio-tea5764.c 	__be16 testreg;				/* TESTBITS & TESTMODE */
testreg           174 drivers/media/radio/radio-tea5764.c 	wr.testreg = __cpu_to_be16(r->testreg);
testreg           190 drivers/media/radio/radio-tea5764.c 			r->testreg |= TEA5764_TESTREG_TRIGFR;
testreg           192 drivers/media/radio/radio-tea5764.c 			r->testreg &= ~TEA5764_TESTREG_TRIGFR;
testreg           502 drivers/spi/spi-imx.c 	u32 testreg;
testreg           526 drivers/spi/spi-imx.c 	testreg = readl(spi_imx->base + MX51_ECSPI_TESTREG);
testreg           528 drivers/spi/spi-imx.c 		testreg |= MX51_ECSPI_TESTREG_LBC;
testreg           530 drivers/spi/spi-imx.c 		testreg &= ~MX51_ECSPI_TESTREG_LBC;
testreg           531 drivers/spi/spi-imx.c 	writel(testreg, spi_imx->base + MX51_ECSPI_TESTREG);