Home
last modified time | relevance | path

Searched refs:PMU_WRITE_NVRAM (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dpmu.h21 #define PMU_WRITE_NVRAM 0x33 /* write non-volatile RAM */ macro
/linux-4.4.14/arch/m68k/mac/
Dmisc.c133 if (pmu_request(&req, NULL, 4, PMU_WRITE_NVRAM, in pmu_write_pram()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dnvram.c215 if (pmu_request(&req, pmu_nvram_complete, 4, PMU_WRITE_NVRAM, in pmu_nvram_write_byte()
/linux-4.4.14/drivers/macintosh/
Dvia-pmu68k.c338 req->data[0] = PMU_WRITE_NVRAM; in pmu_send_request()