/linux-4.4.14/arch/unicore32/lib/ |
D | Makefile | 24 $(Q)$(AR) p $(GNU_LIBC_A) $(notdir $@) > $@ 27 $(Q)$(AR) p $(GNU_LIBGCC_A) $(notdir $@) > $@
|
/linux-4.4.14/tools/lib/api/ |
D | Makefile | 12 AR = $(CROSS_COMPILE)ar macro 37 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(API_IN)
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 19 $(call allow-override,AR,$(CROSS_COMPILE)ar) 107 $(RM) $@; $(AR) rcs $@ $^)
|
/linux-4.4.14/tools/power/cpupower/ |
D | Makefile | 96 AR = $(CROSS)ar macro 111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
|
/linux-4.4.14/tools/lib/bpf/ |
D | Makefile | 23 $(call allow-override,AR,$(CROSS_COMPILE)ar) 149 $(QUIET_LINK)$(RM) $@; $(AR) rcs $@ $^
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-at91sam9.c | 165 alarm = rtt_readl(rtc, AR); in at91_rtc_settime() 178 rtt_writel(rtc, AR, alarm); in at91_rtc_settime() 191 u32 alarm = rtt_readl(rtc, AR); in at91_rtc_readalarm() 236 rtt_writel(rtc, AR, ALARM_DISABLED); in at91_rtc_setalarm() 241 rtt_writel(rtc, AR, secs - offset); in at91_rtc_setalarm()
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | viamode.h | 31 unsigned char AR[StdAR]; member
|
D | hw.c | 1825 outb(VPIT.AR[i], VIAAR); in hw_init()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_support.c | 42 if (KDB_DEBUG(AR)) in kdbgetsymval() 48 if (KDB_DEBUG(AR)) in kdbgetsymval() 54 if (KDB_DEBUG(AR)) in kdbgetsymval() 90 if (KDB_DEBUG(AR)) in kdbnearsym() 150 if (KDB_DEBUG(AR)) in kdbnearsym()
|
/linux-4.4.14/tools/build/tests/ex/ |
D | Makefile | 4 export AR := ar macro
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/ |
D | ath79-soc.txt | 3 Each device tree must specify a compatible value for the AR SoC
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 25 $(call allow-override,AR,$(CROSS_COMPILE)ar) 178 $(QUIET_LINK)$(RM) $@; $(AR) rcs $@ $^
|
/linux-4.4.14/lib/raid6/test/ |
D | Makefile | 11 AR = ar macro 67 $(AR) cq $@ $^
|
/linux-4.4.14/drivers/media/platform/ |
D | Kconfig | 67 tristate "AR devices" 71 This is a video4linux driver for the Renesas AR (Artificial Retina) 75 tristate "AR device with color module M64278(VGA)" 79 This is a video4linux driver for the Renesas AR (Artificial
|
/linux-4.4.14/scripts/ |
D | Makefile.build | 334 rm -f $@; $(AR) rcs$(KBUILD_ARFLAGS) $@) 359 quiet_cmd_link_l_target = AR $@ 360 cmd_link_l_target = rm -f $@; $(AR) rcs$(KBUILD_ARFLAGS) $@ $(lib-y)
|
D | Kbuild.include | 159 ar-option = $(call try-run, $(AR) rc$(1) "$$TMP",$(1),$(2))
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce-severity.c | 126 AR, "Action required: data load error in a user process", 131 AR, "Action required: instruction fetch error in a user process",
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 26 CROSS32AR := GNUTARGET=elf32-powerpc $(AR) 96 override AR := GNUTARGET=elf$(CONFIG_WORD_SIZE)-$(GNUTARGET) $(AR)
|
/linux-4.4.14/tools/build/ |
D | Makefile.build | 73 $(LD) -r -o $@ $(filter $(obj-y),$^),rm -f $@; $(AR) rcs $@)
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 133 $(call allow-override,AR,$(CROSS_COMPILE)ar) 309 export srctree OUTPUT RM CC LD AR CFLAGS V BISON FLEX AWK 406 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIBPERF_IN) $(LIB_OBJS)
|
/linux-4.4.14/arch/avr32/kernel/ |
D | cpu.c | 269 arch_rev = SYSREG_BFEXT(AR, config0); in setup_processor()
|
/linux-4.4.14/ |
D | Makefile | 347 AR = $(CROSS_COMPILE)ar macro 409 export CPP AR NM STRIP OBJCOPY OBJDUMP
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 126 #define AR 0x04 macro 4165 outw(data, dev->base_addr + AR); in atmel_writeAR() 4167 for (i = 0; data != inw(dev->base_addr + AR) && i < 10; i++) in atmel_writeAR() 4168 outw(data, dev->base_addr + AR); in atmel_writeAR()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2227 uint32_t AR:1; member 2235 uint32_t AR:1; member
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 950 KBUILD_ARFLAGS Options for $(AR) when creating archives 953 mode) if this option is supported by $(AR).
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hw.c | 2679 return MS_REG_READ(AR, gpio) != 0; in ath9k_hw_gpio_get()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 860 D AR will display all the access registers
|