Searched refs:PDC_IODC (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | hpmc.S | 184 * Load IODC into hpmc_iodc_buf by calling PDC_IODC. 185 * Note that PDC_IODC handles flushing the appropriate 189 ldo PDC_IODC(%r0),arg0 207 /* Call the entry init (just loaded by PDC_IODC) */
|
H A D | firmware.c | 396 retval = mem_pdc_call(PDC_IODC, PDC_IODC_READ, __pa(pdc_result), hpa, in pdc_iodc_read()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | hpmc.S | 182 * Load IODC into hpmc_iodc_buf by calling PDC_IODC. 183 * Note that PDC_IODC handles flushing the appropriate 187 ldo PDC_IODC(%r0),arg0 205 /* Call the entry init (just loaded by PDC_IODC) */
|
H A D | firmware.c | 440 retval = mem_pdc_call(PDC_IODC, PDC_IODC_READ, __pa(pdc_result), hpa, in pdc_iodc_read()
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 81 #define PDC_IODC 8 /* talk to IODC */ macro 538 struct pdc_iodc { /* PDC_IODC */
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 81 #define PDC_IODC 8 /* talk to IODC */ macro 545 struct pdc_iodc { /* PDC_IODC */
|
Completed in 13 milliseconds