Searched refs:pdc_iodc_read (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/parisc/include/asm/ |
D | pdc.h | 35 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
|
/Linux-v4.19/drivers/scsi/ |
D | zalon.c | 67 status = pdc_iodc_read(&pdc_result, hpa, 0, &iodc_data, 32 );
|
/Linux-v4.19/drivers/tty/serial/ |
D | mux.c | 93 status = pdc_iodc_read(&bytecnt, dev->hpa.start, 0, iodc_data, 32); in get_mux_port_count()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | drivers.c | 485 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev() 979 status = pdc_iodc_read(&count, hpa, 0, in qemu_print_iodc_data()
|
D | firmware.c | 380 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index, in pdc_iodc_read() function 396 EXPORT_SYMBOL(pdc_iodc_read);
|