Searched refs:port_conf (Results 1 – 1 of 1) sorted by relevance
115 #define FIFO_LVL_MASK(i) ((i)->port_conf->fifo_lvl_mask[i->port_id])117 (1 << (i)->port_conf->tx_st_done)) ? 1 : 0)119 #define RX_FIFO_LVL(v, i) (((v) >> (i)->port_conf->rx_lvl_offset) & \128 #define is_polling(x) (x->port_conf->quirks & S3C64XX_SPI_QUIRK_POLL)197 struct s3c64xx_spi_port_config *port_conf; member429 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL in enable_datapath()581 if (sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config()625 if (sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config()710 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_transfer_one()828 if (!sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_setup()[all …]