Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wlan-ng/
Dhfa384x_usb.c2413 struct pdaloc { in hfa384x_drvr_readpda() struct
2416 } pdaloc[] = { in hfa384x_drvr_readpda() local
2424 for (i = 0; i < ARRAY_SIZE(pdaloc); i++) { in hfa384x_drvr_readpda()
2426 currpage = HFA384x_ADDR_CMD_MKPAGE(pdaloc[i].cardaddr); in hfa384x_drvr_readpda()
2427 curroffset = HFA384x_ADDR_CMD_MKOFF(pdaloc[i].cardaddr); in hfa384x_drvr_readpda()
2473 pdaloc[i].cardaddr, in hfa384x_drvr_readpda()
2474 pdaloc[i].auxctl == 0 ? "EXTDS" : in hfa384x_drvr_readpda()
2475 pdaloc[i].auxctl == 1 ? "NV" : in hfa384x_drvr_readpda()
2476 pdaloc[i].auxctl == 2 ? "PHY" : in hfa384x_drvr_readpda()
2477 pdaloc[i].auxctl == 3 ? "ICSRAM" : in hfa384x_drvr_readpda()