HelenOS sources

OHCI_MEM32_WR      75 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c 		OHCI_MEM32_WR(instance->status, ED_STATUS_K_FLAG);
OHCI_MEM32_WR      84 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c 	OHCI_MEM32_WR(instance->status,
OHCI_MEM32_WR     101 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c 	OHCI_MEM32_WR(instance->td_head, pa & ED_TDHEAD_PTR_MASK);
OHCI_MEM32_WR     102 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c 	OHCI_MEM32_WR(instance->td_tail, pa & ED_TDTAIL_PTR_MASK);
OHCI_MEM32_WR     153 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h 	OHCI_MEM32_WR(instance->td_tail, pa & ED_TDTAIL_PTR_MASK);
OHCI_MEM32_WR     176 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h 	OHCI_MEM32_WR(instance->td_head, pa & ED_TDHEAD_PTR_MASK);
OHCI_MEM32_WR     190 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h 	OHCI_MEM32_WR(instance->next, pa);
OHCI_MEM32_WR      88 uspace/drv/bus/usb/ohci/hw_struct/hcca.h 	OHCI_MEM32_WR(hcca->int_ep[index], pa);
OHCI_MEM32_WR      69 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c 	OHCI_MEM32_WR(instance->status,
OHCI_MEM32_WR      86 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c 		OHCI_MEM32_WR(instance->cbp, addr_to_phys(buffer));
OHCI_MEM32_WR      87 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c 		OHCI_MEM32_WR(instance->be, addr_to_phys(buffer + size - 1));
OHCI_MEM32_WR      95 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c 	OHCI_MEM32_WR(instance->next, addr_to_phys(next) & TD_NEXT_PTR_MASK);
HelenOS homepage, sources at GitHub