HelenOS sources
OHCI_MEM32_RD 122 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h return (OHCI_MEM32_RD(instance->td_head) & ED_TDHEAD_HALTED_FLAG) ||
OHCI_MEM32_RD 123 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (OHCI_MEM32_RD(instance->status) & ED_STATUS_K_FLAG);
OHCI_MEM32_RD 140 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h return (OHCI_MEM32_RD(instance->td_head) & ED_TDHEAD_PTR_MASK) !=
OHCI_MEM32_RD 141 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (OHCI_MEM32_RD(instance->td_tail) & ED_TDTAIL_PTR_MASK);
OHCI_MEM32_RD 159 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h return OHCI_MEM32_RD(instance->td_tail) & ED_TDTAIL_PTR_MASK;
OHCI_MEM32_RD 165 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h return OHCI_MEM32_RD(instance->td_head) & ED_TDHEAD_PTR_MASK;
OHCI_MEM32_RD 196 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h return OHCI_MEM32_RD(instance->next) & ED_NEXT_PTR_MASK;
OHCI_MEM32_RD 207 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h return !!(OHCI_MEM32_RD(instance->td_head) & ED_TDHEAD_TOGGLE_CARRY);
OHCI_MEM32_RD 108 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h const int cc = (OHCI_MEM32_RD(instance->status) >> TD_STATUS_CC_SHIFT) &
OHCI_MEM32_RD 129 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h const int cc = (OHCI_MEM32_RD(instance->status) >>
OHCI_MEM32_RD 146 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h return OHCI_MEM32_RD(instance->be) - OHCI_MEM32_RD(instance->cbp) + 1;
HelenOS homepage, sources at GitHub