Home
last modified time | relevance | path

Searched refs:stdi (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/frv/kernel/
Dswitch_to.S333 stdi gr32,@(gr8,#__INT_GR(32))
334 stdi gr34,@(gr8,#__INT_GR(34))
335 stdi gr36,@(gr8,#__INT_GR(36))
336 stdi gr38,@(gr8,#__INT_GR(38))
337 stdi gr40,@(gr8,#__INT_GR(40))
338 stdi gr42,@(gr8,#__INT_GR(42))
339 stdi gr44,@(gr8,#__INT_GR(44))
340 stdi gr46,@(gr8,#__INT_GR(46))
341 stdi gr48,@(gr8,#__INT_GR(48))
342 stdi gr50,@(gr8,#__INT_GR(50))
[all …]
Dentry.S92 stdi gr2, @(gr28,#REG_GR(2))
93 stdi gr4, @(gr28,#REG_GR(4))
94 stdi gr6, @(gr28,#REG_GR(6))
95 stdi gr8, @(gr28,#REG_GR(8))
96 stdi gr10,@(gr28,#REG_GR(10))
97 stdi gr12,@(gr28,#REG_GR(12))
98 stdi gr14,@(gr28,#REG_GR(14))
99 stdi gr16,@(gr28,#REG_GR(16))
100 stdi gr18,@(gr28,#REG_GR(18))
101 stdi gr20,@(gr28,#REG_GR(20))
[all …]
Dhead.S413 stdi gr18,@(gr4,#0)
414 stdi gr18,@(gr4,#8)
415 stdi gr18,@(gr4,#16)
416 stdi.p gr18,@(gr4,#24)
Dsleep.S70 stdi gr4,@(gr11,#0)
71 stdi gr6,@(gr11,#8)
Dbreak.S78 stdi gr2,@(gr31,#REG_GR(2))
/linux-4.1.27/drivers/media/i2c/
Dadv7604.c1281 struct stdi_readback *stdi, in stdi2dv_timings() argument
1285 u32 hfreq = (ADV76XX_FSC * 8) / stdi->bl; in stdi2dv_timings()
1290 if (vtotal(&adv76xx_timings[i].bt) != stdi->lcf + 1) in stdi2dv_timings()
1292 if (adv76xx_timings[i].bt.vsync != stdi->lcvs) in stdi2dv_timings()
1304 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1305 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings()
1306 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
1309 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1310 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings()
1311 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
[all …]
Dadv7842.c1304 struct stdi_readback *stdi, in stdi2dv_timings() argument
1308 u32 hfreq = (ADV7842_fsc * 8) / stdi->bl; in stdi2dv_timings()
1319 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings()
1321 if (bt->vsync != stdi->lcvs) in stdi2dv_timings()
1333 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1334 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings()
1335 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
1338 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings()
1339 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings()
1340 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
[all …]
/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.h25 unsigned short stdi; member
Dtarget_core_xcopy.c277 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02()
280 desc_len, xop->stdi, xop->dtdi, dc); in target_xcopy_parse_segdesc_02()