Home
last modified time | relevance | path

Searched refs:csi_cfg (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c921 config.input_switch_cfg.hsync_data_reg[channel.source_cfg.csi_cfg.csi_port * 2] in input_system_configure_channel()
924 config.input_switch_cfg.hsync_data_reg[channel.source_cfg.csi_cfg.csi_port * 2 + in input_system_configure_channel()
929 (channel.source_cfg.csi_cfg.csi_port * 3); in input_system_configure_channel()
932 config.target_isp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
934 config.target_sp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
936 config.target_strm2mem[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
938 config.target_isp_flags[channel.source_cfg.csi_cfg.csi_port] |= in input_system_configure_channel()
940 config.target_sp_flags[channel.source_cfg.csi_cfg.csi_port] |= in input_system_configure_channel()
942 config.target_strm2mem_flags[channel.source_cfg.csi_cfg.csi_port] |= in input_system_configure_channel()
1373 channel.source_cfg.csi_cfg.csi_port = port; in input_system_csi_fifo_channel_cfg()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dcamera.c384 struct ap_csi_config_request csi_cfg; in gb_camera_setup_data_connection() local
417 memset(&csi_cfg, 0, sizeof(csi_cfg)); in gb_camera_setup_data_connection()
418 csi_cfg.csi_id = 1; in gb_camera_setup_data_connection()
419 csi_cfg.flags = 0; in gb_camera_setup_data_connection()
420 csi_cfg.num_lanes = GB_CAMERA_CSI_NUM_DATA_LANES; in gb_camera_setup_data_connection()
426 csi_cfg.csi_clk_freq = clk_freq; in gb_camera_setup_data_connection()
433 csi_cfg.max_pkt_size = ret; in gb_camera_setup_data_connection()
435 ret = gb_hd_output(gcam->connection->hd, &csi_cfg, in gb_camera_setup_data_connection()
436 sizeof(csi_cfg), in gb_camera_setup_data_connection()
444 csi_params->clk_freq = csi_cfg.csi_clk_freq; in gb_camera_setup_data_connection()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_mimo_88xx.c625 u32 csi_cfg; in cfg_csi_rate_88xx() local
634 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE; in cfg_csi_rate_88xx()
636 csi_cfg | BIT_CSI_FORCE_RATE_EN | in cfg_csi_rate_88xx()
642 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE & in cfg_csi_rate_88xx()
645 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE; in cfg_csi_rate_88xx()
656 csi_cfg |= BIT_WMAC_CSI_RATE(HALMAC_OFDM54); in cfg_csi_rate_88xx()
657 HALMAC_REG_W32(REG_BBPSF_CTRL, csi_cfg); in cfg_csi_rate_88xx()
663 csi_cfg |= BIT_WMAC_CSI_RATE(HALMAC_OFDM24); in cfg_csi_rate_88xx()
664 HALMAC_REG_W32(REG_BBPSF_CTRL, csi_cfg); in cfg_csi_rate_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_mimo_88xx.c626 u32 csi_cfg; in cfg_csi_rate_88xx() local
635 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE; in cfg_csi_rate_88xx()
637 csi_cfg | BIT_CSI_FORCE_RATE_EN | in cfg_csi_rate_88xx()
643 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE & in cfg_csi_rate_88xx()
646 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE; in cfg_csi_rate_88xx()
657 csi_cfg |= BIT_WMAC_CSI_RATE(HALMAC_OFDM54); in cfg_csi_rate_88xx()
658 HALMAC_REG_W32(REG_BBPSF_CTRL, csi_cfg); in cfg_csi_rate_88xx()
664 csi_cfg |= BIT_WMAC_CSI_RATE(HALMAC_OFDM24); in cfg_csi_rate_88xx()
665 HALMAC_REG_W32(REG_BBPSF_CTRL, csi_cfg); in cfg_csi_rate_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/
H A Dhalmac_mimo_88xx.c625 u32 csi_cfg; in cfg_csi_rate_88xx() local
634 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE; in cfg_csi_rate_88xx()
636 csi_cfg | BIT_CSI_FORCE_RATE_EN | in cfg_csi_rate_88xx()
642 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE & in cfg_csi_rate_88xx()
645 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE; in cfg_csi_rate_88xx()
656 csi_cfg |= BIT_WMAC_CSI_RATE(HALMAC_OFDM54); in cfg_csi_rate_88xx()
657 HALMAC_REG_W32(REG_BBPSF_CTRL, csi_cfg); in cfg_csi_rate_88xx()
663 csi_cfg |= BIT_WMAC_CSI_RATE(HALMAC_OFDM24); in cfg_csi_rate_88xx()
664 HALMAC_REG_W32(REG_BBPSF_CTRL, csi_cfg); in cfg_csi_rate_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_mimo_88xx.c625 u32 csi_cfg; in cfg_csi_rate_88xx() local
634 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE; in cfg_csi_rate_88xx()
636 csi_cfg | BIT_CSI_FORCE_RATE_EN | in cfg_csi_rate_88xx()
642 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE & in cfg_csi_rate_88xx()
645 csi_cfg = HALMAC_REG_R32(REG_BBPSF_CTRL) & ~BITS_WMAC_CSI_RATE; in cfg_csi_rate_88xx()
656 csi_cfg |= BIT_WMAC_CSI_RATE(HALMAC_OFDM54); in cfg_csi_rate_88xx()
657 HALMAC_REG_W32(REG_BBPSF_CTRL, csi_cfg); in cfg_csi_rate_88xx()
663 csi_cfg |= BIT_WMAC_CSI_RATE(HALMAC_OFDM24); in cfg_csi_rate_88xx()
664 HALMAC_REG_W32(REG_BBPSF_CTRL, csi_cfg); in cfg_csi_rate_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dbf.c379 u32 csi_cfg; in rtw_bf_cfg_csi_rate() local
382 csi_cfg = rtw_read32(rtwdev, REG_BBPSF_CTRL) & ~BIT_MASK_CSI_RATE; in rtw_bf_cfg_csi_rate()
388 csi_cfg |= (DESC_RATE54M & BIT_MASK_CSI_RATE_VAL) << in rtw_bf_cfg_csi_rate()
391 rtw_write32(rtwdev, REG_BBPSF_CTRL, csi_cfg); in rtw_bf_cfg_csi_rate()
397 csi_cfg |= (DESC_RATE54M & BIT_MASK_CSI_RATE_VAL) << in rtw_bf_cfg_csi_rate()
400 rtw_write32(rtwdev, REG_BBPSF_CTRL, csi_cfg); in rtw_bf_cfg_csi_rate()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp_platform.h211 int (*csi_cfg)(struct v4l2_subdev *subdev, int flag); member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c923 ret = dev->platform_data->csi_cfg(sd, 1); in gc2235_s_config()
945 dev->platform_data->csi_cfg(sd, 0); in gc2235_s_config()
1039 dev->platform_data->csi_cfg(sd, 0); in gc2235_remove()
H A Datomisp-ov2722.c1064 ret = dev->platform_data->csi_cfg(sd, 1); in ov2722_s_config()
1086 dev->platform_data->csi_cfg(sd, 0); in ov2722_s_config()
1180 dev->platform_data->csi_cfg(sd, 0); in ov2722_remove()
H A Datomisp-ov2680.c1115 ret = dev->platform_data->csi_cfg(sd, 1); in ov2680_s_config()
1137 dev->platform_data->csi_cfg(sd, 0); in ov2680_s_config()
1231 dev->platform_data->csi_cfg(sd, 0); in ov2680_remove()
H A Datomisp-gc0310.c1180 ret = dev->platform_data->csi_cfg(sd, 1); in gc0310_s_config()
1203 dev->platform_data->csi_cfg(sd, 0); in gc0310_s_config()
1297 dev->platform_data->csi_cfg(sd, 0); in gc0310_remove()
H A Datomisp-mt9m114.c1583 ret = dev->platform_data->csi_cfg(sd, 1); in mt9m114_s_config()
1602 dev->platform_data->csi_cfg(sd, 0); in mt9m114_s_config()
1809 dev->platform_data->csi_cfg(sd, 0); in mt9m114_remove()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h99 csi_cfg_t csi_cfg; member
H A Datomisp_gmin_platform.c1046 .csi_cfg = gmin_csi_cfg,
1057 .csi_cfg = gmin_csi_cfg,
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/
H A Datomisp-ov5693.c1783 ret = dev->platform_data->csi_cfg(sd, 1); in ov5693_s_config()
1807 dev->platform_data->csi_cfg(sd, 0); in ov5693_s_config()
1885 dev->platform_data->csi_cfg(sd, 0); in ov5693_remove()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_misc.c969 mlan_ds_misc_cfg *csi_cfg = (mlan_ds_misc_cfg *)pioctl_req->pbuf; in wlan_misc_csi() local
974 if (csi_cfg->param.csi_params.csi_enable == 1) { in wlan_misc_csi()
994 &csi_cfg->param.csi_params); in wlan_misc_csi()