HelenOS sources

LINK_POINTER_TERM  227 uspace/drv/bus/usb/ehci/ehci_batch.c 	ehci_batch->qh->next = LINK_POINTER_TERM;
LINK_POINTER_TERM  228 uspace/drv/bus/usb/ehci/ehci_batch.c 	ehci_batch->qh->current = LINK_POINTER_TERM;
LINK_POINTER_TERM   56 uspace/drv/bus/usb/ehci/hw_struct/queue_head.c 	EHCI_MEM32_WR(instance->horizontal, LINK_POINTER_TERM);
LINK_POINTER_TERM   58 uspace/drv/bus/usb/ehci/hw_struct/queue_head.c 	EHCI_MEM32_WR(instance->current, LINK_POINTER_TERM);
LINK_POINTER_TERM   60 uspace/drv/bus/usb/ehci/hw_struct/queue_head.c 	EHCI_MEM32_WR(instance->next, LINK_POINTER_TERM);
LINK_POINTER_TERM   61 uspace/drv/bus/usb/ehci/hw_struct/queue_head.c 	EHCI_MEM32_WR(instance->alternate, LINK_POINTER_TERM);
LINK_POINTER_TERM  114 uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c 	    LINK_POINTER_TD(next_phys) : LINK_POINTER_TERM);
LINK_POINTER_TERM  116 uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c 	EHCI_MEM32_WR(instance->alternate, LINK_POINTER_TERM);
LINK_POINTER_TERM   67 uspace/drv/bus/usb/uhci/hw_struct/queue_head.h 	instance->element = LINK_POINTER_TERM;
LINK_POINTER_TERM   68 uspace/drv/bus/usb/uhci/hw_struct/queue_head.h 	instance->next = LINK_POINTER_TERM;
LINK_POINTER_TERM   89 uspace/drv/bus/usb/uhci/hw_struct/queue_head.h 		instance->next = LINK_POINTER_TERM;
LINK_POINTER_TERM  111 uspace/drv/bus/usb/uhci/hw_struct/queue_head.h 		instance->element = LINK_POINTER_TERM;
HelenOS homepage, sources at GitHub