Home
last modified time | relevance | path

Searched refs:heb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c772 struct he_buff *heb, *next; in he_init_group() local
821 heb = dma_pool_alloc(he_dev->rbpl_pool, GFP_KERNEL, &mapping); in he_init_group()
822 if (!heb) in he_init_group()
824 heb->mapping = mapping; in he_init_group()
825 list_add(&heb->entry, &he_dev->rbpl_outstanding); in he_init_group()
828 he_dev->rbpl_virt[i] = heb; in he_init_group()
894 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_init_group()
895 dma_pool_free(he_dev->rbpl_pool, heb, heb->mapping); in he_init_group()
1529 struct he_buff *heb, *nex in he_stop() local
1651 struct he_buff *heb, *next; he_service_rbrq() local
1885 struct he_buff *heb; he_service_rbpl() local
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c772 struct he_buff *heb, *next; in he_init_group() local
818 heb = dma_pool_alloc(he_dev->rbpl_pool, GFP_KERNEL, &mapping); in he_init_group()
819 if (!heb) in he_init_group()
821 heb->mapping = mapping; in he_init_group()
822 list_add(&heb->entry, &he_dev->rbpl_outstanding); in he_init_group()
825 he_dev->rbpl_virt[i] = heb; in he_init_group()
891 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_init_group()
892 dma_pool_free(he_dev->rbpl_pool, heb, heb->mapping); in he_init_group()
1526 struct he_buff *heb, *nex in he_stop() local
1648 struct he_buff *heb, *next; he_service_rbrq() local
1882 struct he_buff *heb; he_service_rbpl() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dimsttfb.c308 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member
470 __u32 MHz, hes, heb, veb, htp, vtp; in compute_imstt_regvals_ibm() local
474 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2; in compute_imstt_regvals_ibm()
478 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
482 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
486 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
490 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1; in compute_imstt_regvals_ibm()
494 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
504 init->heb = heb; in compute_imstt_regvals_ibm()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dimsttfb.c309 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member
471 __u32 MHz, hes, heb, veb, htp, vtp; in compute_imstt_regvals_ibm() local
475 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2; in compute_imstt_regvals_ibm()
479 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
483 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
487 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
491 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1; in compute_imstt_regvals_ibm()
495 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
505 init->heb = heb; in compute_imstt_regvals_ibm()
[all...]

Completed in 8 milliseconds