Searched refs:hsend (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dnetjet.c61 struct isdnhdlc_vars hsend; member in struct:tiger_ch
257 isdnhdlc_out_init(&bc->hsend, 0);
520 count = isdnhdlc_encode(&bc->hsend, NULL, 0, &i,
562 count = isdnhdlc_encode(&bc->hsend, p, count, &i,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpm2fb.c694 u32 hsstart, hsend, hbend, htotal; local
723 hsend = hsstart + to3264(info->var.hsync_len, depth, data64);
724 hbend = hsend + to3264(info->var.left_margin, depth, data64);
819 pm2_WR(par, PM2R_HS_END, hsend);
H A Dpm3fb.c729 const u32 hsend = hsstart + info->var.hsync_len; local
730 const u32 hbend = hsend + info->var.left_margin;
749 pm3fb_shift_bpp(bpp, hsend));

Completed in 114 milliseconds