Searched refs:wstart (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/boot/
H A Dcmdline.c104 int pos = 0, wstart = 0; local
131 wstart = pos;
137 return wstart;
/linux-master/arch/x86/lib/
H A Dcmdline.c34 int pos = 0, wstart = 0; local
62 wstart = pos;
74 return wstart;
/linux-master/drivers/media/i2c/
H A Dmt9t112.c346 u16 wstart = (MAX_WIDTH - width) / 2; local
359 mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart);
363 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart);
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1072 int idx, ridx, wstart, nidx; local
1076 wstart = (idx >> 2) << 2;
1077 nidx = wstart + 3 - (idx & 0x3);

Completed in 137 milliseconds