Searched refs:SYSFS_SPRSETUP (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/powerpc/kernel/ |
D | sysfs.c | 120 #define SYSFS_SPRSETUP(NAME, ADDRESS) \ macro 580 SYSFS_SPRSETUP(purr, SPRN_PURR); 581 SYSFS_SPRSETUP(spurr, SPRN_SPURR); 582 SYSFS_SPRSETUP(pir, SPRN_PIR); 583 SYSFS_SPRSETUP(tscr, SPRN_TSCR); 635 SYSFS_SPRSETUP(hid0, SPRN_HID0); 636 SYSFS_SPRSETUP(hid1, SPRN_HID1); 637 SYSFS_SPRSETUP(hid4, SPRN_HID4); 638 SYSFS_SPRSETUP(hid5, SPRN_HID5); 639 SYSFS_SPRSETUP(ima0, SPRN_PA6T_IMA0); [all …]
|