Searched refs:txport (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ ! |
D | ds90ub960.c | 522 u8 txport; member 809 if (priv->reg_current.txport == nport) in ub960_txport_select() 820 priv->reg_current.txport = nport; in ub960_txport_select() 1121 struct ub960_txport *txport; in ub960_parse_dt_txport() local 1124 txport = kzalloc(sizeof(*txport), GFP_KERNEL); in ub960_parse_dt_txport() 1125 if (!txport) in ub960_parse_dt_txport() 1128 txport->priv = priv; in ub960_parse_dt_txport() 1129 txport->nport = nport; in ub960_parse_dt_txport() 1138 txport->non_continous_clk = vep.bus.mipi_csi2.flags & in ub960_parse_dt_txport() 1141 txport->num_data_lanes = vep.bus.mipi_csi2.num_data_lanes; in ub960_parse_dt_txport() [all …]
|
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ ! |
D | sparx5_ptp.c | 313 u32 val, id, txport; in sparx5_ptp_irq_handler() local 328 txport = REW_PTP_TWOSTEP_CTRL_STAMP_PORT_GET(val); in sparx5_ptp_irq_handler() 331 port = sparx5->ports[txport]; in sparx5_ptp_irq_handler()
|
/linux-6.12.1/drivers/net/ethernet/mscc/ ! |
D | ocelot_ptp.c | 747 u32 val, id, seqid, txport; in ocelot_get_txtstamp() local 762 txport = SYS_PTP_STATUS_PTP_MESS_TXPORT_X(val); in ocelot_get_txtstamp() 765 port = ocelot->ports[txport]; in ocelot_get_txtstamp() 792 txport, seqid); in ocelot_get_txtstamp()
|
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/ ! |
D | lan966x_ptp.c | 463 u32 val, id, txport; in lan966x_ptp_irq_handler() local 478 txport = PTP_TWOSTEP_CTRL_STAMP_PORT_GET(val); in lan966x_ptp_irq_handler() 481 port = lan966x->ports[txport]; in lan966x_ptp_irq_handler()
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa/ ! |
D | dpaa_eth.c | 1322 struct fman_port *txport = mac_dev->port[TX]; in dpaa_eth_init_ports() local 1325 err = dpaa_eth_init_tx_port(txport, port_fqs->tx_errq, in dpaa_eth_init_ports()
|