bp_msg
rmc_comm_bp_msend(struct rmc_comm_state *rcs, bp_msg_t *bp_msg)
bp_msg->cmd, bp_msg->dat1, bp_msg->dat2));
rmc_comm_serdev_send(rcs, (char *)&bp_msg->cmd,
sizeof (bp_msg_t) - sizeof (bp_msg->pad));
bp_msg_t *bp_msg;
bp_msg = (bp_msg_t *)request_bp->msg_buf;
DPRINTF(rcs, DAPI, (CE_CONT, "send request_bp=%x\n", bp_msg->cmd));
if (!IS_BOOT_MSG(bp_msg->cmd)) {
bp_msg->cmd));
if (bp_msg->cmd == BP_OBP_BOOTINIT) {
} else if (bp_msg->cmd == BP_OBP_RESET) {
rmc_comm_bp_msend(rcs, bp_msg);
bp_msg = (bp_msg_t *)response_bp->msg_buf;
if (bp_msg->cmd == BP_RSC_BOOTFAIL &&
bp_msg->dat1 == BP_DAT1_REJECTED) {