Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dfirmware.c433 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index, in pdc_iodc_read() argument
443 *actcnt = pdc_result[0]; in pdc_iodc_read()
1484 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, in pdc_pat_cell_module() argument
1495 *actcnt = pdc_result[0]; in pdc_pat_cell_module()
1496 memcpy(mem_addr, &result, *actcnt); in pdc_pat_cell_module()
1513 unsigned long *actcnt, unsigned long offset, in pdc_pat_cell_info() argument
1522 __pa(pdc_result), __pa(&result), *actcnt, in pdc_pat_cell_info()
1525 *actcnt = pdc_result[0]; in pdc_pat_cell_info()
1526 memcpy(info, &result, *actcnt); in pdc_pat_cell_info()
/linux/arch/parisc/include/asm/
H A Dpdcpat.h364 unsigned long *actcnt, unsigned long offset,
366 extern int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc,
H A Dpdc.h33 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h454 unsigned long actcnt; /* actual number of bytes returned */ member