HelenOS sources
OHCI_MEM32_SET 92 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c OHCI_MEM32_SET(instance->status, ED_STATUS_S_FLAG);
OHCI_MEM32_SET 97 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c OHCI_MEM32_SET(instance->status, ED_STATUS_F_FLAG);
OHCI_MEM32_SET 219 uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h OHCI_MEM32_SET(instance->td_head, ED_TDHEAD_TOGGLE_CARRY);
OHCI_MEM32_SET 75 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c OHCI_MEM32_SET(instance->status, TD_STATUS_T_USE_TD_FLAG);
OHCI_MEM32_SET 76 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c OHCI_MEM32_SET(instance->status, toggle ? TD_STATUS_T_FLAG : 0);
OHCI_MEM32_SET 81 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c OHCI_MEM32_SET(instance->status, TD_STATUS_ROUND_FLAG);
HelenOS homepage, sources at GitHub