Searched refs:pdc_iodc_read (Results 1 – 5 of 5) sorted by relevance
/linux/arch/parisc/include/asm/ |
H A D | pdc.h | 33 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
|
/linux/drivers/scsi/ |
H A D | zalon.c | 68 status = pdc_iodc_read(&pdc_result, hpa, 0, &iodc_data, 32 );
|
/linux/drivers/tty/serial/ |
H A D | mux.c | 89 status = pdc_iodc_read(&bytecnt, dev->hpa.start, 0, iodc_data, 32); in get_mux_port_count()
|
/linux/arch/parisc/kernel/ |
H A D | drivers.c | 507 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev() 998 status = pdc_iodc_read(&count, hpa, 0, in qemu_print_iodc_data()
|
H A D | firmware.c | 433 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index, in pdc_iodc_read() function 449 EXPORT_SYMBOL(pdc_iodc_read);
|