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) & \
180 * @port_conf: Local SPI port configuartion data
199 const struct s3c64xx_spi_port_config *port_conf;
338 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) {
348 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO))
469 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL
641 int div = sdd->port_conf->clk_div;
644 if (!sdd->port_conf->clk_from_cmu) {
684 if ((sdd->cur_mode & SPI_LOOP) && sdd->port_conf->has_loopback)
691 if (sdd->port_conf->clk_from_cmu) {
952 div = sdd->port_conf->clk_div;
955 if (!sdd->port_conf->clk_from_cmu) {
1072 else if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO))
1078 if (!sdd->port_conf->clk_from_cmu)
1180 sdd->port_conf = s3c64xx_spi_get_port_config(pdev);
1215 if (sdd->port_conf->has_loopback)
1243 if (sdd->port_conf->clk_ioclk) {
1373 if (sdd->port_conf->clk_ioclk) {