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

/drivers/video/
H A Ds3c2410fb.c253 unsigned wlh = (var->hsync_len >> 4) - 1; local
291 if (wlh > 3)
292 wlh = 3;
298 regs->lcdcon4 = S3C2410_LCDCON4_WLH(wlh);
/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c793 uint8* wlh; local
810 wlh = (uint8*) PKTDATA(ctx->osh, p);
814 wlh[0] = WLFC_CTL_TYPE_PKTTAG;
815 wlh[1] = WLFC_CTL_VALUE_LEN_PKTTAG;
816 memcpy(&wlh[2], &wl_pktinfo, sizeof(uint32));
819 wlh[dataOffset - fillers - tim_signal_len ] =
821 wlh[dataOffset - fillers - tim_signal_len + 1] =
823 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle;
824 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp;
827 memset(&wlh[dataOffse
[all...]

Completed in 64 milliseconds