Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkscript/
H A Dlist-iodomain.sh25 function get_reg() function
50 iodomain_val=`get_reg 0xFE020140`
73 gpio0b3_iomux_val=`get_reg 0xFE020008`
77 gpio0b3_data_direction_val=`get_reg 0xFF460008`
81 gpio0b3_data_reg_val=`get_reg 0xFF460070`
98 iodomain_val=`get_reg 0xFF000300`
117 gpio0a4_iomux_val=`get_reg 0xFF000000`
121 gpio0a4_data_direction_val=`get_reg 0xFF220004`
125 gpio0a4_data_reg_val=`get_reg 0xFF220050`
144 iodomain0_val=`get_reg 0xFF140180`
[all …]
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Ddisasm.c115 state->src1 = get_reg(state->wb_reg, regs, cregs); in disasm_instr()
134 state->src1 = get_reg(state->src1, regs, cregs); in disasm_instr()
142 state->src2 = get_reg(state->wb_reg, regs, cregs); in disasm_instr()
187 state->target = get_reg(fieldC, regs, cregs); in disasm_instr()
221 state->src1 = get_reg(state->wb_reg, regs, in disasm_instr()
229 state->src2 = get_reg(state->src2, regs, in disasm_instr()
285 state->src1 = get_reg(FIELD_S_B(state->words[0]), regs, cregs); in disasm_instr()
286 state->src2 = get_reg(FIELD_S_C(state->words[0]), regs, cregs); in disasm_instr()
304 state->target = get_reg(FIELD_S_B(state->words[0]), in disasm_instr()
318 state->target = get_reg(31, regs, cregs); in disasm_instr()
[all …]
H A Dkgdb.c20 gdb_regs[_R0 + regno] = get_reg(regno, kernel_regs, cregs); in to_gdb_regs()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcs8900.c44 #define get_reg_init_bus(r,d) get_reg((r),(d))
68 static u16 get_reg(struct eth_device *dev, int regno) in get_reg() function
89 put_reg(dev, PP_SelfCTL, get_reg(dev, PP_SelfCTL) | PP_SelfCTL_Reset); in cs8900_reset()
124 if ((get_reg(dev, PP_SelfSTAT) & in cs8900_get_enetaddr()
132 Addr = get_reg(dev, PP_IA + i * 2); in cs8900_get_enetaddr()
181 status = get_reg(dev, PP_RER); in cs8900_recv()
215 if ((get_reg(dev, PP_BusSTAT) & PP_BusSTAT_TxRDY) == 0) { in cs8900_send()
233 while ((s = get_reg(dev, PP_TER) & ~0x1F) == 0) { in cs8900_send()
248 while (get_reg(dev, PP_SelfSTAT) & SI_BUSY) in cs8900_e2prom_ready()
262 *value = get_reg(dev, PP_EEData); in cs8900_e2prom_read()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dptrace.c74 static inline long get_reg(struct task_struct *task, int regno) in get_reg() function
128 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
143 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
151 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()
176 tmp = get_reg(child, regno); in arch_ptrace()
205 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
226 tmp = get_reg(child, i); in arch_ptrace()
241 tmp |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-stmfx.c45 #define get_reg(offset) ((offset) / NR_GPIOS_PER_REG) macro
106 u32 reg = STMFX_REG_GPIO_STATE + get_reg(offset); in stmfx_gpio_get()
122 regmap_write_bits(pctl->stmfx->map, reg + get_reg(offset), in stmfx_gpio_set()
129 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_get_direction()
150 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_direction_input()
160 u32 reg = STMFX_REG_GPIO_DIR + get_reg(offset); in stmfx_gpio_direction_output()
171 u32 reg = STMFX_REG_GPIO_PUPD + get_reg(offset); in stmfx_pinconf_get_pupd()
185 u32 reg = STMFX_REG_GPIO_PUPD + get_reg(offset); in stmfx_pinconf_set_pupd()
194 u32 reg = STMFX_REG_GPIO_TYPE + get_reg(offset); in stmfx_pinconf_get_type()
208 u32 reg = STMFX_REG_GPIO_TYPE + get_reg(offset); in stmfx_pinconf_set_type()
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dptrace.c129 get_reg(struct task_struct * task, unsigned long regno) in get_reg() function
184 pc = get_reg(child, REG_PC); in ptrace_set_bpt()
207 task_thread_info(child)->bpt_addr[nsaved++] = get_reg(child, reg_b); in ptrace_set_bpt()
300 ret = get_reg(child, addr); in arch_ptrace()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dunwind_orc.c401 static bool get_reg(struct unwind_state *state, unsigned int reg_off, in get_reg() function
489 if (!get_reg(state, offsetof(struct pt_regs, r10), &sp)) { in unwind_next_frame()
497 if (!get_reg(state, offsetof(struct pt_regs, r13), &sp)) { in unwind_next_frame()
505 if (!get_reg(state, offsetof(struct pt_regs, di), &sp)) { in unwind_next_frame()
513 if (!get_reg(state, offsetof(struct pt_regs, dx), &sp)) { in unwind_next_frame()
584 if (get_reg(state, offsetof(struct pt_regs, bp), &tmp)) in unwind_next_frame()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c259 get_reg(vm, vcpuid, ARM64_SYS_REG(SCTLR_EL1), &sctlr_el1); in aarch64_vcpu_setup()
260 get_reg(vm, vcpuid, ARM64_SYS_REG(TCR_EL1), &tcr_el1); in aarch64_vcpu_setup()
308 get_reg(vm, vcpuid, ARM64_CORE_REG(regs.pstate), &pstate); in vcpu_dump()
309 get_reg(vm, vcpuid, ARM64_CORE_REG(regs.pc), &pc); in vcpu_dump()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dti-pipe3-phy.c276 static void *get_reg(struct udevice *dev, const char *name) in get_reg() function
331 pipe3->power_reg = get_reg(dev, "syscon-phy-power"); in pipe3_phy_probe()
335 pipe3->pll_reset_reg = get_reg(dev, "syscon-pllreset"); in pipe3_phy_probe()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h39 static inline void get_reg(struct kvm_vm *vm, uint32_t vcpuid, uint64_t id, uint64_t *addr) in get_reg() function
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dptrace.c31 static inline long get_reg(struct task_struct *task, int regno) in get_reg() function
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dptrace.c434 static unsigned long get_reg(struct pt_regs *regs, int num) in get_reg() function
516 membuf_store(&to, get_reg(regs, pos)); in gpr_get()
580 membuf_store(&to, (compat_ulong_t)get_reg(regs, pos)); in gpr32_get()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Ddisasm.h109 long get_reg(int reg, struct pt_regs *regs, struct callee_regs *cregs);
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c383 .get_reg = eth_igb_get_regs,
425 .get_reg = igbvf_get_regs,
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...