Searched refs:port_conf (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/wwan/t7xx/ |
D | t7xx_port_proxy.c | 123 const struct t7xx_port_conf *port_conf; in t7xx_proxy_get_port_by_ch() local 128 port_conf = port->port_conf; in t7xx_proxy_get_port_by_ch() 129 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch() 171 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_get_queue_no() local 175 port_conf->txq_exp_index : port_conf->txq_index; in t7xx_port_get_queue_no() 237 enum cldma_id path_id = port->port_conf->path_id; in t7xx_get_port_mtu() 247 enum cldma_id path_id = port->port_conf->path_id; in t7xx_port_send_raw_skb() 263 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_ccci_skb() local 269 status = FIELD_PREP(CCCI_H_CHN_FLD, port_conf->tx_ch) | in t7xx_port_send_ccci_skb() 310 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_skb() local [all …]
|
D | t7xx_port_wwan.c | 92 const struct t7xx_port_conf *port_conf; in t7xx_port_ctrl_tx() local 98 port_conf = port->port_conf; in t7xx_port_ctrl_tx() 103 port_conf->name, md_state); in t7xx_port_ctrl_tx() 114 port_conf->name, ret); in t7xx_port_ctrl_tx() 131 const struct t7xx_port_conf *port_conf = port_private->port_conf; in t7xx_port_wwan_tx() local 137 if (port_conf->port_type != WWAN_PORT_FASTBOOT) in t7xx_port_wwan_tx() 153 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_create() local 161 port->wwan.wwan_port = wwan_create_port(port->dev, port_conf->port_type, in t7xx_port_wwan_create() 164 dev_err(port->dev, "Unable to create WWAN port %s", port_conf->name); in t7xx_port_wwan_create() 170 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_init() local [all …]
|
D | t7xx_port_ctrl_msg.c | 160 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()
|
D | t7xx_port.h | 107 const struct t7xx_port_conf *port_conf; member
|
D | t7xx_port_trace.c | 110 dev_err(port->dev, "Unable to create trace port %s", port->port_conf->name); in t7xx_port_trace_md_state_notify()
|
D | t7xx_state_monitor.c | 239 port->port_conf->ops->enable_chl(port); in t7xx_lk_stage_event_handling()
|
/linux-6.12.1/drivers/ptp/ |
D | ptp_ines.c | 126 u32 port_conf; member 230 ines_write32(port, PORT_CONF, port_conf); in ines_clock_init() 336 u32 cm_one_step = 0, port_conf, ts_stat_rx, ts_stat_tx; in ines_hwtstamp() local 381 port_conf = ines_read32(port, port_conf); in ines_hwtstamp() 382 port_conf &= ~CM_ONE_STEP; in ines_hwtstamp() 383 port_conf |= cm_one_step; in ines_hwtstamp() 385 ines_write32(port, port_conf, port_conf); in ines_hwtstamp() 401 u32 port_conf, speed_conf; in ines_link_state() local 420 port_conf = ines_read32(port, port_conf); in ines_link_state() 421 port_conf &= ~(0x3 << PHY_SPEED_SHIFT); in ines_link_state() [all …]
|
/linux-6.12.1/drivers/spi/ |
D | spi-s3c64xx.c | 112 #define FIFO_LVL_MASK(i) ((i)->port_conf->fifo_lvl_mask[i->port_id]) 114 (1 << (i)->port_conf->tx_st_done)) ? 1 : 0) 220 const struct s3c64xx_spi_port_config *port_conf; member 362 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) { in s3c64xx_spi_set_cs() 372 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_set_cs() 474 if (sdd->port_conf->use_32bit_io) in s3c64xx_iowrite_rep() 480 if (sdd->port_conf->use_32bit_io) in s3c64xx_iowrite_rep() 528 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL in s3c64xx_enable_datapath() 698 int div = sdd->port_conf->clk_div; in s3c64xx_spi_config() 701 if (!sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config() [all …]
|