Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_spi.c115 static const unsigned bcm63xx_spi_freq_table[SPI_CLK_CNT][2] = { variable
164 if (speed >= bcm63xx_spi_freq_table[i][0]) { in bcm63xx_spi_set_speed()
165 clk_cfg = bcm63xx_spi_freq_table[i][1]; in bcm63xx_spi_set_speed()
/openbmc/linux/drivers/spi/
H A Dspi-bcm63xx.c176 static const unsigned int bcm63xx_spi_freq_table[SPI_CLK_MASK][2] = { variable
198 if (t->speed_hz >= bcm63xx_spi_freq_table[i][0]) { in bcm63xx_spi_setup_transfer()
199 clk_cfg = bcm63xx_spi_freq_table[i][1]; in bcm63xx_spi_setup_transfer()