Searched refs:SDA (Results 1 – 25 of 64) sorted by relevance
123
| /netbsd/src/sys/dev/i2c/ |
| D | i2c_bitbang.c | 55 #define SDA ops->ibo_bits[I2C_BIT_SDA] /* i2c signal */ macro 90 SETBITS(SDA | SCL); in i2c_bitbang_send_start() 114 SETBITS(SDA | SCL); in i2c_bitbang_send_stop() 174 SETBITS(SDA | 0); in i2c_bitbang_read_byte() 178 SETBITS(SDA | SCL); in i2c_bitbang_read_byte() 181 if (READ & SDA) in i2c_bitbang_read_byte() 186 SETBITS(SDA | 0); in i2c_bitbang_read_byte() 189 bit = (flags & I2C_F_LAST) ? SDA : 0; in i2c_bitbang_read_byte() 226 bit = (val & mask) ? SDA : 0; in i2c_bitbang_write_byte() 248 SETBITS(SDA | SCL); in i2c_bitbang_write_byte() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | ppc-spr-table | 75 SDA:959:0:0
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| D | m32r.opt | 28 ; Selected SDA support.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/ |
| D | v850.opt | 60 Set the max size of data eligible for the SDA area.
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | nds32elf.em | 110 /* Dynamic linked executable with SDA and non-PIC.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | ppro.md | 105 ;; ALU ALU LOAD SAC SDA 111 ;; (SAC=Store Address Calculation, SDA=Store Data Unit, P3FPU = SSE unit,
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | ChangeLog-2016 | 327 * elf/arc-reloc.def: Fixed relocation formula for N*, SDA, SDA_12,
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | ChangeLog-2016 | 327 * elf/arc-reloc.def: Fixed relocation formula for N*, SDA, SDA_12,
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ChangeLog-9899 | 1214 * m32r-asm.c: Regenerate (handle uppercase HIGH/SHIGH/LOW/SDA).
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ChangeLog-9899 | 1214 * m32r-asm.c: Regenerate (handle uppercase HIGH/SHIGH/LOW/SDA).
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/po/ |
| D | tr.po | 1081 msgid "SDA relocation when _SDA_BASE_ not defined" 1082 msgstr "_SDA_BASE_ tanımlanmamış iken SDA yer değişimi"
|
| D | ja.po | 1709 msgid "SDA relocation when _SDA_BASE_ not defined" 1710 msgstr "_SDA_BASE_ が未定義の時点での SDA 再配置です"
|
| D | zh_CN.po | 1834 msgid "SDA relocation when _SDA_BASE_ not defined" 1835 msgstr "在 _SDA_BASE_ 未定义时出现 SDA 重定位"
|
| D | rw.po | 1030 msgid "SDA relocation when _SDA_BASE_ not defined"
|
| D | id.po | 1709 msgid "SDA relocation when _SDA_BASE_ not defined" 1710 msgstr "SDA relokasi ketika _SDA_BASE_ tidak terdefinisi"
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/po/ |
| D | tr.po | 1081 msgid "SDA relocation when _SDA_BASE_ not defined" 1082 msgstr "_SDA_BASE_ tanımlanmamış iken SDA yer değişimi"
|
| D | ja.po | 1709 msgid "SDA relocation when _SDA_BASE_ not defined" 1710 msgstr "_SDA_BASE_ が未定義の時点での SDA 再配置です"
|
| D | zh_CN.po | 1834 msgid "SDA relocation when _SDA_BASE_ not defined" 1835 msgstr "在 _SDA_BASE_ 未定义时出现 SDA 重定位"
|
| D | rw.po | 1030 msgid "SDA relocation when _SDA_BASE_ not defined"
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-9697 | 735 BFD_RELOC_V850_{SDA/TDA/ZDA}_OFFSET relocs with new bit pattern 2801 referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable 6259 SDA{,2}I16 relocations.
|
| D | ChangeLog-2014 | 2220 (ppc_elf_relocate_section): Tighten SDA reloc symbol section checks.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-9697 | 836 * doc/c-v850.texi: Explanations of offsets in SDA/ZDA areas 839 * config/tc-v850.c: Add support for SDA/TDA/ZDA sections. 844 * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add SDA/TDA/ZDA
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-9697 | 735 BFD_RELOC_V850_{SDA/TDA/ZDA}_OFFSET relocs with new bit pattern 2801 referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable 6259 SDA{,2}I16 relocations.
|
| D | ChangeLog-2014 | 2220 (ppc_elf_relocate_section): Tighten SDA reloc symbol section checks.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | FSFChangeLog | 1834 relative to small data area is inside SDA.
|
123