Searched refs:LOAD_BAT (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/powerpc/platforms/52xx/ |
D | lite5200_sleep.S | 330 #define LOAD_BAT(n, addr) \ macro 372 LOAD_BAT(0, 0x20) 373 LOAD_BAT(1, 0x24) 374 LOAD_BAT(2, 0x28) 375 LOAD_BAT(3, 0x2c) 376 LOAD_BAT(4, 0x30) 377 LOAD_BAT(5, 0x34) 378 LOAD_BAT(6, 0x38) 379 LOAD_BAT(7, 0x3c)
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | head_book3s_32.S | 39 #define LOAD_BAT(n, reg, RA, RB) \ macro 903 LOAD_BAT(0,r3,r4,r5) 904 LOAD_BAT(1,r3,r4,r5) 905 LOAD_BAT(2,r3,r4,r5) 906 LOAD_BAT(3,r3,r4,r5) 908 LOAD_BAT(4,r3,r4,r5) 909 LOAD_BAT(5,r3,r4,r5) 910 LOAD_BAT(6,r3,r4,r5) 911 LOAD_BAT(7,r3,r4,r5) 1090 LOAD_BAT(0, r3, r4, r5) [all …]
|