Home
last modified time | relevance | path

Searched defs:buswidth (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/include/drivers/
H A Dspi_mem.h51 uint8_t buswidth; member
57 uint8_t buswidth; member
63 uint8_t buswidth; member
67 uint8_t buswidth; member
H A Dnand.h29 unsigned int buswidth; member
/rk3399_ARM-atf/drivers/mtd/spi-mem/
H A Dspi_mem.c34 static bool spi_mem_check_buswidth_req(uint8_t buswidth, bool tx) in spi_mem_check_buswidth_req()
/rk3399_ARM-atf/drivers/st/spi/
H A Dstm32_qspi.c232 static unsigned int stm32_qspi_get_mode(uint8_t buswidth) in stm32_qspi_get_mode()