Searched refs:hsend (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
H A D | netjet.c | 62 struct isdnhdlc_vars hsend; member in struct:tiger_ch 258 isdnhdlc_out_init(&bc->hsend, 0); mode_tiger() 514 count = isdnhdlc_encode(&bc->hsend, NULL, 0, &i, fill_hdlc_flag() 565 count = isdnhdlc_encode(&bc->hsend, p, count, &i, fill_dma()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | pm2fb.c | 687 u32 hsstart, hsend, hbend, htotal; pm2fb_set_par() local 716 hsend = hsstart + to3264(info->var.hsync_len, depth, data64); pm2fb_set_par() 717 hbend = hsend + to3264(info->var.left_margin, depth, data64); pm2fb_set_par() 812 pm2_WR(par, PM2R_HS_END, hsend); pm2fb_set_par()
|
H A D | pm3fb.c | 722 const u32 hsend = hsstart + info->var.hsync_len; pm3fb_write_mode() local 723 const u32 hbend = hsend + info->var.left_margin; pm3fb_write_mode() 742 pm3fb_shift_bpp(bpp, hsend)); pm3fb_write_mode()
|
Completed in 86 milliseconds