Searched refs:PcieResetGpio (Results 1 – 7 of 7) sorted by relevance
126 IN MV_GPIO_PIN CONST *PcieResetGpio in ResetPcieSlot() argument135 Status = MvGpioGetProtocol (PcieResetGpio->ControllerType, &GpioProtocol); in ResetPcieSlot()141 GpioPin = GPIO (PcieResetGpio->ControllerId, PcieResetGpio->PinNumber), in ResetPcieSlot()144 Mode = PcieResetGpio->ActiveHigh ? GPIO_MODE_OUTPUT_1 : GPIO_MODE_OUTPUT_0; in ResetPcieSlot()155 Mode = PcieResetGpio->ActiveHigh ? GPIO_MODE_OUTPUT_0 : GPIO_MODE_OUTPUT_1; in ResetPcieSlot()226 Status = ResetPcieSlot (&PcieController->PcieResetGpio); in Armada7k8kPciHostBridgeLibConstructor()
44 .PcieResetGpio =
51 .PcieResetGpio = { 0 },
57 .PcieResetGpio = { 0 },
115 MV_GPIO_PIN PcieResetGpio; member