Home
last modified time | relevance | path

Searched refs:get_reg (Results 1 – 21 of 21) sorted by relevance

/external/u-boot/drivers/net/
Dcs8900.c43 #define get_reg_init_bus(r,d) get_reg((r),(d))
67 static u16 get_reg(struct eth_device *dev, int regno) in get_reg() function
88 put_reg(dev, PP_SelfCTL, get_reg(dev, PP_SelfCTL) | PP_SelfCTL_Reset); in cs8900_reset()
123 if ((get_reg(dev, PP_SelfSTAT) & in cs8900_get_enetaddr()
131 Addr = get_reg(dev, PP_IA + i * 2); in cs8900_get_enetaddr()
180 status = get_reg(dev, PP_RER); in cs8900_recv()
214 if ((get_reg(dev, PP_BusSTAT) & PP_BusSTAT_TxRDY) == 0) { in cs8900_send()
232 while ((s = get_reg(dev, PP_TER) & ~0x1F) == 0) { in cs8900_send()
247 while (get_reg(dev, PP_SelfSTAT) & SI_BUSY) in cs8900_e2prom_ready()
261 *value = get_reg(dev, PP_EEData); in cs8900_e2prom_read()
/external/llvm/test/CodeGen/PowerPC/
Dnamed-reg-alloc-r13-64.ll4 define i64 @get_reg() nounwind {
9 ; CHECK-LABEL: @get_reg
12 ; CHECK-DARWIN-LABEL: @get_reg
Dnamed-reg-alloc-r1-64.ll4 define i64 @get_reg() nounwind {
9 ; CHECK-LABEL: @get_reg
12 ; CHECK-DARWIN-LABEL: @get_reg
Dnamed-reg-alloc-r1.ll6 define i32 @get_reg() nounwind {
11 ; CHECK-LABEL: @get_reg
14 ; CHECK-DARWIN-LABEL: @get_reg
Dnamed-reg-alloc-r13.ll5 define i32 @get_reg() nounwind {
12 ; CHECK-LABEL: @get_reg
Dnamed-reg-alloc-r2.ll5 define i32 @get_reg() nounwind {
12 ; CHECK-LABEL: @get_reg
Dnamed-reg-alloc-r2-64.ll4 define i64 @get_reg() nounwind {
Dnamed-reg-alloc-r0.ll5 define i32 @get_reg() nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dnamed-reg-alloc-r1-64.ll4 define i64 @get_reg() nounwind {
9 ; CHECK-LABEL: @get_reg
12 ; CHECK-DARWIN-LABEL: @get_reg
Dnamed-reg-alloc-r13-64.ll4 define i64 @get_reg() nounwind {
9 ; CHECK-LABEL: @get_reg
12 ; CHECK-DARWIN-LABEL: @get_reg
Dnamed-reg-alloc-r1.ll6 define i32 @get_reg() nounwind {
11 ; CHECK-LABEL: @get_reg
14 ; CHECK-DARWIN-LABEL: @get_reg
Dnamed-reg-alloc-r13.ll5 define i32 @get_reg() nounwind {
12 ; CHECK-LABEL: @get_reg
Dnamed-reg-alloc-r2.ll5 define i32 @get_reg() nounwind {
12 ; CHECK-LABEL: @get_reg
Dnamed-reg-alloc-r2-64.ll4 define i64 @get_reg() nounwind {
Dnamed-reg-alloc-r0.ll5 define i32 @get_reg() nounwind {
/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/
Dprocessor.c266 get_reg(vm, vcpuid, ARM64_SYS_REG(SCTLR_EL1), &sctlr_el1); in vcpu_setup()
267 get_reg(vm, vcpuid, ARM64_SYS_REG(TCR_EL1), &tcr_el1); in vcpu_setup()
305 get_reg(vm, vcpuid, ARM64_CORE_REG(regs.pstate), &pstate); in vcpu_dump()
306 get_reg(vm, vcpuid, ARM64_CORE_REG(regs.pc), &pc); in vcpu_dump()
/external/u-boot/drivers/phy/
Dti-pipe3-phy.c275 static void *get_reg(struct udevice *dev, const char *name) in get_reg() function
330 pipe3->power_reg = get_reg(dev, "syscon-phy-power"); in pipe3_phy_probe()
334 pipe3->pll_reset_reg = get_reg(dev, "syscon-pllreset"); in pipe3_phy_probe()
/external/linux-kselftest/tools/testing/selftests/kvm/include/aarch64/
Dprocessor.h39 static inline void get_reg(struct kvm_vm *vm, uint32_t vcpuid, uint64_t id, uint64_t *addr) in get_reg() function
/external/libunwind/scripts/
Dkernel-files.txt15 $udir/src/mi/Gget_reg.c $kdir/unwind/get_reg.c
/external/libunwind/include/
Dlibunwind-common.h252 #define unw_get_reg UNW_OBJ(get_reg)
Dlibunwind-common.h.in219 #define unw_get_reg UNW_OBJ(get_reg)