Searched refs:exeaddr (Results 1 – 5 of 5) sorted by relevance
1024 rstmsg->exeaddr.did = DIDMSG_P2REQ_RAMDL_STATE_EXEADDR; in writeimage()1027 rstmsg->exeaddr.status = P80211ENUM_msgitem_status_data_ok; in writeimage()1030 rstmsg->exeaddr.len = sizeof(u32); in writeimage()1052 rstmsg->exeaddr.data = startaddr; in writeimage()1118 rstmsg->exeaddr.data = 0; in writeimage()
239 struct p80211item_uint32 exeaddr; member
2033 int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr) in hfa384x_drvr_ramdl_enable() argument2056 pr_debug("ramdl_enable, exeaddr=0x%08x\n", exeaddr); in hfa384x_drvr_ramdl_enable()2059 lowaddr = HFA384x_ADDR_CMD_MKOFF(exeaddr); in hfa384x_drvr_ramdl_enable()2060 hiaddr = HFA384x_ADDR_CMD_MKPAGE(exeaddr); in hfa384x_drvr_ramdl_enable()
1370 int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr);
815 if (hfa384x_drvr_ramdl_enable(hw, msg->exeaddr.data)) { in prism2mgmt_ramdl_state()