Home
last modified time | relevance | path

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

/drivers/ptp/
Dptp_ines.c131 u32 port_conf; member
235 ines_write32(port, PORT_CONF, port_conf); in ines_clock_init()
339 u32 cm_one_step = 0, port_conf, ts_stat_rx, ts_stat_tx; in ines_hwtstamp() local
392 port_conf = ines_read32(port, port_conf); in ines_hwtstamp()
393 port_conf &= ~CM_ONE_STEP; in ines_hwtstamp()
394 port_conf |= cm_one_step; in ines_hwtstamp()
396 ines_write32(port, port_conf, port_conf); in ines_hwtstamp()
412 u32 port_conf, speed_conf; in ines_link_state() local
431 port_conf = ines_read32(port, port_conf); in ines_link_state()
432 port_conf &= ~(0x3 << PHY_SPEED_SHIFT); in ines_link_state()
[all …]
/drivers/spi/
Dspi-s3c64xx.c106 #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)
193 struct s3c64xx_spi_port_config *port_conf; member
332 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) { in s3c64xx_spi_set_cs()
342 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_set_cs()
423 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL in s3c64xx_enable_datapath()
584 if (!sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config()
626 if (sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config()
[all …]