Searched refs:active_lanes (Results 1 – 16 of 16) sorted by relevance
| /drivers/gpu/drm/kmb/ |
| A D | kmb_dsi.c | 68 .active_lanes = MIPI_TX_ACTIVE_LANES, 520 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 1202 ((1 << active_lanes) - 1)); in dphy_init_sequence() 1239 u32 active_lanes) in wait_init_done() argument 1242 u32 data_lanes = (1 << active_lanes) - 1; in wait_init_done() 1291 if (cfg->active_lanes > MIPI_DPHY_D_LANES) { in mipi_tx_init_dphy() 1309 (cfg->active_lanes - MIPI_DPHY_D_LANES), in mipi_tx_init_dphy() [all …]
|
| A D | kmb_dsi.h | 293 u8 active_lanes; member 331 u8 active_lanes; /* # active lanes per controller 2/4 */ member
|
| /drivers/media/i2c/adv748x/ |
| 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()
|
| A D | adv748x-csi2.c | 264 config->bus.mipi_csi2.num_data_lanes = tx->active_lanes; in adv748x_csi2_get_mbus_config()
|
| A D | adv748x.h | 81 unsigned int active_lanes; member
|
| /drivers/media/platform/raspberrypi/rp1-cfe/ |
| A D | dphy.c | 151 dphy->dphy_rate, dphy->active_lanes); in dphy_start() 153 dw_csi2_host_write(dphy, DPHY_N_LANES, (dphy->active_lanes - 1)); in dphy_start()
|
| A D | dphy.h | 20 u32 active_lanes; member
|
| 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()
|
| /drivers/staging/media/atomisp/pci/css_2401_system/ |
| A D | csi_rx_global.h | 46 u32 active_lanes; member
|
| /drivers/staging/media/atomisp/pci/ |
| A D | isp2401_input_system_global.h | 105 s32 active_lanes; member
|
| 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()
|
| /drivers/staging/media/atomisp/pci/runtime/isys/src/ |
| A D | virtual_isys.c | 630 cfg->active_lanes = isys_cfg->csi_port_attr.active_lanes; in calculate_fe_cfg()
|
| /drivers/net/ethernet/fungible/funcore/ |
| A D | fun_hci.h | 727 __u8 active_lanes; member
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt.h | 1555 u8 active_lanes; member
|
| A D | bnxt_ethtool.c | 2843 lk_ksettings->lanes = link_info->active_lanes; in bnxt_get_default_speeds()
|
| A D | bnxt.c | 12080 link_info->active_lanes = resp->active_lanes; in bnxt_update_link() 12083 link_info->active_lanes = 0; in bnxt_update_link()
|
Completed in 923 milliseconds