Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H 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,
536 if (winbond_sio_reg_btest(base, conflict->testreg, in winbond_gpio_configure_port()
/linux/drivers/spi/
H A Dspi-imx.c605 u32 testreg, delay; in mx51_ecspi_prepare_message() local
631 testreg = readl(spi_imx->base + MX51_ECSPI_TESTREG); in mx51_ecspi_prepare_message()
633 testreg |= MX51_ECSPI_TESTREG_LBC; in mx51_ecspi_prepare_message()
635 testreg &= ~MX51_ECSPI_TESTREG_LBC; in mx51_ecspi_prepare_message()
636 writel(testreg, spi_imx->base + MX51_ECSPI_TESTREG); in mx51_ecspi_prepare_message()