HomeSort by relevance Sort by last modified time
    Searched refs:reg (Results 1 - 25 of 971) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
macro-irp.s 3 .irp reg,%eax,%ebx
4 pushl \reg
  /bionic/libc/kernel/arch-mips/asm/mach-ip22/
ds1286.h 22 #define rtc_read(reg) (hpc3c0->rtcregs[(reg)] & 0xff)
24 #define rtc_write(data, reg) do { hpc3c0->rtcregs[(reg)] = (data); } while(0)
  /development/ndk/platforms/android-9/arch-mips/include/asm/mach-ip22/
ds1286.h 22 #define rtc_read(reg) (hpc3c0->rtcregs[(reg)] & 0xff)
24 #define rtc_write(data, reg) do { hpc3c0->rtcregs[(reg)] = (data); } while(0)
  /external/kernel-headers/original/asm-mips/mach-ip22/
ds1286.h 15 #define rtc_read(reg) (hpc3c0->rtcregs[(reg)] & 0xff)
16 #define rtc_write(data, reg) do { hpc3c0->rtcregs[(reg)] = (data); } while(0)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/mach-ip22/
ds1286.h 22 #define rtc_read(reg) (hpc3c0->rtcregs[(reg)] & 0xff)
24 #define rtc_write(data, reg) do { hpc3c0->rtcregs[(reg)] = (data); } while(0)