Searched refs:f_sys (Results 1 – 7 of 7) sorted by relevance
55 uint32_t f_sys; member204 *cycles = config->f_sys; in pwm_sifive_get_cycles_per_sec()221 .f_sys = SIFIVE_PERIPHERAL_CLOCK_FREQUENCY, \
40 uint32_t f_sys; member
28 uint32_t f_sys; member
72 uint32_t f_sys; member
50 div = (SPI_CFG(dev)->f_sys / (frequency * 2U)) - 1; in spi_config()289 .f_sys = SIFIVE_PERIPHERAL_CLOCK_FREQUENCY, \
29 uint32_t f_sys; member41 sclk_div = (cfg->f_sys / (config->frequency << 1)) - 1; in spi_config()416 .f_sys = DT_INST_PROP(n, clock_frequency), \
65 uint32_t f_sys; member238 prescale = (config->f_sys / (i2c_speed * 5U)) - 1; in i2c_sifive_configure()330 .f_sys = SIFIVE_PERIPHERAL_CLOCK_FREQUENCY, \