Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/spi/
Dstm32_qspi.c232 static unsigned int stm32_qspi_get_mode(uint8_t buswidth) in stm32_qspi_get_mode() function
271 ccr |= stm32_qspi_get_mode(op->cmd.buswidth) << QSPI_CCR_IMODE_SHIFT; in stm32_qspi_exec_op()
275 ccr |= stm32_qspi_get_mode(op->addr.buswidth) << in stm32_qspi_exec_op()
285 ccr |= stm32_qspi_get_mode(op->data.buswidth) << in stm32_qspi_exec_op()
/aosp_15_r20/external/arm-trusted-firmware/drivers/st/spi/
H A Dstm32_qspi.c231 static unsigned int stm32_qspi_get_mode(uint8_t buswidth) in stm32_qspi_get_mode() function
275 ccr |= stm32_qspi_get_mode(op->cmd.buswidth) << QSPI_CCR_IMODE_SHIFT; in stm32_qspi_exec_op()
279 ccr |= stm32_qspi_get_mode(op->addr.buswidth) << in stm32_qspi_exec_op()
289 ccr |= stm32_qspi_get_mode(op->data.buswidth) << in stm32_qspi_exec_op()