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

/linux-master/arch/parisc/include/asm/
H A Dpdc.h33 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index,
/linux-master/drivers/scsi/
H A Dzalon.c68 status = pdc_iodc_read(&pdc_result, hpa, 0, &iodc_data, 32 );
72 printk(KERN_WARNING "%s: pdc_iodc_read returned %d\n", __func__, status);
/linux-master/drivers/tty/serial/
H A Dmux.c89 status = pdc_iodc_read(&bytecnt, dev->hpa.start, 0, iodc_data, 32);
/linux-master/arch/parisc/kernel/
H A Ddrivers.c507 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32);
998 status = pdc_iodc_read(&count, hpa, 0,
H A Dfirmware.c423 * pdc_iodc_read - Read data from the modules IODC.
433 int pdc_iodc_read(unsigned long *actcnt, unsigned long hpa, unsigned int index, function
449 EXPORT_SYMBOL(pdc_iodc_read); variable

Completed in 160 milliseconds