Home
last modified time | relevance | path

Searched refs:actcnt (Results 1 – 4 of 4) sorted by relevance

/arch/parisc/kernel/
Dfirmware.c388 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index, in pdc_iodc_read() argument
398 *actcnt = pdc_result[0]; in pdc_iodc_read()
1342 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, in pdc_pat_cell_module() argument
1353 *actcnt = pdc_result[0]; in pdc_pat_cell_module()
1354 memcpy(mem_addr, &result, *actcnt); in pdc_pat_cell_module()
1371 unsigned long *actcnt, unsigned long offset, in pdc_pat_cell_info() argument
1380 __pa(pdc_result), __pa(&result), *actcnt, in pdc_pat_cell_info()
1383 *actcnt = pdc_result[0]; in pdc_pat_cell_info()
1384 memcpy(info, &result, *actcnt); in pdc_pat_cell_info()
/arch/parisc/include/asm/
Dpdcpat.h363 unsigned long *actcnt, unsigned long offset,
365 extern int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc,
Dpdc.h36 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
/arch/parisc/include/uapi/asm/
Dpdc.h447 unsigned long actcnt; /* actual number of bytes returned */ member