/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | led.c | 481 chassis_info.actcnt = chassis_info.maxcnt = 0; in early_led_init() 491 if (chassis_info.actcnt <= 0 || chassis_info.actcnt != chassis_info.maxcnt) in early_led_init() 496 if (chassis_info.actcnt < in early_led_init() 509 if (chassis_info.actcnt != 8 && chassis_info.actcnt != 32) in early_led_init()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | led.c | 710 chassis_info.actcnt = chassis_info.maxcnt = 0; in led_init() 716 "%s: sizecnt=%d, actcnt=%ld, maxcnt=%ld\n", in led_init() 722 chassis_info.actcnt, chassis_info.maxcnt)); in led_init() 729 if (chassis_info.actcnt <= 0 || chassis_info.actcnt != chassis_info.maxcnt) in led_init() 734 if (chassis_info.actcnt < in led_init() 748 if (chassis_info.actcnt != 8 && chassis_info.actcnt != 32) in led_init()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | firmware.c | 380 * @actcnt: The actual number of bytes. 389 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index, in pdc_iodc_read() argument 399 *actcnt = pdc_result[0]; in pdc_iodc_read() 1334 * @actcnt: The number of bytes written to mem_addr. 1343 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, in pdc_pat_cell_module() argument 1354 *actcnt = pdc_result[0]; in pdc_pat_cell_module() 1355 memcpy(mem_addr, &result, *actcnt); in pdc_pat_cell_module() 1365 * @actcnt: The number of bytes which should be written to info. 1372 unsigned long *actcnt, unsigned long offset, in pdc_pat_cell_info() 1381 __pa(pdc_result), __pa(&result), *actcnt, in pdc_pat_cell_info() 1371 pdc_pat_cell_info(struct pdc_pat_cell_info_rtn_block *info, unsigned long *actcnt, unsigned long offset, unsigned long cell_number) pdc_pat_cell_info() argument [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | firmware.c | 424 * @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() 1521 __pa(pdc_result), __pa(&result), *actcnt, in pdc_pat_cell_info() 1511 pdc_pat_cell_info(struct pdc_pat_cell_info_rtn_block *info, unsigned long *actcnt, unsigned long offset, unsigned long cell_number) pdc_pat_cell_info() argument [all...] |
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pdcpat.h | 363 unsigned long *actcnt, unsigned long offset, 365 extern int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc,
|
H A D | pdc.h | 36 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pdcpat.h | 364 unsigned long *actcnt, unsigned long offset, 366 extern int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc,
|
H A D | pdc.h | 33 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 447 unsigned long actcnt; /* actual number of bytes returned */ member
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 454 unsigned long actcnt; /* actual number of bytes returned */ member
|