Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dfirmware.c424 * @actcnt: The actual number of bytes.
433 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()
1474 * @actcnt: The number of bytes written to mem_addr.
1483 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, in pdc_pat_cell_module() argument
1494 *actcnt = pdc_result[0]; in pdc_pat_cell_module()
1495 memcpy(mem_addr, &result, *actcnt); in pdc_pat_cell_module()
1505 * @actcnt: The number of bytes which should be written to info.
1512 unsigned long *actcnt, unsigned long offset, in pdc_pat_cell_info() argument
1521 __pa(pdc_result), __pa(&result), *actcnt, in pdc_pat_cell_info()
[all...]
/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