Lines Matching defs:actcnt
424 * @actcnt: The actual number of bytes.
433 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
443 *actcnt = pdc_result[0];
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,
1494 *actcnt = pdc_result[0];
1495 memcpy(mem_addr, &result, *actcnt);
1505 * @actcnt: The number of bytes which should be written to info.
1512 unsigned long *actcnt, unsigned long offset,
1521 __pa(pdc_result), __pa(&result), *actcnt,
1524 *actcnt = pdc_result[0];
1525 memcpy(info, &result, *actcnt);