Home
last modified time | relevance | path

Searched refs:opb_freq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-ppc4xx.c119 unsigned int opb_freq; member
191 /* opb_freq was already divided by 4 */ in spi_ppc4xx_setupxfer()
192 scr = (hw->opb_freq / speed) - 1; in spi_ppc4xx_setupxfer()
393 hw->opb_freq = *clk; in spi_ppc4xx_of_probe()
394 hw->opb_freq >>= 2; in spi_ppc4xx_of_probe()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-ppc4xx.c119 unsigned int opb_freq; member
191 /* opb_freq was already divided by 4 */ in spi_ppc4xx_setupxfer()
192 scr = (hw->opb_freq / speed) - 1; in spi_ppc4xx_setupxfer()
393 hw->opb_freq = *clk; in spi_ppc4xx_of_probe()
394 hw->opb_freq >>= 2; in spi_ppc4xx_of_probe()

Completed in 3 milliseconds