Searched defs:x8 (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/wlags49_h2/
H A Dhcf.c3154 static union { hcf_32 x32; hcf_16 x16[2]; hcf_8 x8[4]; } x; //* area to accumulate 4 bytes input for MIC engine member in union:__anon5626
3185 x.x8[ifbp->IFB_MICRxCarry++] = *p++;
3232 static union { hcf_32 x32; hcf_16 x16[2]; hcf_8 x8[4]; } x; //* area to accumulate 4 bytes input for MIC engine member in union:__anon5627
3271 x.x8[ifbp->IFB_MICTxCarry++] = *p++;
/drivers/video/omap2/dss/
H A Ddsi.c3649 bool x8, bool x16)
3663 r = FLD_MOD(r, x8 ? 1 : 0, 29, 29); /* TA_TO_X8 */
3667 total_ticks = ticks * (x16 ? 16 : 1) * (x8 ? 8 : 1);
3671 ticks, x8 ? " x8" : "", x16 ? " x16" : "",
3648 dsi_set_ta_timeout(struct platform_device *dsidev, unsigned ticks, bool x8, bool x16) argument

Completed in 178 milliseconds