Home
last modified time | relevance | path

Searched refs:BSP_SPI_MAX_HZ (Results 1 – 5 of 5) sorted by relevance

/bsp/w60x/drivers/
A Ddrv_spi.c23 #define BSP_SPI_MAX_HZ (20* 1000 *1000) macro
51 if(cfg->max_hz > BSP_SPI_MAX_HZ) in wm_hostspi_init()
53 cfg->max_hz = BSP_SPI_MAX_HZ; in wm_hostspi_init()
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_spi.c20 #define BSP_SPI_MAX_HZ (30* 1000 *1000) macro
100 if (cfg->max_hz > BSP_SPI_MAX_HZ) in raspi_spi_configure()
101 cfg->max_hz = BSP_SPI_MAX_HZ; in raspi_spi_configure()
/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_spi.c15 #define BSP_SPI_MAX_HZ (30* 1000 *1000) macro
78 if (cfg->max_hz > BSP_SPI_MAX_HZ) in raspi_spi_configure()
79 cfg->max_hz = BSP_SPI_MAX_HZ; in raspi_spi_configure()
/bsp/raspberry-pi/raspi3-64/driver/
A Ddrv_spi.c16 #define BSP_SPI_MAX_HZ (30* 1000 *1000) macro
79 if (cfg->max_hz > BSP_SPI_MAX_HZ) in raspi_spi_configure()
80 cfg->max_hz = BSP_SPI_MAX_HZ; in raspi_spi_configure()
/bsp/allwinner/libraries/drivers/
A Ddrv_spi.c30 #define BSP_SPI_MAX_HZ SPI_MAX_FREQUENCY macro
61 if (cfg->max_hz > BSP_SPI_MAX_HZ) in hw_spi_configure()
62 cfg->max_hz = BSP_SPI_MAX_HZ; in hw_spi_configure()

Completed in 18 milliseconds