Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wlan-ng/
Dhfa384x_usb.c2204 struct pdaloc { in hfa384x_drvr_readpda() struct
2207 } pdaloc[] = { in hfa384x_drvr_readpda() local
2215 for (i = 0; i < ARRAY_SIZE(pdaloc); i++) { in hfa384x_drvr_readpda()
2217 currpage = HFA384x_ADDR_CMD_MKPAGE(pdaloc[i].cardaddr); in hfa384x_drvr_readpda()
2218 curroffset = HFA384x_ADDR_CMD_MKOFF(pdaloc[i].cardaddr); in hfa384x_drvr_readpda()
2264 pdaloc[i].cardaddr, in hfa384x_drvr_readpda()
2265 pdaloc[i].auxctl == 0 ? "EXTDS" : in hfa384x_drvr_readpda()
2266 pdaloc[i].auxctl == 1 ? "NV" : in hfa384x_drvr_readpda()
2267 pdaloc[i].auxctl == 2 ? "PHY" : in hfa384x_drvr_readpda()
2268 pdaloc[i].auxctl == 3 ? "ICSRAM" : in hfa384x_drvr_readpda()