• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/

Lines Matching refs:cpu_to_le32

271 	msg->u.head[0] = cpu_to_le32(NINE_WORD_MSG_SIZE | SGL_OFFSET_7);
273 cpu_to_le32(I2O_CMD_SW_DOWNLOAD << 24 | HOST_TID << 12 |
275 msg->u.head[2] = cpu_to_le32(i2o_config_driver.context);
276 msg->u.head[3] = cpu_to_le32(0);
278 cpu_to_le32((((u32) kxfer.flags) << 24) | (((u32) kxfer.
281 msg->body[1] = cpu_to_le32(swlen);
282 msg->body[2] = cpu_to_le32(kxfer.sw_id);
283 msg->body[3] = cpu_to_le32(0xD0000000 | fragsize);
284 msg->body[4] = cpu_to_le32(buffer.phys);
344 msg->u.head[0] = cpu_to_le32(NINE_WORD_MSG_SIZE | SGL_OFFSET_7);
346 cpu_to_le32(I2O_CMD_SW_UPLOAD << 24 | HOST_TID << 12 | ADAPTER_TID);
347 msg->u.head[2] = cpu_to_le32(i2o_config_driver.context);
348 msg->u.head[3] = cpu_to_le32(0);
350 cpu_to_le32((u32) kxfer.flags << 24 | (u32) kxfer.
352 msg->body[1] = cpu_to_le32(swlen);
353 msg->body[2] = cpu_to_le32(kxfer.sw_id);
354 msg->body[3] = cpu_to_le32(0xD0000000 | fragsize);
355 msg->body[4] = cpu_to_le32(buffer.phys);
399 msg->u.head[0] = cpu_to_le32(SEVEN_WORD_MSG_SIZE | SGL_OFFSET_0);
401 cpu_to_le32(I2O_CMD_SW_REMOVE << 24 | HOST_TID << 12 | ADAPTER_TID);
402 msg->u.head[2] = cpu_to_le32(i2o_config_driver.context);
403 msg->u.head[3] = cpu_to_le32(0);
405 cpu_to_le32((u32) kxfer.flags << 24 | (u32) kxfer.sw_type << 16);
406 msg->body[1] = cpu_to_le32(swlen);
407 msg->body[2] = cpu_to_le32(kxfer.sw_id);
434 msg->u.head[0] = cpu_to_le32(FOUR_WORD_MSG_SIZE | SGL_OFFSET_0);
436 cpu_to_le32(I2O_CMD_CONFIG_VALIDATE << 24 | HOST_TID << 12 | iop);
437 msg->u.head[2] = cpu_to_le32(i2o_config_driver.context);
438 msg->u.head[3] = cpu_to_le32(0);
476 msg->u.head[0] = cpu_to_le32(FOUR_WORD_MSG_SIZE | SGL_OFFSET_0);
478 cpu_to_le32(I2O_CMD_UTIL_EVT_REGISTER << 24 | HOST_TID << 12 |
480 msg->u.head[2] = cpu_to_le32(i2o_config_driver.context);
481 msg->u.head[3] = cpu_to_le32(i2o_cntxt_list_add(c, fp->private_data));
482 msg->body[0] = cpu_to_le32(kdesc.evt_mask);