Searched refs:actcnt (Results 1 – 3 of 3) sorted by relevance
/arch/parisc/include/asm/ |
D | pdc.h | 17 unsigned long actcnt; /* actual number of bytes returned */ member 272 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
|
D | pdcpat.h | 289 extern int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, unsign…
|
/arch/parisc/kernel/ |
D | firmware.c | 348 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index, in pdc_iodc_read() argument 358 *actcnt = pdc_result[0]; in pdc_iodc_read() 1233 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, in pdc_pat_cell_module() argument 1244 *actcnt = pdc_result[0]; in pdc_pat_cell_module() 1245 memcpy(mem_addr, &result, *actcnt); in pdc_pat_cell_module()
|