Searched refs:port_conf (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/wwan/t7xx/ |
D | t7xx_port_proxy.c | 85 const struct t7xx_port_conf *port_conf; in t7xx_proxy_get_port_by_ch() local 90 port_conf = port->port_conf; in t7xx_proxy_get_port_by_ch() 91 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch() 133 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_get_queue_no() local 137 port_conf->txq_exp_index : port_conf->txq_index; in t7xx_port_get_queue_no() 199 enum cldma_id path_id = port->port_conf->path_id; in t7xx_port_send_raw_skb() 215 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_ccci_skb() local 221 status = FIELD_PREP(CCCI_H_CHN_FLD, port_conf->tx_ch) | in t7xx_port_send_ccci_skb() 262 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_skb() local 267 if (port_conf->tx_ch != PORT_CH_MD_LOG_TX) in t7xx_port_send_skb() [all …]
|
D | t7xx_port_wwan.c | 58 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() 89 port_conf->name, ret); in t7xx_port_ctrl_tx() 123 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_recv_skb() local 127 port_conf->name); in t7xx_port_wwan_recv_skb() 156 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_md_state_notify() local 162 port->wwan_port = wwan_create_port(port->dev, port_conf->port_type, in t7xx_port_wwan_md_state_notify() 165 dev_err(port->dev, "Unable to create WWWAN port %s", port_conf->name); in t7xx_port_wwan_md_state_notify()
|
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() 207 dev_err(port->dev, "%s control message handle error: %d\n", port_conf->name, ret); in control_msg_handler() 242 const struct t7xx_port_conf *port_conf = port->port_conf; in port_ctl_init() local 244 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name); in port_ctl_init()
|
D | t7xx_port.h | 101 const struct t7xx_port_conf *port_conf; member
|
/Linux-v6.1/drivers/ptp/ |
D | ptp_ines.c | 126 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.1/drivers/spi/ |
D | spi-s3c64xx.c | 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) & \ 119 #define is_polling(x) (x->port_conf->quirks & S3C64XX_SPI_QUIRK_POLL) 197 const struct s3c64xx_spi_port_config *port_conf; member 336 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) { in s3c64xx_spi_set_cs() 346 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) in s3c64xx_spi_set_cs() 467 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL in s3c64xx_enable_datapath() 626 int div = sdd->port_conf->clk_div; in s3c64xx_spi_config() 629 if (!sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config() [all …]
|