Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-bcm63xx-hsspi.c102 #define HSSPI_MAX_SYNC_CLOCK 25000000 macro
452 if (hz > HSSPI_MAX_SYNC_CLOCK) in bcm63xx_hsspi_set_clk()
614 if (t->speed_hz > HSSPI_MAX_SYNC_CLOCK) { in bcm63xx_hsspi_do_dummy_cs_txrx()
615 t->speed_hz = HSSPI_MAX_SYNC_CLOCK; in bcm63xx_hsspi_do_dummy_cs_txrx()
H A Dspi-bcmbca-hsspi.c96 #define HSSPI_MAX_SYNC_CLOCK 30000000 macro
204 if (hz > HSSPI_MAX_SYNC_CLOCK) in bcmbca_hsspi_set_clk()