Searched refs:pdc_stable_read (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/parisc/
H A Dpdc_stable.c165 if (pdc_stable_read(entry->addr, devpath, sizeof(*devpath)) != PDC_OK) pdcspath_fetch()
649 if (pdc_stable_read(PDCS_ADDR_OSD1, &result, sizeof(result)) != PDC_OK) pdcs_osdep1_read()
676 if (pdc_stable_read(PDCS_ADDR_DIAG, &result, sizeof(result)) != PDC_OK) pdcs_diagnostic_read()
700 if (pdc_stable_read(PDCS_ADDR_FSIZ, &result, sizeof(result)) != PDC_OK) pdcs_fastsize_read()
735 if (unlikely(pdc_stable_read(PDCS_ADDR_OSD2 + i, &result, pdcs_osdep2_read()
1053 if (pdc_stable_read(PDCS_ADDR_OSID, &result, sizeof(result)) != PDC_OK) pdc_stable_init()
/linux-4.4.14/arch/parisc/include/asm/
H A Dpdc.h291 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count);
/linux-4.4.14/arch/parisc/kernel/
H A Dfirmware.c662 * pdc_stable_read - Read data from Stable Storage.
671 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count) pdc_stable_read() function
685 EXPORT_SYMBOL(pdc_stable_read); variable

Completed in 128 milliseconds