Home | History | Annotate | Download | only in UsbBusDxe

Lines Matching defs:Map

507   always return changed bit map from its interrupt endpoint.

659 // OK, actually something is changed, save the change map
704 // Locate the interrupt endpoint for port change map
796 // changed port map from the interrupt endpoint. The port map
871 USB_CHANGE_FEATURE_MAP *Map;
888 Map = &mHubFeatureMap[Index];
890 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) {
891 UsbHubCtrlClearPortFeature (HubIf->Device, Port, (UINT16) Map->Feature);
1167 USB_CHANGE_FEATURE_MAP *Map;
1184 Map = &mRootHubFeatureMap[Index];
1186 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) {
1187 UsbHcClearRootHubPortFeature (HubIf->Device->Bus, Port, (EFI_USB_PORT_FEATURE) Map->Feature);