Home
last modified time | relevance | path

Searched refs:SDA (Results 1 – 25 of 64) sorted by relevance

123

/netbsd/src/sys/dev/i2c/
Di2c_bitbang.c55 #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/
Dppc-spr-table75 SDA:959:0:0
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.opt28 ; Selected SDA support.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.opt60 Set the max size of data eligible for the SDA area.
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dnds32elf.em110 /* Dynamic linked executable with SDA and non-PIC.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dppro.md105 ;; ALU ALU LOAD SAC SDA
111 ;; (SAC=Store Address Calculation, SDA=Store Data Unit, P3FPU = SSE unit,
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-2016327 * elf/arc-reloc.def: Fixed relocation formula for N*, SDA, SDA_12,
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-2016327 * elf/arc-reloc.def: Fixed relocation formula for N*, SDA, SDA_12,
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-98991214 * m32r-asm.c: Regenerate (handle uppercase HIGH/SHIGH/LOW/SDA).
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-98991214 * m32r-asm.c: Regenerate (handle uppercase HIGH/SHIGH/LOW/SDA).
/netbsd/src/external/gpl3/gdb/dist/bfd/po/
Dtr.po1081 msgid "SDA relocation when _SDA_BASE_ not defined"
1082 msgstr "_SDA_BASE_ tanımlanmamış iken SDA yer değişimi"
Dja.po1709 msgid "SDA relocation when _SDA_BASE_ not defined"
1710 msgstr "_SDA_BASE_ が未定義の時点での SDA 再配置です"
Dzh_CN.po1834 msgid "SDA relocation when _SDA_BASE_ not defined"
1835 msgstr "在 _SDA_BASE_ 未定义时出现 SDA 重定位"
Drw.po1030 msgid "SDA relocation when _SDA_BASE_ not defined"
Did.po1709 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/
Dtr.po1081 msgid "SDA relocation when _SDA_BASE_ not defined"
1082 msgstr "_SDA_BASE_ tanımlanmamış iken SDA yer değişimi"
Dja.po1709 msgid "SDA relocation when _SDA_BASE_ not defined"
1710 msgstr "_SDA_BASE_ が未定義の時点での SDA 再配置です"
Dzh_CN.po1834 msgid "SDA relocation when _SDA_BASE_ not defined"
1835 msgstr "在 _SDA_BASE_ 未定义时出现 SDA 重定位"
Drw.po1030 msgid "SDA relocation when _SDA_BASE_ not defined"
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog-9697735 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.
DChangeLog-20142220 (ppc_elf_relocate_section): Tighten SDA reloc symbol section checks.
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-9697836 * 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/
DChangeLog-9697735 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.
DChangeLog-20142220 (ppc_elf_relocate_section): Tighten SDA reloc symbol section checks.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog1834 relative to small data area is inside SDA.

123