Searched refs:actcnt (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/parisc/
H A Dled.c479 chassis_info.actcnt = chassis_info.maxcnt = 0;
489 if (chassis_info.actcnt <= 0 || chassis_info.actcnt != chassis_info.maxcnt)
494 if (chassis_info.actcnt <
507 if (chassis_info.actcnt != 8 && chassis_info.actcnt != 32)
/linux-master/arch/parisc/include/asm/
H A Dpdc.h33 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
H A Dpdcpat.h364 unsigned long *actcnt, unsigned long offset,
366 extern int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc,
/linux-master/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, argument
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, argument
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,
1511 pdc_pat_cell_info(struct pdc_pat_cell_info_rtn_block *info, unsigned long *actcnt, unsigned long offset, unsigned long cell_number) argument
[all...]
/linux-master/arch/parisc/include/uapi/asm/
H A Dpdc.h454 unsigned long actcnt; /* actual number of bytes returned */ member in struct:pdc_chassis_info

Completed in 209 milliseconds