Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-rzv2h-rspi.c604 u16 conf16; in rzv2h_rspi_prepare_message() local
672 conf16 = FIELD_PREP(RSPI_SPDCR2_TTRG, 0); in rzv2h_rspi_prepare_message()
673 conf16 |= FIELD_PREP(RSPI_SPDCR2_RTRG, 0); in rzv2h_rspi_prepare_message()
674 writew(conf16, rspi->base + RSPI_SPDCR2); in rzv2h_rspi_prepare_message()