Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-pxa2xx.h28 enum pxa_ssp_type ssp_type; member
85 switch (drv_data->ssp_type) { in pxa25x_ssp_comp()
107 if (drv_data->ssp_type == CE4100_SSP || in write_SSSR_CS()
108 drv_data->ssp_type == QUARK_X1000_SSP) in write_SSSR_CS()
Dspi-pxa2xx.c174 return &lpss_platforms[drv_data->ssp_type - LPSS_LPT_SSP]; in lpss_get_config()
179 switch (drv_data->ssp_type) { in is_lpss_ssp()
194 return drv_data->ssp_type == QUARK_X1000_SSP; in is_quark_x1000_ssp()
199 return drv_data->ssp_type == MMP2_SSP; in is_mmp2_ssp()
204 return drv_data->ssp_type == MRFLD_SSP; in is_mrfld_ssp()
215 switch (drv_data->ssp_type) { in pxa2xx_spi_get_ssrc1_change_mask()
228 switch (drv_data->ssp_type) { in pxa2xx_spi_get_rx_default_thre()
242 switch (drv_data->ssp_type) { in pxa2xx_spi_txfifo_full()
262 switch (drv_data->ssp_type) { in pxa2xx_spi_clear_rx_thre()
279 switch (drv_data->ssp_type) { in pxa2xx_spi_set_rx_thre()
[all …]