/linux-4.1.27/arch/mn10300/unit-asb2305/include/unit/ |
H A D | serial.h | 85 #define FLOWCTL_WAIT_FOR(LINE) \ 87 while (!(TTYS0_MSR & UART_MSR_##LINE)) {} \ 89 #define FLOWCTL_CLEAR(LINE) \ 91 TTYS0_MCR &= ~UART_MCR_##LINE; \ 93 #define FLOWCTL_SET(LINE) \ 95 TTYS0_MCR |= UART_MCR_##LINE; \ 97 #define FLOWCTL_QUERY(LINE) ({ TTYS0_MSR & UART_MSR_##LINE; })
|
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/ |
H A D | serial.h | 101 #define FLOWCTL_WAIT_FOR(LINE) \ 103 while (!(GDBPORT_SERIAL_MSR & UART_MSR_##LINE)) {} \ 105 #define FLOWCTL_CLEAR(LINE) \ 107 GDBPORT_SERIAL_MCR &= ~UART_MCR_##LINE; \ 109 #define FLOWCTL_SET(LINE) \ 111 GDBPORT_SERIAL_MCR |= UART_MCR_##LINE; \ 113 #define FLOWCTL_QUERY(LINE) ({ GDBPORT_SERIAL_MSR & UART_MSR_##LINE; })
|
/linux-4.1.27/arch/mn10300/unit-asb2364/include/unit/ |
H A D | serial.h | 88 #define FLOWCTL_QUERY(LINE) \ __debug_to_serial() 89 ({ GDBPORT_SERIAL_MSR & UART_MSR_##LINE; }) __debug_to_serial() 90 #define FLOWCTL_WAIT_FOR(LINE) \ __debug_to_serial() 91 do {} while (!(GDBPORT_SERIAL_MSR & UART_MSR_##LINE)) __debug_to_serial() 92 #define FLOWCTL_CLEAR(LINE) \ __debug_to_serial() 93 do { GDBPORT_SERIAL_MCR &= ~UART_MCR_##LINE; } while (0) __debug_to_serial() 94 #define FLOWCTL_SET(LINE) \ __debug_to_serial() 95 do { GDBPORT_SERIAL_MCR |= UART_MCR_##LINE; } while (0) __debug_to_serial()
|
/linux-4.1.27/include/sound/ |
H A D | max98088.h | 34 /* Receiver output can be configured as power amplifier or LINE out */ 37 * 1 = LINE level output
|
H A D | ak4531_codec.h | 48 #define AK4531_LLINE 0x08 /* LINE volume left */ 49 #define AK4531_RLINE 0x09 /* LINE volume right */
|
H A D | cs4231-regs.h | 159 #define CS4236_LEFT_LINE 0x08 /* left LINE alternate volume */ 160 #define CS4236_RIGHT_LINE 0x18 /* right LINE alternate volume */
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | debug-stub.c | 33 #define FLOWCTL_QUERY0(LINE) ({ __UART0(MSR) & UART_MSR_##LINE; }) 34 #define FLOWCTL_CLEAR0(LINE) do { __UART0(MCR) &= ~UART_MCR_##LINE; } while (0) 35 #define FLOWCTL_SET0(LINE) do { __UART0(MCR) |= UART_MCR_##LINE; } while (0) 37 #define FLOWCTL_WAIT_FOR0(LINE) \ 40 } while(!FLOWCTL_QUERY(LINE))
|
H A D | gdb-io.c | 40 #define FLOWCTL_QUERY(LINE) ({ __UART(MSR) & UART_MSR_##LINE; }) 41 #define FLOWCTL_CLEAR(LINE) do { __UART(MCR) &= ~UART_MCR_##LINE; mb(); } while (0) 42 #define FLOWCTL_SET(LINE) do { __UART(MCR) |= UART_MCR_##LINE; mb(); } while (0) 44 #define FLOWCTL_WAIT_FOR(LINE) \ 47 } while(!FLOWCTL_QUERY(LINE))
|
/linux-4.1.27/scripts/ |
H A D | gfp-translate | 78 for LINE in `cat $TMPFILE`; do 79 MASK=`echo $LINE | awk '{print $3}'` 81 echo $LINE
|
H A D | checkpatch.pl | 1329 ##print "LINE: $rawlines[$end_line - 1 ]\n"; 1707 push(@lines, ${$inserted}{'LINE'}); 1729 LINE => $line, 1739 LINE => $line, 2800 #print "LINE<$line>\n"; 4321 #print "LINE<$lines[$ln-1]> len<" . length($lines[$ln-1]) . "\n";
|
H A D | analyze_suspend.py | 1750 doWarning('INVALID DMESG LINE: '+\
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
H A D | misc.c | 38 #define FLOWCTL_QUERY(LINE) \ 39 ({ CYG_DEV_MSR & SIO_MSR_##LINE; }) 40 #define FLOWCTL_WAIT_FOR(LINE) \ 41 do { while (!(CYG_DEV_MSR & SIO_MSR_##LINE)) {} } while (0) 42 #define FLOWCTL_CLEAR(LINE) \ 43 do { CYG_DEV_MCR &= ~SIO_MCR_##LINE; } while (0) 44 #define FLOWCTL_SET(LINE) \ 45 do { CYG_DEV_MCR |= SIO_MCR_##LINE; } while (0)
|
/linux-4.1.27/include/linux/mfd/wm8350/ |
H A D | comparator.h | 90 * R157 (0x9D) - LINE Voltage Readback 153 * USB/2, LINE & BATT = ((VRTC * 2) / 4095)) * 10e6 uV
|
/linux-4.1.27/sound/oss/ |
H A D | ad1848_mixer.h | 89 * cards have assigned different meanings for the AUX1, AUX2 and LINE inputs. 173 * Note: VOLUME == SPEAKER, SYNTH == LINE2, LINE == LINE3, CD == LINE1 174 * VOLUME, SYNTH, LINE, CD are not enabled above. 175 * MIC is level of mic monitoring direct to output. Same for CD, LINE, etc.
|
H A D | waveartist.c | 1737 /* unless someone has asked for LINE-IN, vnc_configure_mixer()
|
/linux-4.1.27/drivers/media/pci/mantis/ |
H A D | mantis_i2c.c | 175 dprintk(MANTIS_ERROR, 1, " I/O error, LINE:%d", __LINE__); mantis_i2c_xfer() 181 dprintk(MANTIS_ERROR, 1, " I/O error, LINE:%d", __LINE__); mantis_i2c_xfer()
|
/linux-4.1.27/drivers/staging/fbtft/ |
H A D | fb_st7735r.c | 42 frame rate = fosc / (1 x 2 + 40) * (LINE + 2C + 2D) */ 46 frame rate = fosc / (1 x 2 + 40) * (LINE + 2C + 2D) */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | bug.h | 41 /* _EMIT_BUG_ENTRY expects args %0,%1,%2,%3 to be FILE, LINE, flags and
|
/linux-4.1.27/drivers/block/ |
H A D | umem.h | 92 READ-LINE (0xE) OR READ-MULTIPLE (0xC) PCI COMMAND CODES DURING DMA
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/cs5536/ |
H A D | cs5536_pci.h | 64 /* BHLC : BIST HEADER-TYPE LATENCY-TIMER CACHE-LINE-SIZE */
|
/linux-4.1.27/drivers/input/serio/ |
H A D | sun4i-ps2.c | 36 /* PS2 LINE CONTROL REGISTER */ 44 /* PS2 LINE STATUS REGISTER */
|
/linux-4.1.27/sound/isa/gus/ |
H A D | gus_main.c | 287 gus->mix_cntrl_reg |= 0x01; /* disable MIC, LINE IN, enable LINE OUT */ snd_gus_init_dma_irq() 289 gus->mix_cntrl_reg &= ~1; /* enable LINE IN */ snd_gus_init_dma_irq()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | dz.h | 38 #define LINE(x) ((x & DZ_LINE_MASK) >> 8) /* Get the line number macro
|
H A D | dz.c | 192 dport = &mux->dport[LINE(status)]; dz_receive_chars() 241 lines_rx[LINE(status)] = 1; dz_receive_chars() 263 dport = &mux->dport[LINE(status)]; dz_transmit_chars()
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | max98095.c | 992 SND_SOC_DAPM_PGA_E("LINE Left Out", M98095_092_PWR_EN_OUT, 994 SND_SOC_DAPM_PGA_E("LINE Right Out", M98095_092_PWR_EN_OUT, 1142 {"LINE Left Out", NULL, "Left Lineout Mixer"}, 1143 {"LINE Right Out", NULL, "Right Lineout Mixer"}, 1150 {"OUT1", NULL, "LINE Left Out"}, 1151 {"OUT2", NULL, "LINE Right Out"}, 1152 {"OUT3", NULL, "LINE Left Out"}, 1153 {"OUT4", NULL, "LINE Right Out"},
|
H A D | da7213.c | 848 SND_SOC_DAPM_OUTPUT("LINE"), 954 {"LINE", NULL, "Lineout PGA"},
|
H A D | da9055.c | 851 SND_SOC_DAPM_OUTPUT("LINE"), 940 {"LINE", NULL, "Lineout"},
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-sun6i-p2wi.c | 68 /* LINE CTRL fields*/
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | rs6000.h | 112 /********************** LINE NUMBERS **********************/
|
/linux-4.1.27/kernel/trace/ |
H A D | trace_branch.c | 168 " FUNC:FILE:LINE\n" branch_print_header()
|
/linux-4.1.27/sound/drivers/ |
H A D | portman2x4.c | 167 * SELECT LINE: A3 A2 A1 179 /* BUSY LINE: A3 A2 A1
|
/linux-4.1.27/sound/pci/ice1712/ |
H A D | se.c | 256 "LINE-IN", "CD-IN", "MIC-IN", "ALL-MIX", NULL 263 /* LINE, CD, MIC, ALL, GND */ se200pci_WM8776_set_input_selector()
|
H A D | psc724.c | 75 * AIN1: LINE IN, AIN2: CD/VIDEO, AIN3: AUX, AIN4: Front MIC, AIN5: Rear MIC
|
H A D | wtm.c | 398 * MIC / LINE switch fonction
|
/linux-4.1.27/drivers/ide/ |
H A D | cmd64x.c | 275 * Enable interrupts, select MEMORY READ LINE for reads. init_chipset_cmd64x()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
H A D | sis_accel.h | 61 #define LINE 0x00000004 /* Draw line */ macro
|
/linux-4.1.27/include/uapi/linux/ |
H A D | coff.h | 210 /********************** LINE NUMBERS **********************/
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | tavorevb.c | 238 SMART_CMD(0x02), /* LINE INV */
|
/linux-4.1.27/drivers/mfd/ |
H A D | tps80031.c | 279 * interrupt occurs and LINE register used to pass the status tps80031_irq_init()
|
H A D | wm8350-regmap.c | 184 { 0x0FFF, 0x0000, 0xFFFF }, /* R157 - LINE Voltage Readback */
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | traps.c | 53 [VEC_LINE10] = "LINE 1010", 54 [VEC_LINE11] = "LINE 1111",
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | pcic.c | 848 printk("PCIC: unimplemented code: FILE=%s LINE=%d", __FILE__, __LINE__); pcic_load_profile_irq()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | mct_u232.c | 269 dev_err(&port->dev, "Set LINE CTRL 0x%x failed (error = %d)\n", lcr, rc); mct_u232_set_line_ctrl()
|
H A D | mos7840.c | 145 * Emulation of the bit mask on the LINE STATUS REGISTER.
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
H A D | em28xx-core.c | 350 em28xx should point to LINE IN, while AC97 should use VIDEO set_ac97_input()
|
/linux-4.1.27/drivers/pci/host/ |
H A D | pci-mvebu.c | 513 /* LINE PIN MIN_GNT MAX_LAT */ mvebu_sw_pci_bridge_read()
|
/linux-4.1.27/drivers/usb/atm/ |
H A D | cxacru.c | 528 CXACRU_ATTR_##_action(CXINF_LINE_STATUS, LINE, line_status); \
|
/linux-4.1.27/arch/blackfin/mach-common/ |
H A D | ints-priority.c | 681 "%s : %s : LINE %d :\nIRQ ?: MAC ERROR" bfin_demux_mac_status_irq()
|
/linux-4.1.27/sound/core/oss/ |
H A D | mixer_oss.c | 1125 MIXER_VOL(LINE),
|
/linux-4.1.27/drivers/scsi/ |
H A D | atari_NCR5380.c | 83 printk("LINE:%d Adding %p to %p\n", \ 90 printk("LINE:%d Removing: %p->%p %p->%p \n", \
|
H A D | NCR5380.c | 89 #define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); } 90 #define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (void*)(x), (void*)(y), (void*)(z)); if ((x)==(y)) udelay(5); }
|
/linux-4.1.27/drivers/staging/dgap/ |
H A D | dgap.h | 391 #define LINE 82 macro
|
H A D | dgap.c | 253 { LINE, "line" }, 935 case LINE: /* line information */ dgap_parsefile()
|
/linux-4.1.27/drivers/tty/serial/jsm/ |
H A D | jsm_neo.c | 1198 * RXRDY and RX LINE Status (logic OR of LSR[4:1]) neo_intr()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | debug-mmrs.c | 259 __EPPI(LINE, line); bfin_debug_mmrs_eppi()
|
/linux-4.1.27/sound/pci/ac97/ |
H A D | ac97_patch.c | 2063 /* Switch FRONT/SURROUND LINE-OUT/HP-OUT default connection */ patch_ad1888() 2836 /* LINE-IN = 0, SURROUND = 2 */ alc850_update_jacks() 2903 * UIO1: FRONT, Vref3: disable, UIO3: LINE, Front-Mic: mute patch_alc850()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | maintidi.c | 1170 LINE STATE UPDATE
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
H A D | spider_net.c | 1864 * <ONE LINE COMMENT>
|
/linux-4.1.27/drivers/staging/dgnc/ |
H A D | dgnc_neo.c | 1021 * RXRDY and RX LINE Status (logic OR of LSR[4:1]) neo_intr()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | r300_reg.h | 609 * (FILL, LINE, POINT).
|
H A D | atombios.h | 3172 // [7:0] - I2C LINE Associate ID
|
/linux-4.1.27/sound/pci/ca0106/ |
H A D | ca0106_main.c | 9 * Capture from MIC an LINE IN input.
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | de4x5.c | 1016 static int io=0x0;/* EDIT THIS LINE FOR YOUR CONFIGURATION IF NEEDED */
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 6499 netdev_err(dev, "LINE CID BIDX CMD VALIDS\n"); bnx2_dump_ftq()
|