Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/isdn/hardware/mISDN/
Dnetjet.c49 struct isdnhdlc_vars hsend; member
245 isdnhdlc_out_init(&bc->hsend, 0); in mode_tiger()
501 count = isdnhdlc_encode(&bc->hsend, NULL, 0, &i, in fill_hdlc_flag()
552 count = isdnhdlc_encode(&bc->hsend, p, count, &i, in fill_dma()
/Linux-v6.6/drivers/video/fbdev/
Dpm2fb.c696 u32 hsstart, hsend, hbend, htotal; in pm2fb_set_par() local
725 hsend = hsstart + to3264(info->var.hsync_len, depth, data64); in pm2fb_set_par()
726 hbend = hsend + to3264(info->var.left_margin, depth, data64); in pm2fb_set_par()
821 pm2_WR(par, PM2R_HS_END, hsend); in pm2fb_set_par()
Dpm3fb.c723 const u32 hsend = hsstart + info->var.hsync_len; in pm3fb_write_mode() local
724 const u32 hbend = hsend + info->var.left_margin; in pm3fb_write_mode()
743 pm3fb_shift_bpp(bpp, hsend)); in pm3fb_write_mode()