Searched defs:fstate (Results 1 - 3 of 3) sorted by relevance

/arch/powerpc/platforms/powernv/
H A Deeh-ioda.c329 u8 fstate; local
336 &fstate,
365 u8 fstate; local
389 fstate = phb->get_pe_state(phb, pe->addr);
393 &fstate,
404 switch (fstate) {
435 pe->addr, fstate);
H A Dpci.c373 u8 fstate; local
396 fstate = phb->get_pe_state(phb, pe_no);
400 &fstate,
410 cfg_dbg(" -> EEH check, bdfn=%04x PE#%d fstate=%x\n",
412 pe_no, fstate);
415 if (fstate == OPAL_EEH_STOPPED_MMIO_FREEZE ||
416 fstate == OPAL_EEH_STOPPED_DMA_FREEZE ||
417 fstate == OPAL_EEH_STOPPED_MMIO_DMA_FREEZE) {
H A Dpci-ioda.c433 u8 fstate, state; local
470 &fstate,
485 if (fstate > state)
486 state = fstate;

Completed in 33 milliseconds