Searched refs:DescriptorB (Results 1 – 2 of 2) sorted by relevance
1044 HcRH_DESC_B DescriptorB; in OhciSetRootHubDescriptor() local1048 *(UINT32 *) &DescriptorB = OhciGetOperationalReg (Ohc, HC_RH_DESC_B); in OhciSetRootHubDescriptor()1051 DescriptorB.DeviceRemovable = Value; in OhciSetRootHubDescriptor()1054 DescriptorB.PortPowerControlMask = Value; in OhciSetRootHubDescriptor()1057 Status = OhciSetOperationalReg (Ohc, HC_RH_DESC_B, (UINT32*)&DescriptorB); in OhciSetRootHubDescriptor()1110 HcRH_DESC_B DescriptorB; in OhciGetRootHubDescriptor() local1114 *(UINT32 *) &DescriptorB = OhciGetOperationalReg (Ohc, HC_RH_DESC_B); in OhciGetRootHubDescriptor()1118 return DescriptorB.DeviceRemovable; in OhciGetRootHubDescriptor()1122 return DescriptorB.PortPowerControlMask; in OhciGetRootHubDescriptor()
1049 HcRH_DESC_B DescriptorB; in OhciSetRootHubDescriptor() local1053 *(UINT32 *) &DescriptorB = OhciGetOperationalReg (Ohc->PciIo, HC_RH_DESC_B); in OhciSetRootHubDescriptor()1056 DescriptorB.DeviceRemovable = Value; in OhciSetRootHubDescriptor()1059 DescriptorB.PortPowerControlMask = Value; in OhciSetRootHubDescriptor()1062 Status = OhciSetOperationalReg (Ohc->PciIo, HC_RH_DESC_B, &DescriptorB); in OhciSetRootHubDescriptor()1115 HcRH_DESC_B DescriptorB; in OhciGetRootHubDescriptor() local1119 *(UINT32 *) &DescriptorB = OhciGetOperationalReg (Ohc->PciIo, HC_RH_DESC_B); in OhciGetRootHubDescriptor()1123 return DescriptorB.DeviceRemovable; in OhciGetRootHubDescriptor()1127 return DescriptorB.PortPowerControlMask; in OhciGetRootHubDescriptor()