Searched refs:LOAD_BAT (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/powerpc/platforms/52xx/ ! |
D | lite5200_sleep.S | 323 #define LOAD_BAT(n, addr) \ macro 365 LOAD_BAT(0, 0x20) 366 LOAD_BAT(1, 0x24) 367 LOAD_BAT(2, 0x28) 368 LOAD_BAT(3, 0x2c) 369 LOAD_BAT(4, 0x30) 370 LOAD_BAT(5, 0x34) 371 LOAD_BAT(6, 0x38) 372 LOAD_BAT(7, 0x3c)
|
/linux-5.19.10/arch/powerpc/kernel/ ! |
D | head_book3s_32.S | 38 #define LOAD_BAT(n, reg, RA, RB) \ macro 910 LOAD_BAT(0,r3,r4,r5) 911 LOAD_BAT(1,r3,r4,r5) 912 LOAD_BAT(2,r3,r4,r5) 913 LOAD_BAT(3,r3,r4,r5) 915 LOAD_BAT(4,r3,r4,r5) 916 LOAD_BAT(5,r3,r4,r5) 917 LOAD_BAT(6,r3,r4,r5) 918 LOAD_BAT(7,r3,r4,r5) 1095 LOAD_BAT(0, r3, r4, r5) [all …]
|