Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/include/
Dwm_regs.h414 #define SPI_SET_MASTER_SLAVE(mode) ((mode) << 2) macro
/device/soc/winnermicro/wm800/board/platform/drivers/spi/
Dwm_hostspi.c78 SPIM_SPICFG_REG = SPI_FRAME_FORMAT_MOTO | SPI_SET_MASTER_SLAVE(SPI_MASTER) | mode; in SpiMasterInit()