Searched refs:LINE (Results 1 - 69 of 69) sorted by relevance

/linux-4.4.14/arch/mn10300/unit-asb2305/include/unit/
H A Dserial.h85 #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.4.14/arch/mn10300/unit-asb2303/include/unit/
H A Dserial.h101 #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.4.14/arch/mn10300/unit-asb2364/include/unit/
H A Dserial.h88 #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.4.14/include/sound/
H A Dmax98088.h34 /* Receiver output can be configured as power amplifier or LINE out */
37 * 1 = LINE level output
H A Dak4531_codec.h48 #define AK4531_LLINE 0x08 /* LINE volume left */
49 #define AK4531_RLINE 0x09 /* LINE volume right */
H A Dcs4231-regs.h159 #define CS4236_LEFT_LINE 0x08 /* left LINE alternate volume */
160 #define CS4236_RIGHT_LINE 0x18 /* right LINE alternate volume */
/linux-4.4.14/arch/frv/kernel/
H A Ddebug-stub.c33 #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 Dgdb-io.c40 #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.4.14/scripts/
H A Dgfp-translate78 for LINE in `cat $TMPFILE`; do
79 MASK=`echo $LINE | awk '{print $3}'`
81 echo $LINE
H A Dcheckpatch.pl1373 ##print "LINE: $rawlines[$end_line - 1 ]\n";
1768 push(@lines, ${$inserted}{'LINE'});
1790 LINE => $line,
1800 LINE => $line,
2958 #print "LINE<$line>\n";
4517 #print "LINE<$lines[$ln-1]> len<" . length($lines[$ln-1]) . "\n";
H A Danalyze_suspend.py1750 doWarning('INVALID DMESG LINE: '+\
/linux-4.4.14/arch/mn10300/boot/compressed/
H A Dmisc.c38 #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.4.14/include/linux/mfd/wm8350/
H A Dcomparator.h90 * R157 (0x9D) - LINE Voltage Readback
153 * USB/2, LINE & BATT = ((VRTC * 2) / 4095)) * 10e6 uV
/linux-4.4.14/sound/oss/
H A Dad1848_mixer.h89 * 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 Dwaveartist.c1737 /* unless someone has asked for LINE-IN, vnc_configure_mixer()
/linux-4.4.14/drivers/staging/fbtft/
H A Dfb_st7735r.c37 frame rate = fosc / (1 x 2 + 40) * (LINE + 2C + 2D) */
41 frame rate = fosc / (1 x 2 + 40) * (LINE + 2C + 2D) */
/linux-4.4.14/drivers/media/pci/mantis/
H A Dmantis_i2c.c175 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.4.14/arch/powerpc/include/asm/
H A Dbug.h41 /* _EMIT_BUG_ENTRY expects args %0,%1,%2,%3 to be FILE, LINE, flags and
/linux-4.4.14/drivers/block/
H A Dumem.h92 READ-LINE (0xE) OR READ-MULTIPLE (0xC) PCI COMMAND CODES DURING DMA
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/cs5536/
H A Dcs5536_pci.h64 /* BHLC : BIST HEADER-TYPE LATENCY-TIMER CACHE-LINE-SIZE */
/linux-4.4.14/drivers/input/serio/
H A Dsun4i-ps2.c36 /* PS2 LINE CONTROL REGISTER */
44 /* PS2 LINE STATUS REGISTER */
/linux-4.4.14/sound/isa/gus/
H A Dgus_main.c287 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.4.14/drivers/tty/serial/
H A Ddz.h38 #define LINE(x) ((x & DZ_LINE_MASK) >> 8) /* Get the line number macro
H A Ddz.c192 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.4.14/sound/soc/codecs/
H A Dmax98095.c724 SND_SOC_DAPM_PGA_E("LINE Left Out", M98095_092_PWR_EN_OUT,
726 SND_SOC_DAPM_PGA_E("LINE Right Out", M98095_092_PWR_EN_OUT,
874 {"LINE Left Out", NULL, "Left Lineout Mixer"},
875 {"LINE Right Out", NULL, "Right Lineout Mixer"},
882 {"OUT1", NULL, "LINE Left Out"},
883 {"OUT2", NULL, "LINE Right Out"},
884 {"OUT3", NULL, "LINE Left Out"},
885 {"OUT4", NULL, "LINE Right Out"},
H A Dda7213.c846 SND_SOC_DAPM_OUTPUT("LINE"),
952 {"LINE", NULL, "Lineout PGA"},
H A Dda9055.c848 SND_SOC_DAPM_OUTPUT("LINE"),
937 {"LINE", NULL, "Lineout"},
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c68 /* LINE CTRL fields*/
/linux-4.4.14/kernel/trace/
H A Dtrace_branch.c157 " FUNC:FILE:LINE\n" branch_print_header()
/linux-4.4.14/arch/powerpc/boot/
H A Drs6000.h112 /********************** LINE NUMBERS **********************/
/linux-4.4.14/tools/testing/selftests/futex/include/
H A Dfutextest.h141 * futex_wake_op() - FIXME: COME UP WITH A GOOD ONE LINE DESCRIPTION
/linux-4.4.14/sound/drivers/
H A Dportman2x4.c167 * SELECT LINE: A3 A2 A1
179 /* BUSY LINE: A3 A2 A1
/linux-4.4.14/sound/pci/ice1712/
H A Dse.c256 "LINE-IN", "CD-IN", "MIC-IN", "ALL-MIX", NULL
263 /* LINE, CD, MIC, ALL, GND */ se200pci_WM8776_set_input_selector()
H A Dpsc724.c75 * AIN1: LINE IN, AIN2: CD/VIDEO, AIN3: AUX, AIN4: Front MIC, AIN5: Rear MIC
H A Dwtm.c398 * MIC / LINE switch fonction
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dsis_accel.h61 #define LINE 0x00000004 /* Draw line */ macro
/linux-4.4.14/drivers/ide/
H A Dcmd64x.c275 * Enable interrupts, select MEMORY READ LINE for reads. init_chipset_cmd64x()
/linux-4.4.14/include/uapi/linux/
H A Dcoff.h210 /********************** LINE NUMBERS **********************/
/linux-4.4.14/arch/arm/mach-pxa/
H A Dtavorevb.c242 SMART_CMD(0x02), /* LINE INV */
/linux-4.4.14/drivers/mfd/
H A Dtps80031.c279 * interrupt occurs and LINE register used to pass the status tps80031_irq_init()
H A Dwm8350-regmap.c184 { 0x0FFF, 0x0000, 0xFFFF }, /* R157 - LINE Voltage Readback */
/linux-4.4.14/drivers/extcon/
H A Dextcon.c59 [EXTCON_JACK_LINE_IN] = "LINE-IN",
60 [EXTCON_JACK_LINE_OUT] = "LINE-OUT",
/linux-4.4.14/arch/m68k/kernel/
H A Dtraps.c53 [VEC_LINE10] = "LINE 1010",
54 [VEC_LINE11] = "LINE 1111",
/linux-4.4.14/drivers/usb/serial/
H A Dmct_u232.c269 dev_err(&port->dev, "Set LINE CTRL 0x%x failed (error = %d)\n", lcr, rc); mct_u232_set_line_ctrl()
H A Dmos7840.c145 * Emulation of the bit mask on the LINE STATUS REGISTER.
/linux-4.4.14/drivers/bus/
H A Dsunxi-rsb.c85 /* LINE CTRL fields*/
/linux-4.4.14/arch/sparc/kernel/
H A Dpcic.c848 printk("PCIC: unimplemented code: FILE=%s LINE=%d", __FILE__, __LINE__); pcic_load_profile_irq()
/linux-4.4.14/drivers/usb/atm/
H A Dcxacru.c530 CXACRU_ATTR_##_action(CXINF_LINE_STATUS, LINE, line_status); \
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-core.c350 em28xx should point to LINE IN, while AC97 should use VIDEO set_ac97_input()
/linux-4.4.14/drivers/pci/host/
H A Dpci-mvebu.c552 /* LINE PIN MIN_GNT MAX_LAT */ mvebu_sw_pci_bridge_read()
/linux-4.4.14/arch/blackfin/mach-common/
H A Dints-priority.c681 "%s : %s : LINE %d :\nIRQ ?: MAC ERROR" bfin_demux_mac_status_irq()
/linux-4.4.14/sound/core/oss/
H A Dmixer_oss.c1125 MIXER_VOL(LINE),
/linux-4.4.14/drivers/scsi/
H A DNCR5380.c89 #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); }
H A Datari_NCR5380.c83 printk("LINE:%d Adding %p to %p\n", \
90 printk("LINE:%d Removing: %p->%p %p->%p \n", \
/linux-4.4.14/drivers/tty/serial/jsm/
H A Djsm_neo.c1198 * RXRDY and RX LINE Status (logic OR of LSR[4:1]) neo_intr()
/linux-4.4.14/drivers/staging/dgap/
H A Ddgap.h391 #define LINE 82 macro
H A Ddgap.c252 { LINE, "line" },
888 case LINE: /* line information */ dgap_parsefile()
/linux-4.4.14/arch/blackfin/kernel/
H A Ddebug-mmrs.c259 __EPPI(LINE, line); bfin_debug_mmrs_eppi()
/linux-4.4.14/sound/pci/ac97/
H A Dac97_patch.c2063 /* 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.4.14/drivers/staging/dgnc/
H A Ddgnc_neo.c998 * RXRDY and RX LINE Status (logic OR of LSR[4:1]) neo_intr()
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dmaintidi.c1170 LINE STATE UPDATE
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr300_reg.h609 * (FILL, LINE, POINT).
H A Datombios.h3172 // [7:0] - I2C LINE Associate ID
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c1260 /* Configure CS4227 LINE side to 10G SR. */ ixgbe_setup_mac_link_sfp_x550em()
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dspider_net.c1863 * <ONE LINE COMMENT>
/linux-4.4.14/sound/pci/ca0106/
H A Dca0106_main.c9 * Capture from MIC an LINE IN input.
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c1016 static int io=0x0;/* EDIT THIS LINE FOR YOUR CONFIGURATION IF NEEDED */
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbnx2.c6517 netdev_err(dev, "LINE CID BIDX CMD VALIDS\n"); bnx2_dump_ftq()
/linux-4.4.14/drivers/gpu/drm/amd/include/
H A Datombios.h3279 // [7:0] - I2C LINE Associate ID

Completed in 4137 milliseconds