Home
last modified time | relevance | path

Searched refs:R16 (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.1.9/tools/perf/arch/powerpc/tests/ !
Dregs_load.S21 #define R16 16 * 8 macro
60 std 16, R16(3)
/linux-6.1.9/drivers/media/i2c/ !
Dwm8775.c36 R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R23 = 23, enumerator
255 wm8775_write(sd, R16, 0x1bf); in wm8775_probe()
261 wm8775_write(sd, R16, 0x1bb); in wm8775_probe()
Dupd64083.c33 R15, R16, enumerator
/linux-6.1.9/drivers/net/ethernet/freescale/fs_enet/ !
Dmac-scc.c68 #define R16(_p, _m) __fs_in16(&(_p)->_m) macro
69 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v))
70 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v))
360 for (i = 0; (R16(sccp, scc_sccm) == 0) && i < SCC_RESET_DELAY; i++) in stop()
411 return (u32) R16(sccp, scc_scce); in get_int_events()
Dmac-fcc.c60 #define R16(_p, _m) in_be16(&(_p)->_m) macro
61 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v))
62 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v))
465 return (u32)R16(fccp, fcc_fcce); in get_int_events()
/linux-6.1.9/arch/powerpc/lib/ !
Dchecksum_64.S65 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)
Dcopyuser_power7.S46 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)
Dcopypage_power7.S103 std r16,STK_REG(R16)(r1)
147 ld r16,STK_REG(R16)(r1)
Dcopy_mc_64.S32 ld r16,STK_REG(R16)(r1)
92 std r16,STK_REG(R16)(r1)
174 ld r16,STK_REG(R16)(r1)
Dmemcpy_power7.S68 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.1.9/arch/powerpc/kvm/ !
Dbooke_interrupts.S174 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)
Dbook3s_interrupts.S34 PPC_LL r16, VCPU_GPR(R16)(vcpu); \
174 PPC_STL r16, VCPU_GPR(R16)(r7)
Dbookehv_interrupts.S117 PPC_STL r16, VCPU_GPR(R16)(r4)
450 PPC_LL r16, VCPU_GPR(R16)(r4)
484 PPC_STL r16, VCPU_GPR(R16)(r4)
504 PPC_LL r16, HOST_NV_GPR(R16)(r1)
546 PPC_STL r16, HOST_NV_GPR(R16)(r1)
566 PPC_LL r16, VCPU_GPR(R16)(r4)
Dbook3s_hv_rmhandlers.S698 ld r16, VCPU_GPR(R16)(r4)
1315 std r16, VCPU_GPR(R16)(r9)
2102 std r16, VCPU_GPR(R16)(r3)
2257 ld r16, VCPU_GPR(R16)(r4)
/linux-6.1.9/tools/testing/selftests/powerpc/stringloops/asm/ !
Dppc_asm.h17 #define R16 r16 macro
/linux-6.1.9/tools/testing/selftests/powerpc/copyloops/ !
Dcopyuser_power7.S46 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)
Dcopy_mc_64.S32 ld r16,STK_REG(R16)(r1)
92 std r16,STK_REG(R16)(r1)
174 ld r16,STK_REG(R16)(r1)
Dmemcpy_power7.S68 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.1.9/tools/testing/selftests/powerpc/copyloops/asm/ !
Dppc_asm.h12 #define R16 r16 macro
/linux-6.1.9/tools/perf/arch/powerpc/util/ !
Dunwind-libdw.c44 dwarf_regs[16] = REG(R16); in libdw__arch_set_initial_registers()
/linux-6.1.9/drivers/memory/ !
Djedec_ddr.h48 #define R16 16 macro
/linux-6.1.9/arch/powerpc/mm/nohash/ !
Dtlb_low_64e.S1008 PPC_TLBSRX_DOT(0,R16)
1134 PPC_TLBSRX_DOT(0,R16)
/linux-6.1.9/arch/arm/boot/dts/ !
Dsun8i-r16-parrot.dts53 model = "Allwinner R16 EVB (Parrot)";
/linux-6.1.9/sound/firewire/ !
DKconfig23 * Allen and Heath Zed R16
/linux-6.1.9/arch/hexagon/lib/ !
Dmemcpy.S158 #define star3 R16 /* number bytes in prolog - dwords */

12