Searched refs:pdrcode (Results 1 – 1 of 1) sorted by relevance
263 static int hfa384x_isgood_pdrcode(u16 pdrcode);2201 u16 pdrcode; /* pdr code, host order */ in hfa384x_drvr_readpda() local2236 pdrcode = le16_to_cpu(pda[currpdr + 1]); in hfa384x_drvr_readpda()2245 if (!hfa384x_isgood_pdrcode(pdrcode)) { in hfa384x_drvr_readpda()2247 pdrcode); in hfa384x_drvr_readpda()2252 if (pdrcode == HFA384x_PDR_END_OF_PDA) in hfa384x_drvr_readpda()3858 static int hfa384x_isgood_pdrcode(u16 pdrcode) in hfa384x_isgood_pdrcode() argument3860 switch (pdrcode) { in hfa384x_isgood_pdrcode()3893 if (pdrcode < 0x1000) { in hfa384x_isgood_pdrcode()3896 pdrcode); in hfa384x_isgood_pdrcode()[all …]