Searched refs:PRISM2_PDA_SIZE (Results 1 – 3 of 3) sorted by relevance
202 if (local->pda == NULL || *_pos >= PRISM2_PDA_SIZE) in prism2_pda_proc_read()206 if (count > PRISM2_PDA_SIZE - off) in prism2_pda_proc_read()207 count = PRISM2_PDA_SIZE - off; in prism2_pda_proc_read()
160 while (pos + 1 < PRISM2_PDA_SIZE / 2) { in prism2_pda_ok()163 if (len == 0 || pos + len > PRISM2_PDA_SIZE / 2) in prism2_pda_ok()255 buf = kmalloc(PRISM2_PDA_SIZE, GFP_KERNEL); in prism2_read_pda()267 res = hfa384x_from_aux(dev, pda_addr[i], PRISM2_PDA_SIZE, buf); in prism2_read_pda()
420 #define PRISM2_PDA_SIZE 1024 macro