Searched refs:hsend (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/isdn/hardware/mISDN/ |
D | netjet.c | 62 struct isdnhdlc_vars hsend; member 258 isdnhdlc_out_init(&bc->hsend, 0); in mode_tiger() 521 count = isdnhdlc_encode(&bc->hsend, NULL, 0, &i, in fill_hdlc_flag() 563 count = isdnhdlc_encode(&bc->hsend, p, count, &i, in fill_dma()
|
/linux-3.4.99/drivers/video/ |
D | pm2fb.c | 694 u32 hsstart, hsend, hbend, htotal; in pm2fb_set_par() local 723 hsend = hsstart + to3264(info->var.hsync_len, depth, data64); in pm2fb_set_par() 724 hbend = hsend + to3264(info->var.left_margin, depth, data64); in pm2fb_set_par() 819 pm2_WR(par, PM2R_HS_END, hsend); in pm2fb_set_par()
|
D | pm3fb.c | 729 const u32 hsend = hsstart + info->var.hsync_len; in pm3fb_write_mode() local 730 const u32 hbend = hsend + info->var.left_margin; in pm3fb_write_mode() 749 pm3fb_shift_bpp(bpp, hsend)); in pm3fb_write_mode()
|