Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bluetooth/
Dbtbcm.h45 __u8 lsb_first; member
/linux-6.12.1/drivers/spi/
Dspi-stm32.c232 const struct stm32_spi_reg lsb_first; member
370 .lsb_first = { STM32FX_SPI_CR1, STM32FX_SPI_CR1_LSBFRST },
389 .lsb_first = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_LSBFRST },
409 .lsb_first = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_LSBFRST },
1166 setb |= spi->cfg->regs->lsb_first.mask; in stm32_spi_prepare_msg()
1168 clrb |= spi->cfg->regs->lsb_first.mask; in stm32_spi_prepare_msg()
Dspi-sh-msiof.c351 u32 tx_hi_z, u32 lsb_first, u32 cs_high) in sh_msiof_spi_set_pin_regs() argument
365 tmp |= lsb_first << SIMDR1_BITLSB_SHIFT; in sh_msiof_spi_set_pin_regs()