Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wwan/t7xx/
Dt7xx_port_proxy.c105 const struct t7xx_port_conf *port_conf; in t7xx_proxy_get_port_by_ch() local
110 port_conf = port->port_conf; in t7xx_proxy_get_port_by_ch()
111 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch()
153 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_get_queue_no() local
157 port_conf->txq_exp_index : port_conf->txq_index; in t7xx_port_get_queue_no()
219 enum cldma_id path_id = port->port_conf->path_id; in t7xx_port_send_raw_skb()
235 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_ccci_skb() local
241 status = FIELD_PREP(CCCI_H_CHN_FLD, port_conf->tx_ch) | in t7xx_port_send_ccci_skb()
282 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_skb() local
287 if (port_conf->tx_ch != PORT_CH_MD_LOG_TX) in t7xx_port_send_skb()
[all …]
Dt7xx_port_wwan.c57 const struct t7xx_port_conf *port_conf; in t7xx_port_ctrl_tx() local
66 port_conf = port_private->port_conf; in t7xx_port_ctrl_tx()
71 port_conf->name, md_state); in t7xx_port_ctrl_tx()
82 port_conf->name, ret); in t7xx_port_ctrl_tx()
121 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_recv_skb() local
125 port_conf->name); in t7xx_port_wwan_recv_skb()
154 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_md_state_notify() local
164 port->wwan.wwan_port = wwan_create_port(port->dev, port_conf->port_type, in t7xx_port_wwan_md_state_notify()
167 dev_err(port->dev, "Unable to create WWWAN port %s", port_conf->name); in t7xx_port_wwan_md_state_notify()
Dt7xx_port_ctrl_msg.c160 const struct t7xx_port_conf *port_conf = port->port_conf; in control_msg_handler() local
170 if (port_conf->rx_ch == PORT_CH_CONTROL_RX || in control_msg_handler()
171 port_conf->rx_ch == PORT_CH_AP_CONTROL_RX) { in control_msg_handler()
172 int event = port_conf->rx_ch == PORT_CH_CONTROL_RX ? in control_msg_handler()
211 dev_err(port->dev, "%s control message handle error: %d\n", port_conf->name, ret); in control_msg_handler()
246 const struct t7xx_port_conf *port_conf = port->port_conf; in port_ctl_init() local
248 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name); in port_ctl_init()
Dt7xx_port.h105 const struct t7xx_port_conf *port_conf; member
Dt7xx_port_trace.c109 dev_err(port->dev, "Unable to create trace port %s", port->port_conf->name); in t7xx_port_trace_md_state_notify()
/Linux-v6.6/drivers/ptp/
Dptp_ines.c126 u32 port_conf; member
230 ines_write32(port, PORT_CONF, port_conf); in ines_clock_init()
334 u32 cm_one_step = 0, port_conf, ts_stat_rx, ts_stat_tx; in ines_hwtstamp() local
383 port_conf = ines_read32(port, port_conf); in ines_hwtstamp()
384 port_conf &= ~CM_ONE_STEP; in ines_hwtstamp()
385 port_conf |= cm_one_step; in ines_hwtstamp()
387 ines_write32(port, port_conf, port_conf); in ines_hwtstamp()
403 u32 port_conf, speed_conf; in ines_link_state() local
422 port_conf = ines_read32(port, port_conf); in ines_link_state()
423 port_conf &= ~(0x3 << PHY_SPEED_SHIFT); in ines_link_state()
[all …]
/Linux-v6.6/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) & \
199 const struct s3c64xx_spi_port_config *port_conf; member
338 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) { in s3c64xx_spi_set_cs()
348 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_set_cs()
469 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL in s3c64xx_enable_datapath()
641 int div = sdd->port_conf->clk_div; in s3c64xx_spi_config()
644 if (!sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config()
684 if ((sdd->cur_mode & SPI_LOOP) && sdd->port_conf->has_loopback) in s3c64xx_spi_config()
[all …]