Searched refs:port_conf (Results 1 – 1 of 1) sorted by relevance
105 #define FIFO_LVL_MASK(i) ((i)->port_conf->fifo_lvl_mask[i->port_id])107 (1 << (i)->port_conf->tx_st_done)) ? 1 : 0)109 #define RX_FIFO_LVL(v, i) (((v) >> (i)->port_conf->rx_lvl_offset) & \118 #define is_polling(x) (x->port_conf->quirks & S3C64XX_SPI_QUIRK_POLL)187 struct s3c64xx_spi_port_config *port_conf; member313 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) { in s3c64xx_spi_set_cs()323 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_set_cs()403 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL in s3c64xx_enable_datapath()557 if (!sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config()599 if (sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config()[all …]