Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/wlan-ng/
Dhfa384x_usb.c2195 struct pdaloc { in hfa384x_drvr_readpda() struct
2198 } pdaloc[] = { in hfa384x_drvr_readpda() local
2206 for (i = 0; i < ARRAY_SIZE(pdaloc); i++) { in hfa384x_drvr_readpda()
2208 currpage = HFA384x_ADDR_CMD_MKPAGE(pdaloc[i].cardaddr); in hfa384x_drvr_readpda()
2209 curroffset = HFA384x_ADDR_CMD_MKOFF(pdaloc[i].cardaddr); in hfa384x_drvr_readpda()
2255 pdaloc[i].cardaddr, in hfa384x_drvr_readpda()
2256 pdaloc[i].auxctl == 0 ? "EXTDS" : in hfa384x_drvr_readpda()
2257 pdaloc[i].auxctl == 1 ? "NV" : in hfa384x_drvr_readpda()
2258 pdaloc[i].auxctl == 2 ? "PHY" : in hfa384x_drvr_readpda()
2259 pdaloc[i].auxctl == 3 ? "ICSRAM" : in hfa384x_drvr_readpda()