Searched refs:AR (Results 1 - 51 of 51) sorted by relevance

/linux-4.1.27/arch/unicore32/lib/
H A DMakefile24 $(Q)$(AR) p $(GNU_LIBC_A) $(notdir $@) > $@
27 $(Q)$(AR) p $(GNU_LIBGCC_A) $(notdir $@) > $@
/linux-4.1.27/tools/lib/api/
H A DMakefile12 AR = $(CROSS_COMPILE)ar macro
35 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(API_IN)
/linux-4.1.27/tools/build/tests/ex/
H A DMakefile4 export AR := ar macro
/linux-4.1.27/tools/lib/lockdep/
H A DMakefile8 # environment or command line. This is necessary for CC and AR
17 # Allow setting CC and AR and LD, or setting CROSS_COMPILE as a prefix.
19 $(call allow-override,AR,$(CROSS_COMPILE)ar)
105 $(RM) $@; $(AR) rcs $@ $^)
/linux-4.1.27/drivers/media/platform/
H A Darv.c2 * Colour AR M64278(VGA) driver for Video4Linux
11 * Some code is taken from AR driver sample program for M3T-M32700UT.
13 * AR driver sample (M32R SDK):
67 * supported by M32700UT hardware using VGA mode of AR LSI.
299 /* set AR FIFO address as source(BSEL5) */ ar_read()
308 * Okay, kick AR LSI to invoke an interrupt ar_read()
313 /* .... AR interrupts .... */ ar_read()
405 strlcpy(vcap->card, "Colour AR VGA", sizeof(vcap->card)); ar_querycap()
568 * if captured all line of a frame, disable AR interrupt ar_interrupt()
575 /* disable AR interrupt request */ ar_interrupt()
594 * initializes AR LSI and peripherals.
608 * initialize AR LSI ar_initialize()
610 ar_outl(0, ARVCR0); /* assert reset of AR LSI */ ar_initialize()
613 ar_outl(ARVCR0_RST, ARVCR0); /* negate reset of AR LSI (enable) */ ar_initialize()
617 /* AR uses INT3 of CPU as interrupt pin. */ ar_initialize()
627 * Initialize IIC so that CPU can communicate with AR LSI, ar_initialize()
628 * and send boot commands to AR LSI. ar_initialize()
743 v4l2_info(v4l2_dev, "Colour AR VGA driver %s\n", VERSION); ar_init()
771 strlcpy(ar->vdev.name, "Colour AR VGA", sizeof(ar->vdev.name)); ar_init()
821 v4l2_err(v4l2_dev, "register video (Colour AR) failed.\n"); ar_init()
882 MODULE_DESCRIPTION("Colour AR M64278(VGA) for Video4Linux");
/linux-4.1.27/arch/ia64/kernel/
H A Dbrl_emu.c157 * AR[PFS].pfm = CFM ia64_emulate_brl()
158 * AR[PFS].pec = AR[EC] ia64_emulate_brl()
159 * AR[PFS].ppl = PSR.cpl ia64_emulate_brl()
H A Dpalinfo.c427 "Implemented AR(s)", register_info()
428 "AR(s) with read side-effects", register_info()
H A Divt.S717 * AR registers: ar.unat, ar.pfs, ar.rsc, ar.rnat, ar.bspstore, ar.fpsr
866 mov ar.rnat=r24 // M2 restore kernel's AR.RNAT
868 mov ar.bspstore=r23 // M2 restore kernel's AR.BSPSTORE
H A Dsetup.c441 "falling back to AR.KR0 (0x%lx)\n", phys_iobase); io_port_init()
/linux-4.1.27/lib/raid6/test/
H A DMakefile11 AR = ar macro
67 $(AR) cq $@ $^
/linux-4.1.27/drivers/video/fbdev/via/
H A Dviamode.h31 unsigned char AR[StdAR]; member in struct:VPITTable
H A Dviamode.c251 unsigned char AR[StdAR];
H A Dhw.c1825 outb(VPIT.AR[i], VIAAR); hw_init()
/linux-4.1.27/tools/lib/traceevent/
H A DMakefile14 # environment or command line. This is necessary for CC and AR
23 # Allow setting CC and AR, or setting CROSS_COMPILE as a prefix.
25 $(call allow-override,AR,$(CROSS_COMPILE)ar)
170 $(QUIET_LINK)$(RM) $@; $(AR) rcs $@ $^
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dmce-severity.c104 PANIC, "Illegal combination (UCNA with AR=1)",
118 /* known AR MCACODs: */
126 AR, "Action required: data load error in a user process",
131 AR, "Action required: instruction fetch error in a user process",
/linux-4.1.27/drivers/rtc/
H A Drtc-at91sam9.c165 alarm = rtt_readl(rtc, AR); at91_rtc_settime()
178 rtt_writel(rtc, AR, alarm); at91_rtc_settime()
191 u32 alarm = rtt_readl(rtc, AR); at91_rtc_readalarm()
236 rtt_writel(rtc, AR, ALARM_DISABLED); at91_rtc_setalarm()
241 rtt_writel(rtc, AR, secs - offset); at91_rtc_setalarm()
/linux-4.1.27/arch/powerpc/
H A DMakefile26 CROSS32AR := GNUTARGET=elf32-powerpc $(AR)
93 override AR := GNUTARGET=elf$(CONFIG_WORD_SIZE)-$(GNUTARGET) $(AR)
/linux-4.1.27/arch/m32r/include/asm/m32700ut/
H A Dm32700ut_lan.h53 * AR register on PLD
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dvga.c36 if (port == 0x03c0 || port == 0x03c1 || /* AR */ nv_rdport()
61 if (port == 0x03c0 || port == 0x03c1 || /* AR */ nv_wrport()
/linux-4.1.27/drivers/isdn/hisax/
H A Damd7930_fn.c141 // to reset F3 F4 F5 F6 F7 F8 AR from
150 0x01, 0x03, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0A}; // AR
153 /* Row init - reset F3 F4 F5 F6 F7 F8 AR */
629 /* b-channels off, PH-AR cleared Amd7930_l1hw()
/linux-4.1.27/arch/mips/ath79/
H A Dsetup.c176 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); ath79_detect_sys_type()
/linux-4.1.27/drivers/staging/fwserial/
H A Dfwserial.h304 /* TODO: how to set watermark to AR context size? see fwtty_rx() */
305 #define HIGH_WATERMARK 32768 /* AR context is 32K */
H A Dfwserial.c591 * in-flight. Since the AR request context is 32k, that much fwtty_rx()
/linux-4.1.27/tools/power/cpupower/
H A DMakefile96 AR = $(CROSS)ar macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_support.c42 if (KDB_DEBUG(AR)) kdbgetsymval()
48 if (KDB_DEBUG(AR)) kdbgetsymval()
54 if (KDB_DEBUG(AR)) kdbgetsymval()
90 if (KDB_DEBUG(AR)) kdbnearsym()
150 if (KDB_DEBUG(AR)) kdbnearsym()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_agp.c44 /* Intel E7505 Memory Controller Hub / RV350 AR [Radeon 9600XT] Needs AGPMode 4 (deb #515326) */
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dlite5200_sleep.S130 * send AR with CKE low (self-refresh)
/linux-4.1.27/arch/avr32/kernel/
H A Dcpu.c269 arch_rev = SYSREG_BFEXT(AR, config0); setup_processor()
/linux-4.1.27/arch/m32r/platforms/m32700ut/
H A Dsetup.c366 * INT3# is used for AR init_IRQ()
/linux-4.1.27/arch/m32r/platforms/opsput/
H A Dsetup.c365 * INT3# is used for AR init_IRQ()
/linux-4.1.27/arch/arm/net/
H A Dbpf_jit_32.h126 * ARM: xxxx 0111 1111 xxxx xxxx xxxx 1111 xxxx ARMv7-AR, section A5.4
/linux-4.1.27/drivers/net/wireless/ath/
H A Dregd_common.h294 {CTRY_ARGENTINA, FCC3_WORLD, "AR"},
/linux-4.1.27/drivers/firewire/
H A Dinit_ohci1394_dma.c143 /* Don't accept phy packets into AR request context */ init_ohci1394_initialize()
H A Dohci.c354 ", AR/selfID endianness = " __stringify(QUIRK_BE_HEADERS)
369 ", AT/AR events = " __stringify(OHCI_PARAM_DEBUG_AT_AR)
711 ohci_err(ohci, "AR error: %s; DMA stopped\n", error_msg); ar_context_abort()
727 * We search for the buffer that contains the last AR packet DMA data written
3633 * we save space by using a common buffer for the AR request/ pci_probe()
/linux-4.1.27/arch/x86/include/asm/
H A Dvmx.h370 /* segment AR */
/linux-4.1.27/drivers/iommu/
H A Dexynos-iommu.c177 "AR MULTI-HIT FAULT",
180 "AR SECURITY PROTECTION FAULT",
181 "AR ACCESS PROTECTION FAULT",
/linux-4.1.27/
H A DMakefile357 AR = $(CROSS_COMPILE)ar macro
419 export CPP AR NM STRIP OBJCOPY OBJDUMP
775 # use the deterministic mode of AR if available
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dhw.c2677 return MS_REG_READ(AR, gpio) != 0; ath9k_hw_gpio_get()
3242 "Atheros AR%s Rev:%x", ath9k_hw_name()
3248 "Atheros AR%s MAC/BB Rev:%x AR%s RF Rev:%x", ath9k_hw_name()
/linux-4.1.27/arch/mips/kvm/
H A Dtrap_emul.c500 /* Set Wait IE/IXMT Ignore in Config7, IAR, AR */ kvm_trap_emul_vcpu_setup()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v5.c875 /* AR VUI control */ s5p_mfc_set_enc_params_h264()
886 /* sample AR info */ s5p_mfc_set_enc_params_h264()
/linux-4.1.27/drivers/net/wireless/
H A Dat76c50x-usb.c226 /* Belkin F5D6050, SMC2662W v2, SMC2662W-AR */
2464 /* we get OPMODE_NONE with 2.4.23, SMC2662W-AR ??? at76_probe()
H A Datmel.c126 #define AR 0x04 macro
4165 outw(data, dev->base_addr + AR); atmel_writeAR()
4167 for (i = 0; data != inw(dev->base_addr + AR) && i < 10; i++) atmel_writeAR()
4168 outw(data, dev->base_addr + AR); atmel_writeAR()
/linux-4.1.27/arch/xtensa/kernel/
H A Dentry.S82 * Save some special registers, extra states and all registers in the AR
838 * active AR registers it won't cause an exception.
/linux-4.1.27/drivers/media/pci/saa7134/
H A Dsaa7134-core.c488 "AR", "PE", "PWR_ON", "RDCAP", "INTL", "FIDT", "MMC",
/linux-4.1.27/drivers/gpu/drm/ast/
H A Dast_mode.c251 /* set AR */ ast_set_std_reg()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_hw.h2024 uint32_t AR:1; member in struct:__anon9109
2032 uint32_t AR:1; member in struct:__anon9109
/linux-4.1.27/drivers/net/wireless/ath/ar5523/
H A Dar5523.c1682 ar5523_info(ar, "MAC/BBP AR5523, RF AR%c112\n", ar5523_probe()
/linux-4.1.27/arch/ia64/include/asm/
H A Dpal.h70 #define PAL_REGISTER_INFO 39 /* return AR and CR register information*/
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dath5k.h406 * Dynamic mode is achieved by Atheros' Adaptive Radio (AR) feature which
H A Dbase.c2624 ATH5K_INFO(ah, "Atheros AR%s chip found (MAC: 0x%x, PHY: 0x%x)\n", ath5k_init_ah()
/linux-4.1.27/arch/x86/kvm/
H A Dvmx.c3794 * Fix the "Accessed" bit in AR field of segment registers for older vmx_set_segment()
3797 * "Accessed" bit in the AR field of segment registers is 1. And qemu vmx_set_segment()

Completed in 1589 milliseconds