Searched refs:active_lanes (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/kmb/ |
| H A D | kmb_dsi.c | 68 .active_lanes = MIPI_TX_ACTIVE_LANES, 515 ((fg_cfg->lane_rate_mbps / 8) * fg_cfg->active_lanes); in mipi_tx_fg_cfg_regs() 520 fg_cfg->active_lanes); in mipi_tx_fg_cfg_regs() 568 ((fg_cfg->lane_rate_mbps / 8) * fg_cfg->active_lanes); in mipi_tx_fg_cfg_regs() 587 u8 active_lanes, u32 bpp, u32 wc, in mipi_tx_fg_cfg() argument 611 fg_t_cfg.active_lanes = active_lanes; in mipi_tx_fg_cfg() 618 u8 active_lanes, u8 vchannel_id) in mipi_tx_multichannel_fifo_cfg() argument 630 fifo_size = ((active_lanes > MIPI_D_LANES_PER_DPHY) ? in mipi_tx_multichannel_fifo_cfg() 693 ctrl |= ACTIVE_LANES(ctrl_cfg->active_lanes - 1); in mipi_tx_ctrl_cfg() 748 mipi_tx_fg_cfg(kmb_dsi, frame_id, ctrl_cfg->active_lanes, in mipi_tx_init_cntrl() [all …]
|
| H A D | kmb_dsi.h | 293 u8 active_lanes; member 331 u8 active_lanes; /* # active lanes per controller 2/4 */ member
|
| /linux/drivers/media/i2c/adv748x/ |
| H A D | adv748x-core.c | 244 adv748x_write_check(state, page, 0x00, 0x80 | tx->active_lanes, &ret); in adv748x_power_up_tx() 247 adv748x_write_check(state, page, 0x00, 0xa0 | tx->active_lanes, &ret); in adv748x_power_up_tx() 273 adv748x_write_check(state, page, 0x00, 0x20 | tx->active_lanes, &ret); in adv748x_power_up_tx() 295 adv748x_write_check(state, page, 0x00, 0x80 | tx->active_lanes, &ret); in adv748x_power_down_tx() 367 tx->active_lanes = min(tx->num_lanes, 2U); in adv748x_link_setup() 380 tx->active_lanes = tx->num_lanes; in adv748x_link_setup() 633 state->txa.active_lanes = num_lanes; in adv748x_parse_csi2_lanes() 645 state->txb.active_lanes = num_lanes; in adv748x_parse_csi2_lanes()
|
| H A D | adv748x-csi2.c | 264 config->bus.mipi_csi2.num_data_lanes = tx->active_lanes; in adv748x_csi2_get_mbus_config()
|
| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 1138 2 * cfe->csi2.dphy.active_lanes); in cfe_get_source_link_freq() 1212 cfe->csi2.dphy.active_lanes = mbus_config.bus.mipi_csi2.num_data_lanes; in cfe_start_streaming() 1213 if (!cfe->csi2.dphy.active_lanes) in cfe_start_streaming() 1214 cfe->csi2.dphy.active_lanes = cfe->csi2.dphy.max_lanes; in cfe_start_streaming() 1215 if (cfe->csi2.dphy.active_lanes > cfe->csi2.dphy.max_lanes) { in cfe_start_streaming() 1217 cfe->csi2.dphy.active_lanes, cfe->csi2.dphy.max_lanes); in cfe_start_streaming()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_hci.h | 727 __u8 active_lanes; member
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 1580 u8 active_lanes; member
|
| H A D | bnxt_ethtool.c | 2909 lk_ksettings->lanes = link_info->active_lanes; in bnxt_get_default_speeds()
|
| H A D | bnxt.c | 12305 link_info->active_lanes = resp->active_lanes; in bnxt_update_link() 12308 link_info->active_lanes = 0; in bnxt_update_link()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 735 isys_stream_descr->csi_port_attr.active_lanes = in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
|