Searched refs:pdrcode (Results 1 – 1 of 1) sorted by relevance
263 static int hfa384x_isgood_pdrcode(u16 pdrcode);2192 u16 pdrcode; /* pdr code, host order */ in hfa384x_drvr_readpda() local2227 pdrcode = le16_to_cpu(pda[currpdr + 1]); in hfa384x_drvr_readpda()2236 if (!hfa384x_isgood_pdrcode(pdrcode)) { in hfa384x_drvr_readpda()2238 pdrcode); in hfa384x_drvr_readpda()2243 if (pdrcode == HFA384x_PDR_END_OF_PDA) in hfa384x_drvr_readpda()3855 static int hfa384x_isgood_pdrcode(u16 pdrcode) in hfa384x_isgood_pdrcode() argument3857 switch (pdrcode) { in hfa384x_isgood_pdrcode()3890 if (pdrcode < 0x1000) { in hfa384x_isgood_pdrcode()3893 pdrcode); in hfa384x_isgood_pdrcode()[all …]