Searched refs:stdi (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/arch/frv/kernel/ |
| D | switch_to.S | 333 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 …]
|
| D | entry.S | 92 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 …]
|
| D | head.S | 413 stdi gr18,@(gr4,#0) 414 stdi gr18,@(gr4,#8) 415 stdi gr18,@(gr4,#16) 416 stdi.p gr18,@(gr4,#24)
|
| D | sleep.S | 70 stdi gr4,@(gr11,#0) 71 stdi gr6,@(gr11,#8)
|
| D | break.S | 78 stdi gr2,@(gr31,#REG_GR(2))
|
| /linux-4.4.14/drivers/media/i2c/ |
| D | adv7604.c | 1325 struct stdi_readback *stdi, in stdi2dv_timings() argument 1329 u32 hfreq = (ADV76XX_FSC * 8) / stdi->bl; in stdi2dv_timings() 1334 if (vtotal(&adv76xx_timings[i].bt) != stdi->lcf + 1) in stdi2dv_timings() 1336 if (adv76xx_timings[i].bt.vsync != stdi->lcvs) in stdi2dv_timings() 1348 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1349 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1350 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1353 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1354 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1355 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() [all …]
|
| D | adv7842.c | 1417 struct stdi_readback *stdi, in stdi2dv_timings() argument 1421 u32 hfreq = (ADV7842_fsc * 8) / stdi->bl; in stdi2dv_timings() 1432 if (vtotal(bt) != stdi->lcf + 1) in stdi2dv_timings() 1434 if (bt->vsync != stdi->lcvs) in stdi2dv_timings() 1446 if (v4l2_detect_cvt(stdi->lcf + 1, hfreq, stdi->lcvs, 0, in stdi2dv_timings() 1447 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1448 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1451 if (v4l2_detect_gtf(stdi->lcf + 1, hfreq, stdi->lcvs, in stdi2dv_timings() 1452 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | in stdi2dv_timings() 1453 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() [all …]
|
| /linux-4.4.14/drivers/target/ |
| D | target_core_xcopy.h | 25 unsigned short stdi; member
|
| D | target_core_xcopy.c | 275 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02() 278 desc_len, xop->stdi, xop->dtdi, dc); in target_xcopy_parse_segdesc_02()
|