Searched refs:ix (Results 76 - 91 of 91) sorted by relevance

1234

/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c104 static const char *cmdstr(enum gelic_eurus_command ix) argument
106 switch (ix) {
135 static inline const char *cmdstr(enum gelic_eurus_command ix) argument
1338 pr_debug("%s: disabled key requested ix=%d\n",
/linux-master/fs/afs/
H A Ddir.c460 unsigned int ix = offset + tmp; local
461 if (!(block->hdr.bitmap[ix / 8] & (1 << (ix % 8)))) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1778 unsigned int ix = VI_VF_NUM_STATS - rem; local
1793 cpu_to_be16(FW_VI_STATS_CMD_IX_V(ix) |
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c47 ix ## reg
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c268 .reg_name = ix ## block ## id ## _ ## reg_name
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5527 int ix; local
5561 for (ix = 0; ix < bios_pg4->NumPhys; ix++) {
5563 temp.b[7] += ix;
5564 bios_pg4->Phy[ix].ReassignmentWWID = temp.q;
5565 bios_pg4->Phy[ix].ReassignmentDeviceName = bias.q;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c621 .ix = c->vec_ix,
/linux-master/drivers/media/dvb-frontends/
H A Ddib8000.c1924 u32 ix = 0, tmp_val = 0, exp = 0, mant = 0; local
1933 ix = (u8)((mant-1000)/100); /* index of the LUT */
1934 val = (lut_1000ln_mant[ix] + 693*(exp-20) - 6908);
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20v2.c343 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, local
373 ix = initalXmitDelay + 45;
376 l0 = ix / w;
377 a = ix + p * l0;
380 if ((ix % w) == 0 && p != 0)
H A Ddisplay_mode_vba_20.c319 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, local
349 ix = initalXmitDelay + 45;
352 l0 = ix / w;
353 a = ix + p * l0;
356 if ((ix % w) == 0 && p != 0)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c514 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, local
544 ix = initalXmitDelay + 45;
547 l0 = ix / w;
548 a = ix + p * l0;
551 if ((ix % w) == 0 && p != 0)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c53 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, local
85 ix = initalXmitDelay + 45;
88 l0 = ix / w;
89 a = ix + p * l0;
92 if ((ix % w) == 0 && p != 0)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c690 unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay, pixels; local
723 ix = initalXmitDelay + 45;
726 l0 = ix / w;
727 a = ix + P * l0;
730 if ((ix % w) == 0 && P != 0)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c711 unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay, pixels; local
744 ix = initalXmitDelay + 45;
747 l0 = ix / w;
748 a = ix + P * l0;
751 if ((ix % w) == 0 && P != 0)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c687 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, local
721 ix = initalXmitDelay + 45;
724 l0 = ix / w;
725 a = ix + P * l0;
728 if ((ix % w) == 0 && P != 0)
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c857 dml_uint_t pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, local
891 ix = initalXmitDelay + 45;
894 l0 = ix / w;
895 a = ix + p * l0;
898 if ((ix % w) == 0 && p != 0)

Completed in 621 milliseconds

1234