Searched refs:PUMPREQUEST (Results 1 – 2 of 2) sorted by relevance
445 while (FlashPumpSemaphoreRegs.PUMPREQUEST.bit.PUMP_OWNERSHIP != 0x2) in SeizeFlashPump()447 FlashPumpSemaphoreRegs.PUMPREQUEST.all = IPC_PUMP_KEY | 0x2; in SeizeFlashPump()450 while (FlashPumpSemaphoreRegs.PUMPREQUEST.bit.PUMP_OWNERSHIP != 0x1) in SeizeFlashPump()452 FlashPumpSemaphoreRegs.PUMPREQUEST.all = IPC_PUMP_KEY | 0x1; in SeizeFlashPump()465 FlashPumpSemaphoreRegs.PUMPREQUEST.all = IPC_PUMP_KEY | 0x0; in ReleaseFlashPump()
352 …union PUMPREQUEST_REG PUMPREQUEST; // Flash programming semaph… member
Completed in 9 milliseconds