Home
last modified time | relevance | path

Searched refs:heb (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/atm/
Dhe.c771 struct he_buff *heb, *next; in he_init_group() local
820 heb = dma_pool_alloc(he_dev->rbpl_pool, GFP_KERNEL, &mapping); in he_init_group()
821 if (!heb) in he_init_group()
823 heb->mapping = mapping; in he_init_group()
824 list_add(&heb->entry, &he_dev->rbpl_outstanding); in he_init_group()
827 he_dev->rbpl_virt[i] = heb; in he_init_group()
893 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_init_group()
894 dma_pool_free(he_dev->rbpl_pool, heb, heb->mapping); in he_init_group()
1530 struct he_buff *heb, *next; in he_stop() local
1574 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_stop()
[all …]
/Linux-v4.19/drivers/video/fbdev/
Dimsttfb.c309 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member
472 __u32 MHz, hes, heb, veb, htp, vtp; in compute_imstt_regvals_ibm() local
476 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2; in compute_imstt_regvals_ibm()
480 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
484 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
488 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
492 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1; in compute_imstt_regvals_ibm()
496 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
506 init->heb = heb; in compute_imstt_regvals_ibm()
507 init->hsb = init->heb + (xres >> 3); in compute_imstt_regvals_ibm()
[all …]