/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
H A D | t7xx_port_proxy.c | 105 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 in t7xx_port_send_raw_skb() 235 const struct t7xx_port_conf *port_conf = port->port_conf; t7xx_port_send_ccci_skb() local 282 const struct t7xx_port_conf *port_conf = port->port_conf; t7xx_port_send_skb() local 321 const struct t7xx_port_conf *port_conf = port->port_conf; t7xx_proxy_setup_ch_mapping() local 343 const struct t7xx_port_conf *port_conf = port->port_conf; t7xx_port_proxy_find_port() local 368 const struct t7xx_port_conf *port_conf; t7xx_port_proxy_recv_skb() local 418 const struct t7xx_port_conf *port_conf = port->port_conf; t7xx_port_proxy_md_status_notify() local 432 const struct t7xx_port_conf *port_conf = port->port_conf; t7xx_proxy_init_all_ports() local 506 const struct t7xx_port_conf *port_conf = port->port_conf; t7xx_port_proxy_uninit() local 517 const struct t7xx_port_conf *port_conf; t7xx_port_proxy_chl_enable_disable() local [all...] |
H A D | t7xx_port_wwan.c | 57 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 [all...] |
H A 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()
|
H A D | t7xx_port_trace.c | 109 dev_err(port->dev, "Unable to create trace port %s", port->port_conf->name); in t7xx_port_trace_md_state_notify()
|
H A D | t7xx_port.h | 105 const struct t7xx_port_conf *port_conf; member
|
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_ines.c | 131 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_con in ines_link_state() local 614 u32 port_conf; ines_txts_onestep() local [all...] |
/kernel/linux/linux-6.6/drivers/ptp/ |
H A 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_con in ines_link_state() local 605 u32 port_conf; ines_txts_onestep() local [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A 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) & \ 180 * @port_conf: Local SPI port configuartion data 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 in s3c64xx_spi_config() [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A 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) 174 * @port_conf: Local SPI port configuartion data 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 in s3c64xx_spi_config() [all...] |