Home
last modified time | relevance | path

Searched refs:testreg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpio/
A Dgpio-winbond.c220 u8 testreg; member
264 .testreg = WB_SIO_UARTB_REG_ENABLE,
292 .testreg = WB_SIO_UARTC_REG_ENABLE,
309 .testreg = WB_SIO_UARTD_REG_ENABLE,
326 .testreg = WB_SIO_UARTE_REG_ENABLE,
343 .testreg = WB_SIO_REG_GLOBAL_OPT,
531 if (winbond_sio_reg_btest(base, conflict->testreg, in winbond_gpio_configure_port()
/linux/drivers/media/radio/
A Dradio-tea5764.c101 u16 testreg; /* TESTBITS & TESTMODE */ member
116 __be16 testreg; /* TESTBITS & TESTMODE */ member
174 wr.testreg = __cpu_to_be16(r->testreg); in tea5764_i2c_write()
190 r->testreg |= TEA5764_TESTREG_TRIGFR; in tea5764_power_up()
192 r->testreg &= ~TEA5764_TESTREG_TRIGFR; in tea5764_power_up()
/linux/drivers/spi/
A Dspi-imx.c516 u32 testreg, delay; in mx51_ecspi_prepare_message() local
540 testreg = readl(spi_imx->base + MX51_ECSPI_TESTREG); in mx51_ecspi_prepare_message()
542 testreg |= MX51_ECSPI_TESTREG_LBC; in mx51_ecspi_prepare_message()
544 testreg &= ~MX51_ECSPI_TESTREG_LBC; in mx51_ecspi_prepare_message()
545 writel(testreg, spi_imx->base + MX51_ECSPI_TESTREG); in mx51_ecspi_prepare_message()

Completed in 12 milliseconds