Home
last modified time | relevance | path

Searched refs:getreg (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000.c1130 #define getreg(x) [x] = mac_readreg macro
1133 getreg(PBA), getreg(RCTL), getreg(TDH), getreg(TXDCTL),
1134 getreg(WUFC), getreg(TDT), getreg(CTRL), getreg(LEDCTL),
1135 getreg(MANC), getreg(MDIC), getreg(SWSM), getreg(STATUS),
1136 getreg(TORL), getreg(TOTL), getreg(IMS), getreg(TCTL),
1137 getreg(RDH), getreg(RDT), getreg(VET), getreg(ICS),
1138 getreg(TDBAL), getreg(TDBAH), getreg(RDBAH), getreg(RDBAL),
1139 getreg(TDLEN), getreg(RDLEN), getreg(RDTR), getreg(RADV),
1140 getreg(TADV), getreg(ITR), getreg(FCRUC), getreg(IPAV),
1141 getreg(WUC), getreg(WUS), getreg(SCC), getreg(ECOL),
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ocores.c50 u8 (*getreg)(struct ocores_i2c *i2c, int reg); member
156 return i2c->getreg(i2c, reg); in oc_getreg()
588 i2c->getreg = oc_getreg_grlib; in ocores_i2c_of_probe()
629 i2c->getreg = oc_getreg_io_8; in ocores_i2c_probe()
650 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe()
657 i2c->getreg = oc_getreg_8; in ocores_i2c_probe()
662 i2c->getreg = be ? oc_getreg_16be : oc_getreg_16; in ocores_i2c_probe()
667 i2c->getreg = be ? oc_getreg_32be : oc_getreg_32; in ocores_i2c_probe()
/openbmc/linux/arch/x86/um/
H A Dptrace_64.c130 unsigned long getreg(struct task_struct *child, int regno) in getreg() function
181 tmp = getreg(child, addr); in peek_user()
H A Dptrace_32.c144 unsigned long getreg(struct task_struct *child, int regno) in getreg() function
186 tmp = getreg(child, addr); in peek_user()
/openbmc/linux/arch/um/include/asm/
H A Dptrace-generic.h36 extern unsigned long getreg(struct task_struct *child, int regno);
/openbmc/linux/arch/um/kernel/
H A Dptrace.c73 __put_user(getreg(child, i), p); in arch_ptrace()
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c407 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() function
439 membuf_store(&to, getreg(target, reg * sizeof(unsigned long))); in genregs_get()
755 tmp = getreg(child, addr); in arch_ptrace()
1154 tmp = getreg(child, addr); in x32_arch_ptrace()
/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c628 getreg (unsigned long regnum, unsigned long *val, int *nat, struct pt_regs *regs) in getreg() function
739 getreg(ld.imm, &r2, &nat_r2, regs); in emulate_load_updates()
903 getreg(ld.imm, &r2, NULL, regs); in emulate_store_int()
/openbmc/linux/drivers/input/mouse/
H A Dsentelic.c485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,