Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dhfa384x_usb.c2324 struct pdaloc { in hfa384x_drvr_readpda() struct
2327 } pdaloc[] = { in hfa384x_drvr_readpda() local
2335 for (i = 0; i < ARRAY_SIZE(pdaloc); i++) { in hfa384x_drvr_readpda()
2337 currpage = HFA384x_ADDR_CMD_MKPAGE(pdaloc[i].cardaddr); in hfa384x_drvr_readpda()
2338 curroffset = HFA384x_ADDR_CMD_MKOFF(pdaloc[i].cardaddr); in hfa384x_drvr_readpda()
2384 pdaloc[i].cardaddr, in hfa384x_drvr_readpda()
2385 pdaloc[i].auxctl == 0 ? "EXTDS" : in hfa384x_drvr_readpda()
2386 pdaloc[i].auxctl == 1 ? "NV" : in hfa384x_drvr_readpda()
2387 pdaloc[i].auxctl == 2 ? "PHY" : in hfa384x_drvr_readpda()
2388 pdaloc[i].auxctl == 3 ? "ICSRAM" : in hfa384x_drvr_readpda()