Lines Matching refs:p32

545 	PU32 p32;  in RCProcI2OMsgQ()  local
559 p32 = (PU32) p8Msg; in RCProcI2OMsgQ()
561 dprintk ("msg: 0x%x 0x%x \n", p8Msg[7], p32[5]); in RCProcI2OMsgQ()
568 (*pPab->pTransCallbackFunc) (p8Msg[19], count, p32 + 5, in RCProcI2OMsgQ()
573 (u32) pPab, (u32) p8Msg, (u32) p32); in RCProcI2OMsgQ()
575 p32[0], p32[1], p32[2], p32[3]); in RCProcI2OMsgQ()
577 p32[4], p32[5], p32[6], p32[7]); in RCProcI2OMsgQ()
579 p32[8], p32[9], p32[10], p32[11]); in RCProcI2OMsgQ()
582 p32[5], p32 + 6, dev); in RCProcI2OMsgQ()
590 dprintk ("i2o private 0x%x, 0x%x \n", p8Msg[7], p32[5]); in RCProcI2OMsgQ()
591 switch (p32[5]) { in RCProcI2OMsgQ()
595 debug_msg[15] = (p32[6] & 0xff000000) >> 24; in RCProcI2OMsgQ()
596 debug_msg[14] = (p32[6] & 0x00ff0000) >> 16; in RCProcI2OMsgQ()
597 debug_msg[13] = (p32[6] & 0x0000ff00) >> 8; in RCProcI2OMsgQ()
598 debug_msg[12] = (p32[6] & 0x000000ff); in RCProcI2OMsgQ()
600 debug_msg[11] = (p32[7] & 0xff000000) >> 24; in RCProcI2OMsgQ()
601 debug_msg[10] = (p32[7] & 0x00ff0000) >> 16; in RCProcI2OMsgQ()
602 debug_msg[9] = (p32[7] & 0x0000ff00) >> 8; in RCProcI2OMsgQ()
603 debug_msg[8] = (p32[7] & 0x000000ff); in RCProcI2OMsgQ()
605 debug_msg[7] = (p32[8] & 0xff000000) >> 24; in RCProcI2OMsgQ()
606 debug_msg[6] = (p32[8] & 0x00ff0000) >> 16; in RCProcI2OMsgQ()
607 debug_msg[5] = (p32[8] & 0x0000ff00) >> 8; in RCProcI2OMsgQ()
608 debug_msg[4] = (p32[8] & 0x000000ff); in RCProcI2OMsgQ()
610 debug_msg[3] = (p32[9] & 0xff000000) >> 24; in RCProcI2OMsgQ()
611 debug_msg[2] = (p32[9] & 0x00ff0000) >> 16; in RCProcI2OMsgQ()
612 debug_msg[1] = (p32[9] & 0x0000ff00) >> 8; in RCProcI2OMsgQ()
613 debug_msg[0] = (p32[9] & 0x000000ff); in RCProcI2OMsgQ()
627 p32[5]); in RCProcI2OMsgQ()
661 volatile PU32 p32, pReturnAddr; in RCGetLinkStatistics() local
692 p32 = (PU32)pPab->pLinOutMsgBlock; in RCGetLinkStatistics()
711 pReturnAddr[i] = p32[i]; in RCGetLinkStatistics()
728 volatile PU32 p32; in RCGetLinkStatus() local
756 p32 = (PU32) pPab->pLinOutMsgBlock; in RCGetLinkStatus()
757 *p32 = 0xFFFFFFFF; in RCGetLinkStatus()
763 while (*p32 == 0xFFFFFFFF) { in RCGetLinkStatus()
771 *ReturnAddr = *p32; /* 1 = up 0 = down */ in RCGetLinkStatus()
983 volatile PU32 p32; in RCGetPromiscuousMode() local
999 p32 = (volatile PU32) pPab->pLinOutMsgBlock; in RCGetPromiscuousMode()
1000 p32[0] = 0xff; in RCGetPromiscuousMode()
1018 while (p32[0] == 0xff) { in RCGetPromiscuousMode()
1027 *pMode = (U8) ((volatile PU8) p32)[0] & 0x0f; in RCGetPromiscuousMode()
1090 volatile PU32 p32; in RCGetBroadcastMode() local
1105 p32 = (volatile PU32) pPab->pLinOutMsgBlock; in RCGetBroadcastMode()
1106 p32[0] = 0xff; in RCGetBroadcastMode()
1122 if (p32[0] == 0xff) { in RCGetBroadcastMode()
1129 *pMode = (U8) ((volatile PU8) p32)[0] & 0x0f; in RCGetBroadcastMode()
1154 volatile PU32 p32; in RCGetLinkSpeed() local
1170 p32 = (volatile PU32) pPab->pLinOutMsgBlock; in RCGetLinkSpeed()
1171 p32[0] = 0xff; in RCGetLinkSpeed()
1188 while (p32[0] == 0xff) { in RCGetLinkSpeed()
1196 IOPLinkSpeed = (U8) ((volatile PU8) p32)[0] & 0x0f; in RCGetLinkSpeed()
1256 volatile PU32 p32; in RCGetFirmwareVer() local
1269 p32 = (volatile PU32) pPab->pLinOutMsgBlock; in RCGetFirmwareVer()
1270 p32[0] = 0xff; in RCGetFirmwareVer()
1287 while (p32[0] == 0xff) { in RCGetFirmwareVer()
1294 strcpy (pFirmString, (PU8) p32); in RCGetFirmwareVer()
1372 volatile PU32 p32; in RCResetIOP() local
1395 p32 = (volatile PU32) pPab->pLinOutMsgBlock; in RCResetIOP()
1396 p32[0] = 0; in RCResetIOP()
1397 p32[1] = 0; in RCResetIOP()
1405 while (!p32[0] && !p32[1]) { in RCResetIOP()
1533 PU32 pMsg, p32; in RCGetRavlinIPandMask() local
1550 p32 = (volatile PU32) pPab->pLinOutMsgBlock; in RCGetRavlinIPandMask()
1551 *p32 = 0xFFFFFFFF; in RCGetRavlinIPandMask()
1557 (u32) p_atu, off, (u32) p32); in RCGetRavlinIPandMask()
1569 (u32) p_atu, off, (u32) p32); in RCGetRavlinIPandMask()
1573 while (0xffffffff == *p32) { in RCGetRavlinIPandMask()
1583 p32[0], p32[1]); in RCGetRavlinIPandMask()
1586 *pIpAddr = p32[0]; in RCGetRavlinIPandMask()
1587 *pNetMask = p32[1]; in RCGetRavlinIPandMask()
1617 volatile PU32 p32; in SendI2OOutboundQInitMsg() local
1645 p32 = (PU32) pPab->pLinOutMsgBlock; in SendI2OOutboundQInitMsg()
1646 p32[0] = 0; in SendI2OOutboundQInitMsg()
1653 while (!p32[0]) { in SendI2OOutboundQInitMsg()
1660 if (p32[0] != I2O_EXEC_OUTBOUND_INIT_COMPLETE) { in SendI2OOutboundQInitMsg()
1662 p32[0]); in SendI2OOutboundQInitMsg()
1688 volatile PU32 p32; in GetI2OStatus() local
1712 p32 = (volatile PU32) pPab->pLinOutMsgBlock; in GetI2OStatus()
1713 p32[0] = 0; in GetI2OStatus()
1714 p32[1] = 0; in GetI2OStatus()
1723 dprintk ("Return status to p32 = 0x%x\n", (u32) p32); in GetI2OStatus()
1727 while (!p32[0] || !p32[1]) { in GetI2OStatus()
1735 dprintk ("0x%x:0x%x:0x%x:0x%x\n", p32[0], p32[1], in GetI2OStatus()
1736 p32[2], p32[3]); in GetI2OStatus()
1737 dprintk ("0x%x:0x%x:0x%x:0x%x\n", p32[4], p32[5], in GetI2OStatus()
1738 p32[6], p32[7]); in GetI2OStatus()
1739 dprintk ("0x%x:0x%x:0x%x:0x%x\n", p32[8], p32[9], in GetI2OStatus()
1740 p32[10], p32[11]); in GetI2OStatus()
1742 pPab->IOPState = ((volatile PU8) p32)[10]; in GetI2OStatus()
1743 pPab->InboundMFrameSize = ((volatile PU16) p32)[6]; in GetI2OStatus()
1888 PU32 p32; in ProcessOutboundI2OMsg() local
1892 p32 = (PU32) p8Msg; in ProcessOutboundI2OMsg()
1897 dprintk ("msg :0x%x:0x%x:0x%x:0x%x\n", p32[0], p32[1], in ProcessOutboundI2OMsg()
1898 p32[2], p32[3]); in ProcessOutboundI2OMsg()
1899 dprintk ("msg :0x%x:0x%x:0x%x:0x%x\n", p32[4], p32[5], in ProcessOutboundI2OMsg()
1900 p32[6], p32[7]); in ProcessOutboundI2OMsg()
1902 if (p32[4] >> 24 != I2O_REPLY_STATUS_SUCCESS) { in ProcessOutboundI2OMsg()