Lines Matching refs:port_conf
106 #define FIFO_LVL_MASK(i) ((i)->port_conf->fifo_lvl_mask[i->port_id])
108 (1 << (i)->port_conf->tx_st_done)) ? 1 : 0)
110 #define RX_FIFO_LVL(v, i) (((v) >> (i)->port_conf->rx_lvl_offset) & \
119 #define is_polling(x) (x->port_conf->quirks & S3C64XX_SPI_QUIRK_POLL)
174 * @port_conf: Local SPI port configuartion data
193 struct s3c64xx_spi_port_config *port_conf;
332 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) {
342 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO))
423 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL
584 if (!sdd->port_conf->clk_from_cmu) {
626 if (sdd->port_conf->clk_from_cmu) {
872 if (!sdd->port_conf->clk_from_cmu) {
993 else if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO))
999 if (!sdd->port_conf->clk_from_cmu)
1117 sdd->port_conf = s3c64xx_spi_get_port_config(pdev);
1198 if (sdd->port_conf->clk_ioclk) {
1374 if (sdd->port_conf->clk_ioclk) {