Searched refs:cmdl (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/sys/dev/i2c/ |
| H A D | adt7462.c | 144 u_int8_t cmdh, cmdl, datah = 0x01, datal = 0x02; in adtfsm_refresh() local 153 cmdl = ADT7462_TEMPL + i * 2; in adtfsm_refresh() 157 sc->sc_addr, &cmdl, sizeof cmdl, &datal, in adtfsm_refresh() 170 cmdl = ADT7262_TACH1L + i * 2; in adtfsm_refresh() 174 sc->sc_addr, &cmdl, sizeof cmdl, &datal, in adtfsm_refresh()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote-hms.c | 100 hms_cmds.setmem.cmdl = NULL; /* setmem.cmdl (addr, value) */ in init_hms_cmds() 107 hms_cmds.getmem.cmdl = NULL; /* getmem.cmdl (addr, addr) */ in init_hms_cmds()
|
| H A D | remote-est.c | 129 est_cmds.setmem.cmdl = "sml %x %x\r"; /* setmem.cmdl (addr, value) */ in init_est_cmds() 136 est_cmds.getmem.cmdl = "dml %x %x\r"; /* getmem.cmdl (addr, len) */ in init_est_cmds()
|
| H A D | abug-rom.c | 125 abug_cmds.setmem.cmdl = "ms %x %08x\r"; /* setmem.cmdl (addr, value) */ in init_abug_cmds() 132 abug_cmds.getmem.cmdl = "md %x:%x;b\r"; /* getmem.cmdl (addr, len) */ in init_abug_cmds()
|
| H A D | cpu32bug-rom.c | 123 cpu32bug_cmds.setmem.cmdl = "ms %x %08x\r"; /* setmem.cmdl (addr, value) */ in init_cpu32bug_cmds() 130 cpu32bug_cmds.getmem.cmdl = "md %x:%x;b\r"; /* getmem.cmdl (addr, len) */ in init_cpu32bug_cmds()
|
| H A D | dbug-rom.c | 121 dbug_cmds.setmem.cmdl = "mm.l %x %x\r"; /* setmem.cmdl (addr, value) */ in init_dbug_cmds() 128 dbug_cmds.getmem.cmdl = "md.l %x %x\r"; /* getmem.cmdl (addr, addr2) */ in init_dbug_cmds()
|
| H A D | ppcbug-rom.c | 148 OPS->setmem.cmdl = "ms %x %08x\r"; /* setmem.cmdl (addr, value) */ in init_ppc_cmds() 155 OPS->getmem.cmdl = "md %x:%x;b\r"; /* getmem.cmdl (addr, len) */ in init_ppc_cmds()
|
| H A D | rom68k-rom.c | 206 rom68k_cmds.setmem.cmdl = "pm.l %x %x\r"; in init_rom68k_cmds() 213 rom68k_cmds.getmem.cmdl = "dm.l %x %x\r"; in init_rom68k_cmds()
|
| H A D | m32r-rom.c | 301 m32r_cmds.setmem.cmdl = "%x 1 %x fillw\r"; /* setmem.cmdl (addr, value) */ in init_m32r_cmds() 308 m32r_cmds.getmem.cmdl = NULL; /* getmem.cmdl (addr, len) */ in init_m32r_cmds() 361 mon2000_cmds.setmem.cmdl = "%x 1 %x fillw\r"; /* setmem.cmdl (addr, value) */ in init_mon2000_cmds() 368 mon2000_cmds.getmem.cmdl = NULL; /* getmem.cmdl (addr, len) */ in init_mon2000_cmds()
|
| H A D | sh3-rom.c | 209 sh3_cmds.setmem.cmdl = "m %x %x;l\r"; /* setmem.cmdl (addr, value) */ in init_sh3_cmds() 216 sh3_cmds.getmem.cmdl = "m %x;l\r"; /* getmem.cmdl (addr, len) */ in init_sh3_cmds()
|
| H A D | monitor.h | 64 char *cmdl; /* Command for long (32 bit) read/write */ member
|
| H A D | mcore-rom.c | 175 picobug_cmds.setmem.cmdl = "mm %x %x ;w\n"; /* setmem.cmdl (addr, value) */ in init_picobug_cmds()
|
| H A D | dink32-rom.c | 148 dink32_cmds.setmem.cmdl = "mm %x\r"; in _initialize_dink32_rom()
|
| H A D | dve3900-rom.c | 1017 r3900_cmds.setmem.cmdl = "sw %A %x\r"; /* COREADDR, val */ in _initialize_r3900_rom() 1021 r3900_cmds.getmem.cmdl = "sw %A\r"; /* COREADDR */ in _initialize_r3900_rom()
|
| H A D | monitor.c | 1459 if ((memaddr & 0x3) == 0 && len >= 4 && current_monitor->setmem.cmdl) in monitor_write_memory() 1462 cmd = current_monitor->setmem.cmdl; in monitor_write_memory() 1697 if ((memaddr & 0x3) == 0 && len >= 4 && current_monitor->getmem.cmdl) in monitor_read_memory_single() 1700 cmd = current_monitor->getmem.cmdl; in monitor_read_memory_single()
|
| H A D | ChangeLog-1996 | 2594 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
|