Searched refs:pdc_stable_read (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/parisc/kernel/
H A Dfirmware.c804 * pdc_stable_read - Read data from Stable Storage.
813 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count) function
827 EXPORT_SYMBOL(pdc_stable_read); variable
/linux-master/arch/parisc/include/asm/
H A Dpdc.h56 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count);
/linux-master/drivers/parisc/
H A Dpdc_stable.c152 if (pdc_stable_read(entry->addr, devpath, sizeof(*devpath)) != PDC_OK)
649 if (pdc_stable_read(PDCS_ADDR_OSD1, &result, sizeof(result)) != PDC_OK)
678 if (pdc_stable_read(PDCS_ADDR_DIAG, &result, sizeof(result)) != PDC_OK)
704 if (pdc_stable_read(PDCS_ADDR_FSIZ, &result, sizeof(result)) != PDC_OK)
741 if (unlikely(pdc_stable_read(PDCS_ADDR_OSD2 + i, &result,
1070 if (pdc_stable_read(PDCS_ADDR_OSID, &result, sizeof(result)) != PDC_OK)

Completed in 141 milliseconds