heb               772 drivers/atm/he.c 	struct he_buff *heb, *next;
heb               821 drivers/atm/he.c 		heb = dma_pool_alloc(he_dev->rbpl_pool, GFP_KERNEL, &mapping);
heb               822 drivers/atm/he.c 		if (!heb)
heb               824 drivers/atm/he.c 		heb->mapping = mapping;
heb               825 drivers/atm/he.c 		list_add(&heb->entry, &he_dev->rbpl_outstanding);
heb               828 drivers/atm/he.c 		he_dev->rbpl_virt[i] = heb;
heb               894 drivers/atm/he.c 	list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry)
heb               895 drivers/atm/he.c 		dma_pool_free(he_dev->rbpl_pool, heb, heb->mapping);
heb              1529 drivers/atm/he.c 	struct he_buff *heb, *next;
heb              1573 drivers/atm/he.c 		list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry)
heb              1574 drivers/atm/he.c 			dma_pool_free(he_dev->rbpl_pool, heb, heb->mapping);
heb              1651 drivers/atm/he.c 	struct he_buff *heb, *next;
heb              1673 drivers/atm/he.c 		heb = he_dev->rbpl_virt[i];
heb              1684 drivers/atm/he.c 				list_del(&heb->entry);
heb              1685 drivers/atm/he.c 				dma_pool_free(he_dev->rbpl_pool, heb, heb->mapping);
heb              1697 drivers/atm/he.c 		heb->len = RBRQ_BUFLEN(he_dev->rbrq_head) * 4;
heb              1699 drivers/atm/he.c 		list_move_tail(&heb->entry, &he_vcc->buffers);
heb              1700 drivers/atm/he.c 		he_vcc->pdu_len += heb->len;
heb              1736 drivers/atm/he.c 		list_for_each_entry(heb, &he_vcc->buffers, entry)
heb              1737 drivers/atm/he.c 			skb_put_data(skb, &heb->data, heb->len);
heb              1777 drivers/atm/he.c 		list_for_each_entry_safe(heb, next, &he_vcc->buffers, entry)
heb              1778 drivers/atm/he.c 			dma_pool_free(he_dev->rbpl_pool, heb, heb->mapping);
heb              1885 drivers/atm/he.c 	struct he_buff *heb;
heb              1909 drivers/atm/he.c 		heb = dma_pool_alloc(he_dev->rbpl_pool, GFP_ATOMIC, &mapping);
heb              1910 drivers/atm/he.c 		if (!heb)
heb              1912 drivers/atm/he.c 		heb->mapping = mapping;
heb              1913 drivers/atm/he.c 		list_add(&heb->entry, &he_dev->rbpl_outstanding);
heb              1914 drivers/atm/he.c 		he_dev->rbpl_virt[i] = heb;
heb               308 drivers/video/fbdev/imsttfb.c 	__u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil;
heb               470 drivers/video/fbdev/imsttfb.c 	__u32 MHz, hes, heb, veb, htp, vtp;
heb               474 drivers/video/fbdev/imsttfb.c 			hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2;
heb               478 drivers/video/fbdev/imsttfb.c 			hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3;
heb               482 drivers/video/fbdev/imsttfb.c 			hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3;
heb               486 drivers/video/fbdev/imsttfb.c 			hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3;
heb               490 drivers/video/fbdev/imsttfb.c 			hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1;
heb               494 drivers/video/fbdev/imsttfb.c 			hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3;
heb               504 drivers/video/fbdev/imsttfb.c 	init->heb = heb;
heb               505 drivers/video/fbdev/imsttfb.c 	init->hsb = init->heb + (xres >> 3);
heb               702 drivers/video/fbdev/imsttfb.c 	write_reg_le32(par->dc_regs, HEB, init->heb);