Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c110 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()
235 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_ccci_skb() local
282 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_skb() local
321 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_proxy_setup_ch_mapping() local
343 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_proxy_find_port() local
386 port_conf = port->port_conf; in t7xx_port_proxy_recv_skb()
418 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_proxy_md_status_notify() local
[all …]
H A 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()
H A 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()
H A Dt7xx_port.h105 const struct t7xx_port_conf *port_conf; member
H A 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()
/openbmc/linux/drivers/ptp/
H A Dptp_ines.c126 u32 port_conf; member
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()
424 port_conf |= speed_conf; in ines_link_state()
426 ines_write32(port, port_conf, port_conf); in ines_link_state()
605 u32 port_conf; in ines_txts_onestep() local
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-s3c64xx.c655 int div = sdd->port_conf->clk_div; in s3c64xx_spi_config()
705 if (sdd->port_conf->clk_from_cmu) { in s3c64xx_spi_config()
965 div = sdd->port_conf->clk_div; in s3c64xx_spi_setup()
1091 if (!sdd->port_conf->clk_from_cmu) in s3c64xx_spi_hwinit()
1164 const struct s3c64xx_spi_port_config *port_conf = sdd->port_conf; in s3c64xx_spi_set_fifomask() local
1166 if (port_conf->rx_fifomask) in s3c64xx_spi_set_fifomask()
1170 port_conf->rx_lvl_offset; in s3c64xx_spi_set_fifomask()
1172 if (port_conf->tx_fifomask) in s3c64xx_spi_set_fifomask()
1249 if (sdd->port_conf->has_loopback) in s3c64xx_spi_probe()
1277 if (sdd->port_conf->clk_ioclk) { in s3c64xx_spi_probe()
[all …]