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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/atm/
H A Dhe.c782 struct he_buff *heb, *next; local
829 heb = pci_pool_alloc(he_dev->rbpl_pool, GFP_KERNEL|GFP_DMA, &mapping);
830 if (!heb)
832 heb->mapping = mapping;
833 list_add(&heb->entry, &he_dev->rbpl_outstanding);
836 he_dev->rbpl_virt[i] = heb;
902 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry)
903 pci_pool_free(he_dev->rbpl_pool, heb, heb->mapping);
1545 struct he_buff *heb, *nex local
1670 struct he_buff *heb, *next; local
1904 struct he_buff *heb; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/atm/
H A Dhe.c782 struct he_buff *heb, *next; local
829 heb = pci_pool_alloc(he_dev->rbpl_pool, GFP_KERNEL|GFP_DMA, &mapping);
830 if (!heb)
832 heb->mapping = mapping;
833 list_add(&heb->entry, &he_dev->rbpl_outstanding);
836 he_dev->rbpl_virt[i] = heb;
902 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry)
903 pci_pool_free(he_dev->rbpl_pool, heb, heb->mapping);
1545 struct he_buff *heb, *nex local
1670 struct he_buff *heb, *next; local
1904 struct he_buff *heb; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dimsttfb.c301 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member in struct:imstt_regvals
464 __u32 MHz, hes, heb, veb, htp, vtp; local
468 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2;
472 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3;
476 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3;
480 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3;
484 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1;
488 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3;
498 init->heb = heb;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dimsttfb.c301 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member in struct:imstt_regvals
464 __u32 MHz, hes, heb, veb, htp, vtp; local
468 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2;
472 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3;
476 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3;
480 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3;
484 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1;
488 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3;
498 init->heb = heb;
[all...]

Completed in 75 milliseconds