/linux-6.6.21/tools/perf/arch/powerpc/tests/ |
D | regs_load.S | 21 #define R16 16 * 8 macro 60 std 16, R16(3)
|
/linux-6.6.21/drivers/media/i2c/ |
D | wm8775.c | 36 R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R23 = 23, enumerator 254 wm8775_write(sd, R16, 0x1bf); in wm8775_probe() 260 wm8775_write(sd, R16, 0x1bb); in wm8775_probe()
|
D | upd64083.c | 33 R15, R16, enumerator
|
/linux-6.6.21/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-scc.c | 67 #define R16(_p, _m) __fs_in16(&(_p)->_m) macro 68 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v)) 69 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v)) 359 for (i = 0; (R16(sccp, scc_sccm) == 0) && i < SCC_RESET_DELAY; i++) in stop() 410 return (u32) R16(sccp, scc_scce); in get_int_events()
|
D | mac-fcc.c | 58 #define R16(_p, _m) in_be16(&(_p)->_m) macro 59 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v)) 60 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v)) 463 return (u32)R16(fccp, fcc_fcce); in get_int_events()
|
/linux-6.6.21/arch/powerpc/lib/ |
D | checksum_64.S | 65 std r16,STK_REG(R16)(r1) 126 ld r16,STK_REG(R16)(r1) 258 std r16,STK_REG(R16)(r1) 341 ld r16,STK_REG(R16)(r1) 406 ld r16,STK_REG(R16)(r1)
|
D | copyuser_power7.S | 46 ld r16,STK_REG(R16)(r1) 63 ld r16,STK_REG(R16)(r1) 124 std r16,STK_REG(R16)(r1) 179 ld r16,STK_REG(R16)(r1) 395 std r16,STK_REG(R16)(r1) 432 ld r16,STK_REG(R16)(r1) 580 std r16,STK_REG(R16)(r1) 625 ld r16,STK_REG(R16)(r1)
|
D | copypage_power7.S | 103 std r16,STK_REG(R16)(r1) 147 ld r16,STK_REG(R16)(r1)
|
D | copy_mc_64.S | 32 ld r16,STK_REG(R16)(r1) 92 std r16,STK_REG(R16)(r1) 174 ld r16,STK_REG(R16)(r1)
|
D | memcpy_power7.S | 68 std r16,STK_REG(R16)(r1) 123 ld r16,STK_REG(R16)(r1) 339 std r16,STK_REG(R16)(r1) 376 ld r16,STK_REG(R16)(r1) 525 std r16,STK_REG(R16)(r1) 570 ld r16,STK_REG(R16)(r1)
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | booke_interrupts.S | 174 stw r16, VCPU_GPR(R16)(r4) 254 lwz r16, VCPU_GPR(R16)(r4) 292 stw r16, VCPU_GPR(R16)(r4) 312 lwz r16, HOST_NV_GPR(R16)(r1) 356 stw r16, HOST_NV_GPR(R16)(r1) 376 lwz r16, VCPU_GPR(R16)(r4)
|
D | book3s_interrupts.S | 34 PPC_LL r16, VCPU_GPR(R16)(vcpu); \ 174 PPC_STL r16, VCPU_GPR(R16)(r7)
|
D | bookehv_interrupts.S | 117 PPC_STL r16, VCPU_GPR(R16)(r4) 441 PPC_LL r16, VCPU_GPR(R16)(r4) 475 PPC_STL r16, VCPU_GPR(R16)(r4) 495 PPC_LL r16, HOST_NV_GPR(R16)(r1) 537 PPC_STL r16, HOST_NV_GPR(R16)(r1) 557 PPC_LL r16, VCPU_GPR(R16)(r4)
|
/linux-6.6.21/tools/testing/selftests/powerpc/copyloops/ |
D | copyuser_power7.S | 46 ld r16,STK_REG(R16)(r1) 63 ld r16,STK_REG(R16)(r1) 124 std r16,STK_REG(R16)(r1) 179 ld r16,STK_REG(R16)(r1) 395 std r16,STK_REG(R16)(r1) 432 ld r16,STK_REG(R16)(r1) 580 std r16,STK_REG(R16)(r1) 625 ld r16,STK_REG(R16)(r1)
|
D | copy_mc_64.S | 32 ld r16,STK_REG(R16)(r1) 92 std r16,STK_REG(R16)(r1) 174 ld r16,STK_REG(R16)(r1)
|
D | memcpy_power7.S | 68 std r16,STK_REG(R16)(r1) 123 ld r16,STK_REG(R16)(r1) 339 std r16,STK_REG(R16)(r1) 376 ld r16,STK_REG(R16)(r1) 525 std r16,STK_REG(R16)(r1) 570 ld r16,STK_REG(R16)(r1)
|
/linux-6.6.21/tools/testing/selftests/powerpc/stringloops/asm/ |
D | ppc_asm.h | 18 #define R16 r16 macro
|
/linux-6.6.21/tools/testing/selftests/powerpc/copyloops/asm/ |
D | ppc_asm.h | 12 #define R16 r16 macro
|
/linux-6.6.21/tools/perf/arch/loongarch/util/ |
D | unwind-libdw.c | 38 dwarf_regs[16] = REG(R16); in libdw__arch_set_initial_registers()
|
/linux-6.6.21/tools/perf/arch/powerpc/util/ |
D | unwind-libdw.c | 45 dwarf_regs[16] = REG(R16); in libdw__arch_set_initial_registers()
|
/linux-6.6.21/drivers/memory/ |
D | jedec_ddr.h | 48 #define R16 16 macro
|
/linux-6.6.21/arch/powerpc/mm/nohash/ |
D | tlb_low_64e.S | 1008 PPC_TLBSRX_DOT(0,R16) 1134 PPC_TLBSRX_DOT(0,R16)
|
/linux-6.6.21/sound/firewire/ |
D | Kconfig | 23 * Allen and Heath Zed R16
|
/linux-6.6.21/arch/hexagon/lib/ |
D | memcpy.S | 158 #define star3 R16 /* number bytes in prolog - dwords */
|
/linux-6.6.21/arch/arm/boot/dts/allwinner/ |
D | sun8i-r16-parrot.dts | 53 model = "Allwinner R16 EVB (Parrot)";
|