Searched refs:pdrcode (Results 1 – 1 of 1) sorted by relevance
271 static int hfa384x_isgood_pdrcode(u16 pdrcode);2410 u16 pdrcode; /* pdr code, host order */ in hfa384x_drvr_readpda() local2445 pdrcode = le16_to_cpu(pda[currpdr + 1]); in hfa384x_drvr_readpda()2454 if (!hfa384x_isgood_pdrcode(pdrcode)) { in hfa384x_drvr_readpda()2456 pdrcode); in hfa384x_drvr_readpda()2461 if (pdrcode == HFA384x_PDR_END_OF_PDA) in hfa384x_drvr_readpda()4080 static int hfa384x_isgood_pdrcode(u16 pdrcode) in hfa384x_isgood_pdrcode() argument4082 switch (pdrcode) { in hfa384x_isgood_pdrcode()4115 if (pdrcode < 0x1000) { in hfa384x_isgood_pdrcode()4118 pdrcode); in hfa384x_isgood_pdrcode()[all …]