Lines Matching refs:pstatus
501 * pstatus - can be NULL for READ_ALLSTAT
505 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus)
513 debug_polling("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __func__, pslot, cmd, pstatus);
516 || ((pstatus == NULL) && (cmd != READ_ALLSTAT) && (cmd != READ_BUSSTATUS))) {
570 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
575 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
580 *pstatus = status;
587 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
590 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
594 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, index);
1069 u8 *pstatus)
1077 *pstatus = ctrl_read(ctlr_ptr, wpg_bbar, WPG_CTLR_INDEX);
1078 if (*pstatus == HPC_ERROR) {
1082 if (CTLR_WORKING(*pstatus) == HPC_CTLR_WORKING_NO)
1094 debug_polling("hpc_wait_ctlr_notworking - Exit rc[%x] status[%x]\n", rc, *pstatus);