Searched refs:spi_flash_ll_calculate_clock_reg (Results 1 – 8 of 8) sorted by relevance
54 …uint32_t div_parameter = spi_flash_ll_calculate_clock_reg(cfg->host_id, get_flash_clock_divider(cf… in spi_flash_cal_clock()
25 #define spi_flash_ll_calculate_clock_reg(host_id, clock_div) (((host_id)<=SPI1_HOST) ? spimem_flash… macro
24 #define spi_flash_ll_calculate_clock_reg(host_id, clock_div) (((host_id)<=SPI1_HOST) ? spimem_flash… macro
425 static inline uint32_t spi_flash_ll_calculate_clock_reg(uint8_t host_id, uint8_t clkdiv) in spi_flash_ll_calculate_clock_reg() function