Searched refs:exeaddr (Results 1 – 5 of 5) sorted by relevance
1030 rstmsg->exeaddr.did = DIDmsg_p2req_ramdl_state_exeaddr; in writeimage()1033 rstmsg->exeaddr.status = P80211ENUM_msgitem_status_data_ok; in writeimage()1036 rstmsg->exeaddr.len = sizeof(u32); in writeimage()1058 rstmsg->exeaddr.data = startaddr; in writeimage()1124 rstmsg->exeaddr.data = 0; in writeimage()
240 struct p80211item_uint32 exeaddr; member
2161 int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr) in hfa384x_drvr_ramdl_enable() argument2184 pr_debug("ramdl_enable, exeaddr=0x%08x\n", exeaddr); in hfa384x_drvr_ramdl_enable()2187 lowaddr = HFA384x_ADDR_CMD_MKOFF(exeaddr); in hfa384x_drvr_ramdl_enable()2188 hiaddr = HFA384x_ADDR_CMD_MKPAGE(exeaddr); in hfa384x_drvr_ramdl_enable()
1380 int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr);
815 if (hfa384x_drvr_ramdl_enable(hw, msg->exeaddr.data)) { in prism2mgmt_ramdl_state()