Home
last modified time | relevance | path

Searched refs:exeaddr (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/staging/wlan-ng/
Dprism2fw.c1024 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()
Dp80211metastruct.h239 struct p80211item_uint32 exeaddr; member
Dhfa384x_usb.c2033 int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr) in hfa384x_drvr_ramdl_enable() argument
2056 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()
Dhfa384x.h1370 int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr);
Dprism2mgmt.c815 if (hfa384x_drvr_ramdl_enable(hw, msg->exeaddr.data)) { in prism2mgmt_ramdl_state()