Searched refs:SYSFS_SPRSETUP (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/kernel/ |
D | sysfs.c | 120 #define SYSFS_SPRSETUP(NAME, ADDRESS) \ macro 585 SYSFS_SPRSETUP(purr, SPRN_PURR); 586 SYSFS_SPRSETUP(spurr, SPRN_SPURR); 587 SYSFS_SPRSETUP(pir, SPRN_PIR); 588 SYSFS_SPRSETUP(tscr, SPRN_TSCR); 640 SYSFS_SPRSETUP(hid0, SPRN_HID0); 641 SYSFS_SPRSETUP(hid1, SPRN_HID1); 642 SYSFS_SPRSETUP(hid4, SPRN_HID4); 643 SYSFS_SPRSETUP(hid5, SPRN_HID5); 644 SYSFS_SPRSETUP(ima0, SPRN_PA6T_IMA0); [all …]
|