| /linux/drivers/input/rmi4/ |
| H A D | rmi_f34v7.c | 21 static int rmi_f34v7_read_flash_status(struct f34_data *f34) in rmi_f34v7_read_flash_status() argument 27 ret = rmi_read_block(f34->fn->rmi_dev, in rmi_f34v7_read_flash_status() 28 f34->fn->fd.data_base_addr + V7_FLASH_STATUS_OFFSET, in rmi_f34v7_read_flash_status() 32 rmi_dbg(RMI_DEBUG_FN, &f34->fn->dev, in rmi_f34v7_read_flash_status() 37 f34->v7.in_bl_mode = status >> 7; in rmi_f34v7_read_flash_status() 38 f34->v7.flash_status = status & 0x1f; in rmi_f34v7_read_flash_status() 40 if (f34->v7.flash_status != 0x00) { in rmi_f34v7_read_flash_status() 41 dev_err(&f34->fn->dev, "%s: status=%d, command=0x%02x\n", in rmi_f34v7_read_flash_status() 42 __func__, f34->v7.flash_status, f34->v7.command); in rmi_f34v7_read_flash_status() 45 ret = rmi_read_block(f34->fn->rmi_dev, in rmi_f34v7_read_flash_status() [all …]
|
| H A D | rmi_f34.c | 17 static int rmi_f34_write_bootloader_id(struct f34_data *f34) in rmi_f34_write_bootloader_id() argument 19 struct rmi_function *fn = f34->fn; in rmi_f34_write_bootloader_id() 46 static int rmi_f34_command(struct f34_data *f34, u8 command, in rmi_f34_command() argument 49 struct rmi_function *fn = f34->fn; in rmi_f34_command() 54 ret = rmi_f34_write_bootloader_id(f34); in rmi_f34_command() 59 init_completion(&f34->v5.cmd_done); in rmi_f34_command() 61 ret = rmi_read(rmi_dev, f34->v5.ctrl_address, &f34->v5.status); in rmi_f34_command() 63 dev_err(&f34->fn->dev, in rmi_f34_command() 69 f34->v5.status |= command & 0x0f; in rmi_f34_command() 71 ret = rmi_write(rmi_dev, f34->v5.ctrl_address, f34->v5.status); in rmi_f34_command() [all …]
|
| H A D | rmi_f34.h | 291 int rmi_f34v7_start_reflash(struct f34_data *f34, const struct firmware *fw); 292 int rmi_f34v7_do_reflash(struct f34_data *f34, const struct firmware *fw); 293 int rmi_f34v7_probe(struct f34_data *f34);
|
| /linux/arch/sparc/kernel/ |
| H A D | fpu_traps.S | 51 fmuld %f0, %f2, %f34 110 fzero %f34 130 faddd %f32, %f34, %f36 131 fmuld %f32, %f34, %f38 136 faddd %f32, %f34, %f40 137 fmuld %f32, %f34, %f42 138 faddd %f32, %f34, %f44 139 fmuld %f32, %f34, %f46 140 faddd %f32, %f34, %f48 141 fmuld %f32, %f34, %f50 [all …]
|
| /linux/lib/crypto/sparc/ |
| H A D | sha512_asm.S | 30 ldd [%o1 + 0x48], %f34 67 ldd [%o1 + 0x40], %f34 84 faligndata %f32, %f34, %f30 85 faligndata %f34, %f36, %f32 86 faligndata %f36, %f38, %f34
|
| /linux/arch/sparc/lib/ |
| H A D | xor.S | 55 fxor %f34, %f50, %f50 82 fxor %f34, %f50, %f50 125 fxor %f50, %f34, %f50 149 fxor %f50, %f34, %f50 192 fxor %f18, %f34, %f34 202 fxor %f34, %f50, %f50 226 fxor %f18, %f34, %f34 235 fxor %f34, %f50, %f50 279 fxor %f50, %f34, %f50 300 fxor %f50, %f34, %f50 [all …]
|
| H A D | copy_page.S | 196 TOUCH(f32, f34, f36, f38, f40, f42, f44, f46)
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla-osnoise-hist.rst | 41 [root@f34 ~/]# rtla osnoise hist -P F:1 -c 0-11 -r 900000 -d 1M -b 10 -E 25
|
| H A D | rtla-osnoise-top.rst | 43 [root@f34 ~]# rtla osnoise top -P F:1 -c 0-3 -r 900000 -d 1M -q
|