| /src/sys/dev/ppbus/ |
| ppbus_gpio.c | 53 u_char rreg; member in struct:__anon3605 136 u_char port = ppbus_io(sc->sc_dev, ppbus_port[pin].rreg, NULL, 0, 0); 145 u_char port = ppbus_io(sc->sc_dev, ppbus_port[pin].rreg, NULL, 0, 0);
|
| /src/sys/dev/spi/ |
| scmdspi.c | 90 uint8_t rreg = reg | 0x80; local 92 err = spi_send(sh, 1, &rreg); 130 uint8_t rreg = reg & 0x7F; local 133 err = spi_send(sh, 1, &rreg);
|
| bmx280thpspi.c | 73 uint8_t rreg = reg | 0x80; local 76 err = spi_send_recv(sh, 1, &rreg, 79 err = spi_send(sh, 1, &rreg);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-crx.c | 185 const reg_entry *rreg; local 187 rreg = str_hash_find (reg_hash, reg_name); 189 if (rreg != NULL) 190 return rreg->value.reg_val; 1061 const reg_entry *rreg; local 1071 rreg = &crx_regtab[r]; 1074 rreg = &crx_copregtab[r-MAX_REG]; 1082 reg_name = rreg->name; 1089 switch (rreg->type) 1093 return rreg->image [all...] |
| tc-cr16.c | 327 const reg_entry *rreg; local 329 rreg = str_hash_find (reg_hash, reg_name); 331 if (rreg != NULL) 332 return rreg->value.reg_val; 341 const reg_entry *rreg; local 350 rreg = str_hash_find (regp_hash, tmp_rp); 353 rreg = str_hash_find (regp_hash, reg_name); 355 if (rreg != NULL) 356 return rreg->value.reg_val; 366 const reg_entry *rreg; local 381 const reg_entry *rreg; local 796 const reg_entry *rreg; local 1092 const reg_entry *rreg; local 1564 const reg_entry *rreg; local 1603 const reg_entry *rreg; local 1650 const reg_entry *rreg; local 1688 const reg_entry *rreg; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-crx.c | 185 const reg_entry *rreg; local 187 rreg = str_hash_find (reg_hash, reg_name); 189 if (rreg != NULL) 190 return rreg->value.reg_val; 1061 const reg_entry *rreg; local 1071 rreg = &crx_regtab[r]; 1074 rreg = &crx_copregtab[r-MAX_REG]; 1082 reg_name = rreg->name; 1089 switch (rreg->type) 1093 return rreg->image [all...] |
| tc-cr16.c | 330 const reg_entry *rreg; local 332 rreg = str_hash_find (reg_hash, reg_name); 334 if (rreg != NULL) 335 return rreg->value.reg_val; 344 const reg_entry *rreg; local 353 rreg = str_hash_find (regp_hash, tmp_rp); 356 rreg = str_hash_find (regp_hash, reg_name); 358 if (rreg != NULL) 359 return rreg->value.reg_val; 369 const reg_entry *rreg; local 384 const reg_entry *rreg; local 799 const reg_entry *rreg; local 1095 const reg_entry *rreg; local 1567 const reg_entry *rreg; local 1606 const reg_entry *rreg; local 1653 const reg_entry *rreg; local 1691 const reg_entry *rreg; local [all...] |
| /src/external/gpl3/gdb/dist/sim/mips/ |
| interp.c | 1601 int aregs, sregs, rreg; local 1609 rreg = (insn & 0x020) >> 5; 1628 if (rreg) 1649 if (rreg)
|
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| interp.c | 1601 int aregs, sregs, rreg; local 1609 rreg = (insn & 0x020) >> 5; 1628 if (rreg) 1649 if (rreg)
|