Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dsh_msiof.h51 #define SIMDR3_BITLEN2 GENMASK(28, 24) /* Data Size (8-32 bits) */ macro
/linux/drivers/spi/
H A Dspi-sh-msiof.c282 u32 dr3 = FIELD_PREP(SIMDR3_BITLEN2, bits - 1) | in sh_msiof_spi_set_mode_regs()