Lines Matching defs:message
1059 u32 message[] = {0, 0};
1064 /* get the slot number from the message */
1075 * if we are still busy transmitting a previous message,
1087 * create message header - this is all zero except for
1088 * the message size, which is 4 bytes.
1090 message[0] |= (4 << 8);
1093 message[1] = ((state & ~EM_MSG_LED_HBA_PORT) | ap->port_no);
1095 /* write message to EM_LOC */
1096 writel(message[0], mmio + hpriv->em_loc);
1097 writel(message[1], mmio + hpriv->em_loc+4);
1100 * tell hardware to transmit the message
1139 /* get the slot number from the message */