/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 49 void (*setreg)(struct ocores_i2c *i2c, int reg, u8 value); member 152 i2c->setreg(i2c, reg, value); in oc_setreg() 598 i2c->setreg = oc_setreg_grlib; in ocores_i2c_of_probe() 640 i2c->setreg = oc_setreg_io_8; in ocores_i2c_probe() 662 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe() 668 i2c->setreg = oc_setreg_8; in ocores_i2c_probe() 673 i2c->setreg = be ? oc_setreg_16be : oc_setreg_16; in ocores_i2c_probe() 678 i2c->setreg = be ? oc_setreg_32be : oc_setreg_32; in ocores_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 49 void (*setreg)(struct ocores_i2c *i2c, int reg, u8 value); member 151 i2c->setreg(i2c, reg, value); in oc_setreg() 587 i2c->setreg = oc_setreg_grlib; in ocores_i2c_of_probe() 628 i2c->setreg = oc_setreg_io_8; in ocores_i2c_probe() 650 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe() 656 i2c->setreg = oc_setreg_8; in ocores_i2c_probe() 661 i2c->setreg = be ? oc_setreg_16be : oc_setreg_16; in ocores_i2c_probe() 666 i2c->setreg = be ? oc_setreg_32be : oc_setreg_32; in ocores_i2c_probe()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 233 .macro setreg 286 setreg 290 setreg 1003 setreg 1010 setreg 1016 setreg 1021 setreg 1025 setreg 1029 setreg 1033 setreg [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 205 .macro setreg 252 setreg 256 setreg 971 setreg 978 setreg 984 setreg 989 setreg 993 setreg 997 setreg 1001 setreg [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unaligned.c | 454 setreg (unsigned long regnum, unsigned long val, int nat, struct pt_regs *regs) in setreg() function 715 setreg(ld.r3, ifa, 0, regs); in emulate_load_updates() 746 setreg(ld.r3, ifa, nat_r2, regs); in emulate_load_updates() 779 setreg(ld.r1, val, 0, regs); in emulate_load_int() 932 setreg(ld.r3, ifa, 0, regs); in emulate_store_int() 1114 setreg(ld.r3, ifa, 0, regs); in emulate_load_floatpair() 1276 setreg(ld.r3, ifa, 0, regs); in emulate_store_float()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unaligned.c | 454 setreg (unsigned long regnum, unsigned long val, int nat, struct pt_regs *regs) in setreg() function 715 setreg(ld.r3, ifa, 0, regs); in emulate_load_updates() 746 setreg(ld.r3, ifa, nat_r2, regs); in emulate_load_updates() 795 setreg(ld.r1, val, 0, regs); in emulate_load_int() 949 setreg(ld.r3, ifa, 0, regs); in emulate_store_int() 1131 setreg(ld.r3, ifa, 0, regs); in emulate_load_floatpair() 1295 setreg(ld.r3, ifa, 0, regs); in emulate_store_float()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | sentelic.c | 447 PSMOUSE_DEFINE_WO_ATTR(setreg, S_IWUSR, NULL, fsp_attr_set_setreg);
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | sentelic.c | 447 PSMOUSE_DEFINE_WO_ATTR(setreg, S_IWUSR, NULL, fsp_attr_set_setreg);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 203 // Clear ECC_ERR: prevents SQC store and triggers FATAL_HALT if setreg'd.
|
H A D | cwsr_trap_handler_gfx10.asm | 183 // Clear ECC_ERR: prevents SQC store and triggers FATAL_HALT if setreg'd.
|