Home
last modified time | relevance | path

Searched refs:cs_sel (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-utils.c268 enum codespace_sel cs_sel, in find_format() argument
274 switch (cs_sel) { in find_format()
294 enum codespace_sel cs_sel, in enum_format() argument
304 switch (cs_sel) { in enum_format()
356 imx_media_find_format(u32 fourcc, enum codespace_sel cs_sel, bool allow_bayer) in imx_media_find_format() argument
358 return find_format(fourcc, 0, cs_sel, true, allow_bayer); in imx_media_find_format()
362 int imx_media_enum_format(u32 *fourcc, u32 index, enum codespace_sel cs_sel) in imx_media_enum_format() argument
364 return enum_format(fourcc, NULL, index, cs_sel, true, false); in imx_media_enum_format()
369 imx_media_find_mbus_format(u32 code, enum codespace_sel cs_sel, in imx_media_find_mbus_format() argument
372 return find_format(0, code, cs_sel, false, allow_bayer); in imx_media_find_mbus_format()
[all …]
Dimx-media.h160 imx_media_find_format(u32 fourcc, enum codespace_sel cs_sel, bool allow_bayer);
161 int imx_media_enum_format(u32 *fourcc, u32 index, enum codespace_sel cs_sel);
163 imx_media_find_mbus_format(u32 code, enum codespace_sel cs_sel,
165 int imx_media_enum_mbus_format(u32 *code, u32 index, enum codespace_sel cs_sel,
168 imx_media_find_ipu_format(u32 code, enum codespace_sel cs_sel);
169 int imx_media_enum_ipu_format(u32 *code, u32 index, enum codespace_sel cs_sel);
Dimx-media-capture.c170 u32 cs_sel = (cc_src->cs == IPUV3_COLORSPACE_YUV) ? in capture_enum_fmt_vid_cap() local
173 ret = imx_media_enum_format(&fourcc, f->index, cs_sel); in capture_enum_fmt_vid_cap()
212 u32 fourcc, cs_sel; in __capture_try_fmt_vid_cap() local
214 cs_sel = (cc_src->cs == IPUV3_COLORSPACE_YUV) ? in __capture_try_fmt_vid_cap()
218 cc = imx_media_find_format(fourcc, cs_sel, false); in __capture_try_fmt_vid_cap()
220 imx_media_enum_format(&fourcc, 0, cs_sel); in __capture_try_fmt_vid_cap()
221 cc = imx_media_find_format(fourcc, cs_sel, false); in __capture_try_fmt_vid_cap()
Dimx-media-csi.c1258 u32 cs_sel = (incc->cs == IPUV3_COLORSPACE_YUV) ? in csi_enum_mbus_code() local
1262 cs_sel); in csi_enum_mbus_code()
1445 u32 cs_sel = (incc->cs == IPUV3_COLORSPACE_YUV) ? in csi_try_fmt() local
1449 cs_sel); in csi_try_fmt()
1451 imx_media_enum_ipu_format(&code, 0, cs_sel); in csi_try_fmt()
1452 *cc = imx_media_find_ipu_format(code, cs_sel); in csi_try_fmt()
/Linux-v5.4/drivers/mtd/nand/raw/
Dstm32_fmc2_nand.c267 int cs_sel; member
343 if (nand->cs_used[chipnr] == fmc2->cs_sel) in stm32_fmc2_select_chip()
346 fmc2->cs_sel = nand->cs_used[chipnr]; in stm32_fmc2_select_chip()
356 dma_cfg.src_addr = fmc2->data_phys_addr[fmc2->cs_sel]; in stm32_fmc2_select_chip()
357 dma_cfg.dst_addr = fmc2->data_phys_addr[fmc2->cs_sel]; in stm32_fmc2_select_chip()
859 csqar2 = FMC2_CSQCAR2_NANDCEN(fmc2->cs_sel); in stm32_fmc2_rw_page_init()
1235 void __iomem *io_addr_r = fmc2->data_base[fmc2->cs_sel]; in stm32_fmc2_read_data()
1282 void __iomem *io_addr_w = fmc2->data_base[fmc2->cs_sel]; in stm32_fmc2_write_data()
1347 fmc2->cmd_base[fmc2->cs_sel]); in stm32_fmc2_exec_op()
1353 fmc2->addr_base[fmc2->cs_sel]); in stm32_fmc2_exec_op()
[all …]
/Linux-v5.4/arch/x86/kvm/
Demulate.c2761 u16 cs_sel, ss_sel; in em_syscall() local
2780 cs_sel = (u16)(msr_data & 0xfffc); in em_syscall()
2787 ops->set_segment(ctxt, cs_sel, &cs, 0, VCPU_SREG_CS); in em_syscall()
2821 u16 cs_sel, ss_sel; in em_sysenter() local
2848 cs_sel = (u16)msr_data & ~SEGMENT_RPL_MASK; in em_sysenter()
2849 ss_sel = cs_sel + 8; in em_sysenter()
2855 ops->set_segment(ctxt, cs_sel, &cs, 0, VCPU_SREG_CS); in em_sysenter()
2874 u16 cs_sel = 0, ss_sel = 0; in em_sysexit() local
2896 cs_sel = (u16)(msr_data + 16); in em_sysexit()
2904 cs_sel = (u16)(msr_data + 32); in em_sysexit()
[all …]