/linux-4.1.27/samples/bpf/ |
H A D | libbpf.h | 23 #define BPF_ALU64_REG(OP, DST, SRC) \ 27 .src_reg = SRC, \ 31 #define BPF_ALU32_REG(OP, DST, SRC) \ 35 .src_reg = SRC, \ 59 #define BPF_MOV64_REG(DST, SRC) \ 63 .src_reg = SRC, \ 81 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ 85 .src_reg = SRC, \ 116 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ 120 .src_reg = SRC, \ 126 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ 130 .src_reg = SRC, \ 146 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ 150 .src_reg = SRC, \ 166 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ 170 .src_reg = SRC, \
|
/linux-4.1.27/include/linux/ |
H A D | filter.h | 50 #define BPF_ALU64_REG(OP, DST, SRC) \ 54 .src_reg = SRC, \ 58 #define BPF_ALU32_REG(OP, DST, SRC) \ 62 .src_reg = SRC, \ 96 #define BPF_MOV64_REG(DST, SRC) \ 100 .src_reg = SRC, \ 104 #define BPF_MOV32_REG(DST, SRC) \ 108 .src_reg = SRC, \ 134 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ 138 .src_reg = SRC, \ 154 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ 158 .src_reg = SRC, \ 162 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ 166 .src_reg = SRC, \ 182 #define BPF_LD_IND(SIZE, SRC, IMM) \ 186 .src_reg = SRC, \ 192 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ 196 .src_reg = SRC, \ 202 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ 206 .src_reg = SRC, \ 222 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ 226 .src_reg = SRC, \ 252 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ 256 .src_reg = SRC, \
|
H A D | com20020.h | 19 * modified by SRC, incorporated herein by reference.
|
/linux-4.1.27/arch/alpha/lib/ |
H A D | strcpy.S | 5 * Copy a null-terminated string from SRC to DST. Return a pointer
|
H A D | strcat.S | 5 * Append a null-terminated string from SRC to DST.
|
H A D | strncpy.S | 6 * SRC to DST. If SRC does not cover all of COUNT, the balance is
|
H A D | ev67-strcat.S | 5 * Append a null-terminated string from SRC to DST.
|
H A D | strncat.S | 5 * Append no more than COUNT characters from the null-terminated string SRC
|
H A D | ev67-strncat.S | 5 * Append no more than COUNT characters from the null-terminated string SRC
|
H A D | ev6-stxcpy.S | 5 * Copy a null-terminated string from SRC to DST. 14 * a1 = SRC
|
H A D | ev6-stxncpy.S | 6 * SRC to DST. 15 * a1 = SRC
|
H A D | stxcpy.S | 5 * Copy a null-terminated string from SRC to DST. 14 * a1 = SRC
|
H A D | stxncpy.S | 6 * SRC to DST. 15 * a1 = SRC
|
/linux-4.1.27/arch/sh/lib/ |
H A D | checksum.S | 186 * The macros SRC and DST specify the type of access for the instruction. 189 * FIXME: could someone double-check whether I haven't mixed up some SRC and 194 #define SRC(...) \ define 207 ! r4: const char *SRC 249 SRC( mov.b @r4+,r1 ) 250 SRC( mov.b @r4+,r0 ) 282 SRC( mov.w @r4+,r0 ) 298 SRC( mov.l @r4+,r0 ) 299 SRC( mov.l @r4+,r1 ) 305 SRC( mov.l @r4+,r0 ) 306 SRC( mov.l @r4+,r1 ) 312 SRC( mov.l @r4+,r0 ) 313 SRC( mov.l @r4+,r1 ) 319 SRC( mov.l @r4+,r0 ) 320 SRC( mov.l @r4+,r1 ) 341 SRC( mov.l @r4+,r0 ) 359 SRC( mov.w @r4+,r0 ) 369 SRC( mov.b @r4+,r0 )
|
H A D | memcpy.S | 11 * No overlap between the memory of DST and of SRC are assumed. 28 ! r4 --> [ ... ] DST [ ... ] SRC
|
H A D | memmove.S | 36 ! [ ... ] DST [ ... ] SRC
|
/linux-4.1.27/sound/soc/sh/rcar/ |
H A D | src.c | 2 * Renesas R-Car SRC support 48 * image of SRC (Sampling Rate Converter) 51 * 48kHz <-> | SRC | <------> | SSI | <-----> | codec | 67 * [mem] -> [SRC] -> [SSIU] -> [SSI] 72 * How to use SRC bypass mode for debugging 74 * SRC has bypass mode, and it is useful for debugging. 76 * SRCm_MODE controls whether SRC is used or not 77 * SSI_MODE0 controls whether SSIU which receives SRC data 79 * Both SRCm_MODE/SSI_MODE0 settings are needed if you use SRC, 80 * but SRC bypass mode needs SSI_MODE0 only. 90 * whether SRC is used or not. 92 * ex) doesn't use SRC 97 * ex) uses SRC 106 * ex) uses SRC bypass mode 274 * return convert rate if SRC is used, rsnd_src_get_ssi_rate() 329 * SRC assumes that it is used under DPCM if user want to use rsnd_src_hw_params() 330 * sampling rate convert. Then, SRC should be FE. rsnd_src_hw_params() 366 * Initialize the operation of the SRC internal circuits rsnd_src_init() 397 * Cancel the initialization and operate the SRC function rsnd_src_start() 471 * ADG is used as source clock if SRC was used, rsnd_src_set_convert_timing_gen1() 473 * SSI WS is used as source clock if SRC is not used rsnd_src_set_convert_timing_gen1() 518 /* Select SRC mode (fixed value) */ rsnd_src_set_convert_rate_gen1() 693 dev_warn(dev, "no more SRC restart\n"); rsnd_src_interrupt_gen2() 885 * enable SRC sync convert if possible rsnd_src_pcm_new() 895 * SRC sync convert needs clock master rsnd_src_pcm_new() 901 * We can't use SRC sync convert rsnd_src_pcm_new() 912 "SRC Out Rate Switch" : rsnd_src_pcm_new() 913 "SRC In Rate Switch", rsnd_src_pcm_new() 921 "SRC Out Rate" : rsnd_src_pcm_new() 922 "SRC In Rate", rsnd_src_pcm_new() 1019 * init SRC rsnd_src_probe() 1027 dev_err(dev, "SRC allocate failed\n"); rsnd_src_probe()
|
H A D | dma.c | 405 /* SRC */ rsnd_gen2_dma_addr() 438 dev_err(dev, "DVC is selected without SRC\n"); rsnd_gen2_dma_addr() 465 #define MOD_MAX 4 /* MEM/SSI/SRC/DVC */ rsnd_dma_of_path() 489 * mem -> SRC -> SSI rsnd_dma_of_path() 490 * mem -> SRC -> DVC -> SSI rsnd_dma_of_path()
|
H A D | core.c | 21 * - SRC : Sampling Rate Converter 31 * - SRC : Sampling Rate Converter 513 /* SRC */ rsnd_path_init() 960 * call "remove" for SSI/SRC/DVC rsnd_rdai_continuance_probe() 969 * remove SRC/DVC from DAI, rsnd_rdai_continuance_probe()
|
H A D | dvc.c | 154 dev_err(dev, "DVC%d isn't connected to SRC%d\n", dvc_id, src_id); rsnd_dvc_init()
|
H A D | rsnd.h | 503 * R-Car SRC
|
/linux-4.1.27/arch/x86/lib/ |
H A D | checksum_32.S | 268 * The macros SRC and DST specify the type of access for the instruction. 271 * FIXME: could someone double-check whether I haven't mixed up some SRC and 276 #define SRC(y...) \ define 307 SRC(1: movw (%esi), %bx ) 318 SRC(1: movl (%esi), %ebx ) 319 SRC( movl 4(%esi), %edx ) 325 SRC( movl 8(%esi), %ebx ) 326 SRC( movl 12(%esi), %edx ) 332 SRC( movl 16(%esi), %ebx ) 333 SRC( movl 20(%esi), %edx ) 339 SRC( movl 24(%esi), %ebx ) 340 SRC( movl 28(%esi), %edx ) 356 SRC(3: movl (%esi), %ebx ) 368 SRC( movw (%esi), %cx ) 374 SRC(5: movb (%esi), %cl ) 417 SRC(movl x(%esi), %ebx ) ; \ 422 SRC(movl x(%esi), %ebx ) ; \ 452 SRC(movb -32(%edx),%bl) ; SRC(movb (%edx),%bl) 466 SRC( movw (%esi), %dx ) 473 SRC( movb (%esi), %dl )
|
/linux-4.1.27/arch/xtensa/lib/ |
H A D | checksum.S | 179 * The macros SRC and DST specify the type of access for the instruction. 183 #define SRC(y...) \ define 247 SRC( l32i a9, a2, 0 ) 248 SRC( l32i a8, a2, 4 ) 253 SRC( l32i a9, a2, 8 ) 254 SRC( l32i a8, a2, 12 ) 259 SRC( l32i a9, a2, 16 ) 260 SRC( l32i a8, a2, 20 ) 265 SRC( l32i a9, a2, 24 ) 266 SRC( l32i a8, a2, 28 ) 287 SRC( l32i a9, a2, 0 ) 318 SRC( l16ui a9, a2, 0 ) 329 SRC( l8ui a9, a2, 0 ) 353 SRC( l8ui a9, a2, 0 ) 354 SRC( l8ui a8, a2, 1 )
|
H A D | usercopy.S | 34 * do the same, but use SRC to align the source data.
|
H A D | memcopy.S | 52 * do the same, but use SRC to align the source data.
|
/linux-4.1.27/kernel/bpf/ |
H A D | core.c | 47 #define SRC regs[insn->src_reg] macro 308 DST = DST OP SRC; \ __bpf_prog_run() 311 DST = (u32) DST OP (u32) SRC; \ __bpf_prog_run() 336 DST = (u32) SRC; __bpf_prog_run() 342 DST = SRC; __bpf_prog_run() 352 (*(s64 *) &DST) >>= SRC; __bpf_prog_run() 358 if (unlikely(SRC == 0)) __bpf_prog_run() 360 div64_u64_rem(DST, SRC, &tmp); __bpf_prog_run() 364 if (unlikely(SRC == 0)) __bpf_prog_run() 367 DST = do_div(tmp, (u32) SRC); __bpf_prog_run() 378 if (unlikely(SRC == 0)) __bpf_prog_run() 380 DST = div64_u64(DST, SRC); __bpf_prog_run() 383 if (unlikely(SRC == 0)) __bpf_prog_run() 386 do_div(tmp, (u32) SRC); __bpf_prog_run() 439 if (DST == SRC) { __bpf_prog_run() 451 if (DST != SRC) { __bpf_prog_run() 463 if (DST > SRC) { __bpf_prog_run() 475 if (DST >= SRC) { __bpf_prog_run() 487 if (((s64) DST) > ((s64) SRC)) { __bpf_prog_run() 499 if (((s64) DST) >= ((s64) SRC)) { __bpf_prog_run() 511 if (DST & SRC) { __bpf_prog_run() 528 *(SIZE *)(unsigned long) (DST + insn->off) = SRC; \ __bpf_prog_run() 534 DST = *(SIZE *)(unsigned long) (SRC + insn->off); \ __bpf_prog_run() 543 atomic_add((u32) SRC, (atomic_t *)(unsigned long) __bpf_prog_run() 547 atomic64_add((u64) SRC, (atomic64_t *)(unsigned long) __bpf_prog_run() 568 * SRC == any register __bpf_prog_run() 603 off = IMM + SRC; __bpf_prog_run() 606 off = IMM + SRC; __bpf_prog_run() 609 off = IMM + SRC; __bpf_prog_run()
|
H A D | verifier.c | 1211 * SRC == any register
|
/linux-4.1.27/scripts/ |
H A D | objdiff | 94 SRC="`git rev-parse --short HEAD^`" 97 SRC="`git rev-parse --short $1`" 107 SRCD="$TMPD/$SRC"
|
/linux-4.1.27/sound/pci/ctxfi/ |
H A D | ctsrc.h | 50 struct src *intlv; /* Pointer to next interleaved SRC in a series */ 51 struct src_rsc_ops *ops; /* SRC specific operations */ 54 unsigned char mode; /* Working mode of this SRC resource */ 103 /* Define the descriptor of a SRC Input Mapper resource */ 145 /* Constructor and destructor of SRC resource manager */
|
H A D | ctresource.c | 100 /* SRC channel is at Audio Ring slot 1 every 16 slots. */ 101 [SRC] = 0x1, 154 case SRC: rsc_init() 183 case SRC: rsc_uninit() 221 case SRC: rsc_mgr_init() 268 case SRC: rsc_mgr_uninit()
|
H A D | ctatc.h | 66 void *src; /* SRC for interacting with host memory */ 68 void **srcimps; /* SRC Input Mappers */ 72 unsigned char n_srcimp; /* Number of SRC Input Mappers */
|
H A D | ct20k2reg.h | 36 /* SRC Registers */
|
H A D | ctatc.c | 116 [SRC] = { .create = (create_t)src_mgr_create, 245 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; atc_pcm_playback_prepare() 259 /* Get SRC resource */ atc_pcm_playback_prepare() 323 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; atc_pcm_release_resources() 472 if (1 == atc->msr) { /* FIXME: do we really need SRC here if pitch==1 */ setup_src_node_conf() 505 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; atc_pcm_capture_get_resources() 624 /* Allocate a SRC for writing data to host memory */ atc_pcm_capture_get_resources() 728 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; atc_pcm_capture_start() 743 /* Set up recording SRC */ atc_pcm_capture_start() 788 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; spdif_passthru_playback_get_resources() 800 /* Get SRC resource */ spdif_passthru_playback_get_resources() 1193 src_mgr = atc->rsc_mgrs[SRC]; atc_release_resources() 1413 src_mgr = atc->rsc_mgrs[SRC]; atc_get_resources() 1510 atc_connect_dai(atc->rsc_mgrs[SRC], dai, atc_connect_resources() 1521 atc_connect_dai(atc->rsc_mgrs[SRC], dai, atc_connect_resources() 1531 atc_connect_dai(atc->rsc_mgrs[SRC], dai, atc_connect_resources()
|
H A D | ctresource.h | 25 SRC, enumerator in enum:RSCTYP
|
H A D | cthardware.h | 88 /* SRC operations */ 125 /* SRC Input Mapper operations */ 215 #define SRC_INT (1 << 0) /* SRC channels */
|
H A D | ctsrc.c | 369 err = rsc_init(&p->rsc, idx + i, SRC, desc->msr, mgr->mgr.hw); src_rsc_init() 381 (--p)->intlv = NULL; /* Set @intlv of the last SRC to NULL */ src_rsc_init() 435 "Can't meet SRC resource request!\n"); get_src_rsc() 557 err = rsc_mgr_init(&src_mgr->mgr, SRC, SRC_RESOURCE_NUM, hw); src_mgr_create() 572 /* Disable all SRC resources. */ src_mgr_create()
|
H A D | cthw20k1.c | 53 * SRC control block definitions. 56 /* SRC resource control block */ 89 /* SRC resource register dirty flags */ 114 /* SRC manager control block */ 2038 /* Reset all SRC pending interrupts */ hw_card_init()
|
H A D | cthw20k2.c | 54 * SRC control block definitions. 57 /* SRC resource control block */ 89 /* SRC resource register dirty flags */ 114 /* SRC manager control block */ 2161 /* Reset all SRC pending interrupts */ hw_card_init()
|
H A D | ct20k1reg.h | 458 /* SRC HERE */
|
H A D | ctdaio.c | 488 /* default to disabling control of a SRC */ dai_rsc_init()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
H A D | setup-sh7203.c | 38 /* ROM-DEC, SDHI, SRC, and IEB are SH7263 specific */ 40 SRC, IEBI, enumerator in enum:__anon2614 127 INTC_IRQ(SRC, 244), INTC_IRQ(SRC, 245), 128 INTC_IRQ(SRC, 246), 163 { 0xfffe0c16, 0, 16, 4, /* IPR17 */ { RCAN1, SRC, IEBI, 0 } },
|
/linux-4.1.27/sound/pci/ca0106/ |
H A D | ca0106.h | 98 #define IPR_SRC_LOCKED 0x00000040 /* SRC lock status changed */ 118 #define INTE_SRC_LOCKED 0x00000040 /* SRC lock status changed */ 131 #define HCFG_CAPTURE_I2S_BYPASS 0x08000000 /* 1 = bypass I2S input async SRC. */ 132 #define HCFG_CAPTURE_SPDIF_BYPASS 0x04000000 /* 1 = bypass SPDIF input async SRC. */ 134 #define HCFG_FORCE_LOCK 0x01000000 /* For test only. Force input SRC tracker to lock. */ 344 * 5 - SRC output. 367 /* SRC is input from the capture inputs. */ 368 /* SRC channel 0 [2:0] -> SPDIF Mixer/Router channel 0-7. 369 * SRC channel 1 [6:4] -> SPDIF Mixer/Router channel 0-7. 370 * SRC channel 2 [10:8] -> SPDIF Mixer/Router channel 0-7. 371 * SRC channel 3 [14:12] -> SPDIF Mixer/Router channel 0-7. 372 * SRC channel 4 [18:16] -> SPDIF Mixer/Router channel 0-7. 373 * SRC channel 5 [22:20] -> SPDIF Mixer/Router channel 0-7. 374 * SRC channel 6 [26:24] -> SPDIF Mixer/Router channel 0-7. 375 * SRC channel 7 [30:28] -> SPDIF Mixer/Router channel 0-7. 380 * Invert SRC to SPDIF Mixer [7-0] (One bit per channel) 382 * SRC to SPDIF Mixer disable [23:16] (One bit per channel) 389 /* SRC Right volume [7:0] 390 * SRC Left volume [15:8] 433 * SRC input source select [4] 0=Audio from digital mixer, 1=Audio from analog source. 438 * I2S output source select [18] (0=Audio from host, 1=Audio from SRC) 444 * SPDIF output source select [26] (0=host, 1=SRC)
|
H A D | ca0106_mixer.c | 189 "IEC958 out", "i2s mixer out", "IEC958 in", "i2s in", "AC97 in", "SRC out" snd_ca0106_capture_source_info()
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
H A D | vsp1_bru.c | 108 /* Route BRU input 1 as SRC input to the ROP unit and configure the ROP bru_s_stream() 110 * Blend/ROP unit B SRC input. bru_s_stream() 123 * SRC input. bru_s_stream() 141 /* Route BRU inputs 0 to 3 as SRC inputs to Blend/ROP units A to bru_s_stream() 142 * D in that order. The Blend/ROP unit B SRC is hardwired to the bru_s_stream() 156 * when the SRC input isn't premultiplied, and to bru_s_stream()
|
/linux-4.1.27/arch/parisc/lib/ |
H A D | io.c | 124 * SRC. 161 * SRC. SRC must be at least short aligned. This is used by the 234 * SRC. Now works with any alignment in SRC. Performance is important, 404 * driver to write disk sectors. Works with any alignment in SRC.
|
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | syscopyarea.c | 103 because in case SRC and DST overlap bitwise (e.g. bitcpy() 106 overlap with the current long from SRC. We store bitcpy() 248 because in case SRC and DST overlap bitwise (e.g. bitcpy_rev() 251 overlap with the current long from SRC. We store bitcpy_rev()
|
H A D | cfbcopyarea.c | 136 SRC and DST overlap bitwise (e.g. when moving just one pixel in bitcpy() 138 overlap with the current long from SRC. We store this value in bitcpy() 308 SRC and DST overlap bitwise (e.g. when moving just one pixel in bitcpy_rev() 310 overlap with the current long from SRC. We store this value in bitcpy_rev()
|
/linux-4.1.27/include/net/netfilter/ |
H A D | nf_nat.h | 12 /* SRC manip occurs POST_ROUTING or LOCAL_IN */
|
/linux-4.1.27/net/bridge/netfilter/ |
H A D | ebt_log.c | 108 printk(" IP SRC=%pI4 IP DST=%pI4, IP tos=0x%02X, IP proto=%d", ebt_log_packet() 128 printk(" IPv6 SRC=%pI6 IPv6 DST=%pI6, IPv6 priority=0x%01X, Next Header=%d", ebt_log_packet() 168 printk(" ARP MAC SRC=%pM ARP IP SRC=%pI4 ARP MAC DST=%pM ARP IP DST=%pI4", ebt_log_packet()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-probe.c | 337 "[EVENT=]FUNC[@SRC][+OFF|%return|:RL|;PT]|SRC:AL|SRC;PT" __cmd_probe() 363 "FUNC[:RLN[+NUM|-RLN2]]|SRC:ALN[+NUM|-ALN2]", __cmd_probe() 366 "FUNC[@SRC][+OFF|%return|:RL|;PT]|SRC:AL|SRC;PT", __cmd_probe()
|
/linux-4.1.27/drivers/clk/ |
H A D | clk-nomadik.c | 8 #define pr_fmt(fmt) "Nomadik SRC clocks: " fmt 62 /* Base address of the SRC */ 96 pr_crit("no matching node for SRC, aborting clock init\n"); nomadik_src_init() 293 * The Nomadik SRC clocks are gated, but not in the sense that 359 pr_err("could not allocate SRC clock %s\n", src_clk_register() 569 pr_err("%s: SRC clock \"%s\" missing clock-id property\n", of_nomadik_src_clk_setup()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | io.c | 211 * Read COUNT 8-bit bytes from port PORT into memory starting at SRC. 251 * SRC. SRC must be at least short aligned. This is used by the 292 * SRC. Now works with any alignment in SRC. Performance is important, 386 * driver to write disk sectors. Works with any alignment in SRC.
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | adau1373.c | 745 SND_SOC_DAPM_SUPPLY("AIF1 IN SRC", ADAU1373_SRC_DAI_CTRL(0), 2, 0, 747 SND_SOC_DAPM_SUPPLY("AIF1 OUT SRC", ADAU1373_SRC_DAI_CTRL(0), 1, 0, 749 SND_SOC_DAPM_SUPPLY("AIF2 IN SRC", ADAU1373_SRC_DAI_CTRL(1), 2, 0, 751 SND_SOC_DAPM_SUPPLY("AIF2 OUT SRC", ADAU1373_SRC_DAI_CTRL(1), 1, 0, 753 SND_SOC_DAPM_SUPPLY("AIF3 IN SRC", ADAU1373_SRC_DAI_CTRL(2), 2, 0, 755 SND_SOC_DAPM_SUPPLY("AIF3 OUT SRC", ADAU1373_SRC_DAI_CTRL(2), 1, 0, 1018 { "AIF1 IN", NULL, "AIF1 IN SRC", adau1373_check_src }, 1019 { "AIF1 OUT", NULL, "AIF1 OUT SRC", adau1373_check_src }, 1020 { "AIF2 IN", NULL, "AIF2 IN SRC", adau1373_check_src }, 1021 { "AIF2 OUT", NULL, "AIF2 OUT SRC", adau1373_check_src }, 1022 { "AIF3 IN", NULL, "AIF3 IN SRC", adau1373_check_src }, 1023 { "AIF3 OUT", NULL, "AIF3 OUT SRC", adau1373_check_src },
|
H A D | rt5631.c | 770 SOC_DAPM_ENUM("Left SPKVOL SRC", rt5631_spkvoll_enum); 779 SOC_DAPM_ENUM("Left HPVOL SRC", rt5631_hpvoll_enum); 788 SOC_DAPM_ENUM("Left OUTVOL SRC", rt5631_outvoll_enum); 797 SOC_DAPM_ENUM("Right OUTVOL SRC", rt5631_outvolr_enum); 806 SOC_DAPM_ENUM("Right HPVOL SRC", rt5631_hpvolr_enum); 815 SOC_DAPM_ENUM("Right SPKVOL SRC", rt5631_spkvolr_enum); 825 SOC_DAPM_ENUM("SPOL SRC", rt5631_spol_src_enum); 835 SOC_DAPM_ENUM("SPOR SRC", rt5631_spor_src_enum); 844 SOC_DAPM_ENUM("MONO SRC", rt5631_mono_src_enum); 853 SOC_DAPM_ENUM("HPL SRC", rt5631_hpl_src_enum); 862 SOC_DAPM_ENUM("HPR SRC", rt5631_hpr_src_enum);
|
H A D | rt5677.c | 1581 /* In/OutBound Source Pass SRC */ /* MX-A5 [3] [4] [0] [1] [2] */ 1583 "Bypass", "Pass SRC" 2950 SND_SOC_DAPM_MUX("DAC12 SRC Mux", SND_SOC_NOPM, 0, 0, 2952 SND_SOC_DAPM_MUX("DAC3 SRC Mux", SND_SOC_NOPM, 0, 0, 3445 { "IB01 Bypass Mux", "Pass SRC", "IB01 Mux" }, 3455 { "IB23 Bypass Mux", "Pass SRC", "IB23 Mux" }, 3464 { "IB45 Bypass Mux", "Pass SRC", "IB45 Mux" }, 3548 { "OB01 Bypass Mux", "Pass SRC", "OB01 MIX" }, 3550 { "OB23 Bypass Mux", "Pass SRC", "OB23 MIX" }, 3929 { "DAC12 SRC Mux", "STO1 DAC MIX", "Stereo DAC MIX" }, 3930 { "DAC12 SRC Mux", "MONO DAC MIX", "Mono DAC MIX" }, 3931 { "DAC12 SRC Mux", "DD MIX1", "DD1 MIX" }, 3932 { "DAC12 SRC Mux", "DD MIX2", "DD2 MIX" }, 3934 { "DAC3 SRC Mux", "MONO DAC MIXL", "Mono DAC MIXL" }, 3935 { "DAC3 SRC Mux", "MONO DAC MIXR", "Mono DAC MIXR" }, 3936 { "DAC3 SRC Mux", "DD MIX1L", "DD1 MIXL" }, 3937 { "DAC3 SRC Mux", "DD MIX2L", "DD2 MIXL" }, 3939 { "DAC 1", NULL, "DAC12 SRC Mux" }, 3940 { "DAC 2", NULL, "DAC12 SRC Mux" }, 3941 { "DAC 3", NULL, "DAC3 SRC Mux" },
|
H A D | wm8995.c | 472 SOC_ENUM("DMIC1 SRC", dmic_src1_enum), 473 SOC_ENUM("DMIC2 SRC", dmic_src2_enum), 903 SOC_DAPM_ENUM("SPK1L SRC", spk1l_src_enum); 905 SOC_DAPM_ENUM("SPK1R SRC", spk1r_src_enum); 907 SOC_DAPM_ENUM("SPK2L SRC", spk2l_src_enum); 909 SOC_DAPM_ENUM("SPK2R SRC", spk2r_src_enum);
|
H A D | lm49453.c | 532 SOC_DAPM_ENUM("DMIC12 SRC", lm49453_dmic12_cfg_enum), 533 SOC_DAPM_ENUM("DMIC34 SRC", lm49453_dmic34_cfg_enum),
|
H A D | wm8994.c | 1377 dev_dbg(codec->dev, "SRC status: %x\n", post_ev()
|
/linux-4.1.27/drivers/media/rc/keymaps/ |
H A D | rc-medion-x10.c | 63 { 0x1c, KEY_SEARCH }, /* TV/RAD, CH SRC */
|
/linux-4.1.27/drivers/power/ |
H A D | wm831x_power.c | 583 irq = wm831x_irq(wm831x, platform_get_irq_byname(pdev, "PWR SRC")); wm831x_power_probe() 588 dev_err(&pdev->dev, "Failed to request PWR SRC IRQ %d: %d\n", wm831x_power_probe() 616 irq = wm831x_irq(wm831x, platform_get_irq_byname(pdev, "PWR SRC")); wm831x_power_probe() 646 irq = wm831x_irq(wm831x, platform_get_irq_byname(pdev, "PWR SRC")); wm831x_power_remove()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7770.c | 366 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator in enum:__anon2661 423 INTC_GROUP(SRC, SRC_RX, SRC_TX, SRC_SPDIF), 436 GPS, CAN, ATAPI, USB, YUV, REMOTE, VIDEO_IN, DU, SRC, I2S, 443 { 0xffe00008, 0, 32, 8, /* INT2PRI2 */ { DMAC, I2S, SRC, DU } },
|
H A D | setup-sh7734.c | 488 SRC_M, /* SRC 0,1 */
|
/linux-4.1.27/include/uapi/linux/netfilter_arp/ |
H A D | arp_tables.h | 81 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */ 83 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_log_ipv4.c | 59 /* Max length: 40 "SRC=255.255.255.255 DST=255.255.255.255 " */ dump_ipv4_packet() 60 nf_log_buf_add(m, "SRC=%pI4 DST=%pI4 ", &ih->saddr, &ih->daddr); dump_ipv4_packet()
|
H A D | nf_nat_l3proto_ipv4.c | 268 /* maniptype == SRC for postrouting. */ nf_nat_ipv4_fn() 323 maniptype == NF_NAT_MANIP_SRC ? "SRC" : "DST", nf_nat_ipv4_fn()
|
H A D | arp_tables.c | 170 dprintf("SRC: %pI4. Mask: %pI4. Target: %pI4.%s\n", arp_packet_match()
|
H A D | ip_tables.c | 91 dprintf("SRC: %pI4. Mask: %pI4. Target: %pI4.%s\n", ip_packet_match()
|
/linux-4.1.27/net/ipv6/netfilter/ |
H A D | nf_log_ipv6.c | 63 /* Max length: 88 "SRC=0000.0000.0000.0000.0000.0000.0000.0000 DST=0000.0000.0000.0000.0000.0000.0000.0000 " */ dump_ipv6_packet() 64 nf_log_buf_add(m, "SRC=%pI6 DST=%pI6 ", &ih->saddr, &ih->daddr); dump_ipv6_packet()
|
H A D | nf_nat_l3proto_ipv6.c | 332 maniptype == NF_NAT_MANIP_SRC ? "SRC" : "DST", nf_nat_ipv6_fn()
|
H A D | ip6_tables.c | 106 dprintf("SRC: %u. Mask: %u. Target: %u.%s\n", ip->saddr, ip6_packet_match()
|
/linux-4.1.27/sound/pci/lola/ |
H A D | lola_mixer.c | 430 /* SRC can be activated and the dwInputSRCMask is valid? */ lola_set_src_config() 433 /* handle all even Inputs - SRC is a stereo setting !!! */ lola_set_src_config() 439 /* if one IO needs SRC, both stereo IO will get SRC */ lola_set_src_config() 649 .name = "Digital SRC Capture Switch",
|
H A D | lola.c | 442 /* update SRC configuration if applicable */ lola_reset_setups()
|
/linux-4.1.27/sound/pci/pcxhr/ |
H A D | pcxhr_mixer.c | 621 /* set codec SRC on off */ pcxhr_set_audio_source() 631 /* set codec SRC on off */ pcxhr_set_audio_source() 652 "Line", "Digital", "Digi+SRC", "Mic", "Line+Mic" pcxhr_audio_src_info() 657 i = 2; /* no SRC, no Mic available */ pcxhr_audio_src_info() 659 i = 3; /* SRC available */ pcxhr_audio_src_info() 679 int i = 2; /* no SRC, no Mic available */ pcxhr_audio_src_put() 681 i = 3; /* SRC available */ pcxhr_audio_src_put()
|
H A D | pcxhr.h | 97 unsigned int board_has_aes1:1; /* if 1 board has AES1 plug and SRC */
|
H A D | pcxhr_mix22.c | 69 #define PCXHR_CFG_SRC_MASK 0x04 /* 0 (Bypass), 1 (SRC Actif) */ 579 /*texts[5] = {"Line", "Digital", "Digi+SRC", "Mic", "Line+Mic"}*/
|
H A D | pcxhr.c | 189 /* boards without hw AES1 and SRC onboard are all using fw_file_set==4 */
|
/linux-4.1.27/drivers/net/arcnet/ |
H A D | arc-rawmode.c | 18 * modified by SRC, incorporated herein by reference.
|
H A D | com20020-isa.c | 20 * modified by SRC, incorporated herein by reference.
|
H A D | capmode.c | 20 * modified by SRC, incorporated herein by reference.
|
H A D | com20020-pci.c | 21 * modified by SRC, incorporated herein by reference.
|
H A D | com20020_cs.c | 21 * modified by SRC, incorporated herein by reference.
|
H A D | rfc1051.c | 18 * modified by SRC, incorporated herein by reference.
|
H A D | arc-rimi.c | 19 * modified by SRC, incorporated herein by reference.
|
H A D | com20020.c | 20 * modified by SRC, incorporated herein by reference.
|
H A D | com90io.c | 20 * modified by SRC, incorporated herein by reference.
|
H A D | com90xx.c | 19 * modified by SRC, incorporated herein by reference.
|
H A D | rfc1201.c | 18 * modified by SRC, incorporated herein by reference.
|
H A D | arcnet.c | 20 * modified by SRC, incorporated herein by reference.
|
/linux-4.1.27/arch/arm/mach-nomadik/ |
H A D | cpu-8815.c | 57 #define NOMADIK_SRC_BASE 0x101E0000 /* SRC base */
|
/linux-4.1.27/sound/pci/au88x0/ |
H A D | au8820.h | 125 /* SRC */
|
H A D | au8810.h | 125 /* SRC */
|
H A D | au8830.h | 145 /* SRC */
|
H A D | au88x0.h | 199 /* SRC */
|
H A D | au88x0_core.c | 62 Now the SRC is working too! Yeah! XMMS works ! 441 /* SRC (CAsp4Src.s and CAsp4SrcBlock) */ 559 Objective: Set samplerate for given SRC module. 562 src: Integer index of the SRC module. 637 //printk(KERN_INFO "vortex: SRC %d, d=0x%x, esi=0x%x, esp10=0x%x, ebp=0x%x\n", src, d, esi, esp10, ebp); vortex_src_setupchannel() 1843 // Connect SRC to mixin. 2147 /* Get SRC and MIXER hardware resources. */ vortex_adb_allocroute() 2285 /* Get SRC and MIXER hardware resources. */ vortex_adb_allocroute() 2352 Set the SampleRate of the SRC's attached to the given DMA engine. 2366 /* Setup SRC's */ vortex_adb_setsrc()
|
/linux-4.1.27/drivers/misc/ |
H A D | ics932s401.c | 244 /* Calculate SRC frequency from the M/N registers. */ calculate_src_freq() 292 /* Calculate PCI frequency from the SRC M/N registers. */ calculate_pci_freq()
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | dpcsup.c | 239 * Handles the AIFs - new method (SRC) 327 } else if (isAif == 2) { /* AIF - new (SRC) */ aac_intr_normal()
|
H A D | aacraid.h | 519 __le32 HostRRQ_AddrHigh; /* Host RRQ (response queue) for SRC */ 804 * PMC SRC message unit registers
|
H A D | src.c | 28 * Abstract: Hardware Device Interface for PMC SRC based controllers
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | psb_reg.h | 243 /* Colour Key Colour (SRC/DST)*/ 247 /* Colour Key Mask (SRC/DST)*/
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 1128 * RSS_ENABLE_IPV4 SRC IPv4, DST IPv4 1129 * RSS_ENABLE_TCP_IPV4 SRC IPv4, DST IPv4, TCP SRC PORT, TCP DST PORT 1130 * RSS_ENABLE_IPV6 SRC IPv6, DST IPv6 1131 * RSS_ENABLE_TCP_IPV6 SRC IPv6, DST IPv6, TCP SRC PORT, TCP DST PORT 1132 * RSS_ENABLE_UDP_IPV4 SRC IPv4, DST IPv4, UDP SRC PORT, UDP DST PORT 1133 * RSS_ENABLE_UDP_IPV6 SRC IPv6, DST IPv6, UDP SRC PORT, UDP DST PORT
|
/linux-4.1.27/net/batman-adv/ |
H A D | bridge_loop_avoidance.c | 279 /* IP SRC: 0.0.0.0 */ batadv_bla_send_claim() 283 /* Ethernet SRC/HW SRC: originator mac */ batadv_bla_send_claim() 301 * set Ethernet SRC to the clients mac batadv_bla_send_claim() 310 * set HW SRC to the clients mac batadv_bla_send_claim() 319 * set HW SRC to the special mac containg the crc batadv_bla_send_claim() 328 * set HW SRC and header destination to the receiving backbone batadv_bla_send_claim()
|
/linux-4.1.27/sound/pci/cs46xx/ |
H A D | dsp_spos_scb_lib.c | 1282 /* Hack to bypass creating a new SRC */ cs46xx_dsp_create_pcm_channel() 1293 /* search for a already created SRC SCB with the same sample rate */ cs46xx_dsp_create_pcm_channel() 1322 "dsp_spos: to many SRC instances\n!"); cs46xx_dsp_create_pcm_channel() 1337 /* we need to create a new SRC SCB */ cs46xx_dsp_create_pcm_channel() 1349 "dsp_spos: creating SRC \"%s\"\n", scb_name); cs46xx_dsp_create_pcm_channel()
|
H A D | cs46xx_dsp_scb_types.h | 621 /* inputBufConsumerPtr: Input buffer read pointer (into SRC filter) 676 /* inputBufConsumerPtr: Input buffer read pointer (into SRC filter) */
|
H A D | dsp_spos.c | 1500 sample rate we will use this SRC to adjust it */ cs46xx_dsp_scb_and_task_init() 1779 /* unmute SRC volume */ cs46xx_dsp_enable_spdif_in()
|
/linux-4.1.27/arch/arc/mm/ |
H A D | cache_arc700.c | 671 * If SRC page was already mapped in userspace AND it's U-mapping is copy_user_highpage() 676 * equally valid for SRC page as well copy_user_highpage() 696 * if SRC was already usermapped and non-congruent to kernel mapping copy_user_highpage()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
H A D | cx25821-video-upstream.c | 559 /* 656/VIP SRC Upstream Channel I & J and 7 - Host Bus Interface for cx25821_start_video_dma_upstream() 625 /* 656/VIP SRC Upstream Channel I & J and 7 - Host Bus Interface for cx25821_vidupstream_init()
|
H A D | cx25821-core.c | 422 /* 656/VIP SRC Upstream Channel I & J and 7 - Host Bus Interface for cx25821_registers_init()
|
/linux-4.1.27/drivers/media/platform/exynos-gsc/ |
H A D | gsc-core.h | 191 * @f_width: SRC : SRCIMG_WIDTH, DST : OUTPUTDMA_WHOLE_IMG_WIDTH 192 * @f_height: SRC : SRCIMG_HEIGHT, DST : OUTPUTDMA_WHOLE_IMG_HEIGHT
|
/linux-4.1.27/sound/pci/ |
H A D | ens1370.c | 148 #define ES_1373_BYPASS_P1 (1<<31) /* bypass SRC for PB1 */ 149 #define ES_1373_BYPASS_P2 (1<<30) /* bypass SRC for PB2 */ 150 #define ES_1373_BYPASS_R (1<<29) /* bypass SRC for REC */ 540 /* expose the SRC state bits */ snd_es1371_src_read() 644 /* restore SRC reg */ snd_es1371_codec_write() 687 /* restore SRC reg */ snd_es1371_codec_read() 900 /* 48k doesn't need SRC (it breaks AC3-passthru) */ snd_ensoniq_playback1_prepare() 2018 * its parameters causes the chip to lock up (the SRC busy bit will snd_ensoniq_chip_init()
|
H A D | cs4281.c | 324 #define BA0_SSPM_MIXEN (1<<6) /* Playback SRC + FM/Wavetable MIX */ 331 #define BA0_DACSR 0x0744 /* DAC Sample Rate - Playback SRC */ 332 #define BA0_ADCSR 0x0748 /* ADC Sample Rate - Capture SRC */ 340 #define BA0_SSCR_XLPSRC (1<<8) /* External SRC Loopback Mode */ 341 #define BA0_SSCR_LPSRC (1<<7) /* SRC Loopback Mode */ 347 #define BA0_SRCSA 0x075c /* SRC Slot Assignments */
|
H A D | es1968.c | 1161 0 = mono/left SRC snd_es1968_capture_setup() 1162 1 = right SRC snd_es1968_capture_setup() 1167 the 'mixbuf' bit of page, then through the SRC apu snd_es1968_capture_setup() 1175 /* SRC (left/mono); get input from inputing apu */ snd_es1968_capture_setup() 1184 /* SRC (right) */ snd_es1968_capture_setup()
|
H A D | via82xx.c | 387 unsigned int dxs_src: 1; /* use full SRC capabilities of DXS */ 1201 /* use full SRC capabilities of DXS */ snd_via82xx_pcm_open()
|
/linux-4.1.27/drivers/net/ethernet/i825xx/ |
H A D | lasi_82596.c | 63 according to the terms of the GNU General Public License as modified by SRC,
|
H A D | 82596.c | 35 according to the terms of the GNU General Public License as modified by SRC,
|
H A D | lib82596.c | 63 according to the terms of the GNU General Public License as modified by SRC,
|
/linux-4.1.27/drivers/memory/ |
H A D | fsl_ifc.c | 189 dev_err(ctrl->dev, "SRC ID of the error" fsl_ifc_ctrl_irq()
|
/linux-4.1.27/arch/x86/net/ |
H A D | bpf_jit_comp.c | 66 #define EMIT_mov(DST, SRC) \ 67 do {if (DST != SRC) \ 68 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | dnfb.c | 89 #define SRC 0x3 macro
|
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 95 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
|
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/ |
H A D | ip6_tables.h | 99 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
|
/linux-4.1.27/Documentation/DocBook/ |
H A D | Makefile | 5 # to document the SRC - and how to read it.
|
/linux-4.1.27/include/linux/mlx4/ |
H A D | qp.h | 291 * High 24 bits are SRC remote buffer; low 8 bits are flags:
|
/linux-4.1.27/tools/perf/util/ |
H A D | probe-event.c | 987 * SRC[:SLN[+NUM|-ELN]] 988 * FNC[@SRC][:SLN[+NUM|-ELN]] 1082 * perf probe [EVENT=]SRC[:LN|;PTN] parse_perf_probe_point() 1083 * perf probe [EVENT=]FUNC[@SRC][+OFFS|%return|:LN|;PAT] parse_perf_probe_point() 1160 semantic_error("SRC@SRC is not allowed.\n"); parse_perf_probe_point()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 528 * SRC configuration 606 BLOCK_PRTY_INFO(SRC, 0x4, 0x7, 0x7, 0x7, 0x7),
|
H A D | bnx2x_reg.h | 723 * function that is used is always SRC-PCI; 2.VF_Valid = 0; 3.VFID=0; 1038 interrupt; [22] SRC Parity error; [23] SRC Hw interrupt; [24] TSDM Parity 1052 BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC 1053 Parity error; [23] SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw 1166 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] 1167 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] 1186 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] 1187 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] 1206 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] 1207 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] 1221 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] 1222 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] 1448 Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] SRC Hw 1484 BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC 1485 Parity error; [23] SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw 3364 /* [R 4] debug only: SRC current credit. Transaction based. */ 3580 /* [RW 2] SRC byte swapping mode configuration for master read requests */ 3770 /* [RW 3] page size in L2P table for SRC module; -4k; -8k; -16k; -32k; -64k;
|
H A D | bnx2x_init_ops.h | 908 * SRC initializations
|
H A D | bnx2x_cmn.h | 442 * bnx2x_ilt_set_cnic_info - prepare ILT configurations for SRC
|
H A D | bnx2x.h | 1202 /* SRC (Searcher) host DB constants */
|
H A D | bnx2x_main.c | 8557 /* SRC */ bnx2x_ilt_set_info() 8567 "ilt client[SRC]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n", bnx2x_ilt_set_info()
|
/linux-4.1.27/arch/sparc/net/ |
H A D | bpf_jit_comp.c | 247 #define emit_stmem(OFF, SRC) \ 248 do { *prog++ = ST32I | RS1(SP) | S13(BIAS - (OFF)) | RD(SRC); \
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
H A D | mdp_ppp.c | 58 PPP_ARRAY1(CFG, SRC) 85 PPP_ARRAY1(CHROMA_SAMP, SRC)
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | suspend-imx6.S | 159 * to set it in SRC register.
|
/linux-4.1.27/arch/alpha/math-emu/ |
H A D | math.c | 218 SRC == T_floating. It is also interesting that alpha_fp_emul()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_xcopy.c | 510 pr_debug("Honoring local SRC port from ec_cmd->se_dev:" target_xcopy_setup_pt_port() 513 pr_debug("Honoring local SRC port from ec_cmd->se_lun: %p\n", target_xcopy_setup_pt_port() 526 pr_debug("Setup emulated remote SRC xcopy_pt_port: %p to" target_xcopy_setup_pt_port()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | stv0367.c | 2541 /* Set Correction factor of SRC gain */ stv0367cab_set_srate() 2578 /* Symbol rate and SRC gain calculation */ stv0367cab_set_srate() 2592 /* SRC Gain Calculation */ stv0367cab_set_srate() 2608 /* SRC Gain Calculation */ stv0367cab_set_srate() 2623 /* SRC Gain Calculation */ stv0367cab_set_srate() 2638 /* SRC Gain Calculation */ stv0367cab_set_srate()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 107 #define SRC (1 << 25) macro 1002 * SRC or SRD bit of SYSCTL register 1039 omap_hsmmc_reset_controller_fsm(host, SRC); hsmmc_command_incomplete() 1523 omap_hsmmc_reset_controller_fsm(host, SRC); omap_hsmmc_request()
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
H A D | cx25840-audio.c | 27 * Note: The PLL and SRC parameters are based on a reference frequency that
|
H A D | cx25840-core.c | 1779 /* Check for status of Horizontal lock (SRC lock isn't reliable) */ cx25840_g_input_status()
|
/linux-4.1.27/drivers/mfd/ |
H A D | max14577.c | 303 * I2C dummy device), except masking the INT SRC register.
|
H A D | wm831x-core.c | 899 .name = "PWR SRC",
|
/linux-4.1.27/net/ipv4/ |
H A D | esp4.c | 314 * SRC ports. esp_input_done2()
|
H A D | igmp.c | 2681 seq_puts(seq, "Idx Device MCA SRC INC EXC\n"); igmp_mcf_seq_show()
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | setup.c | 577 #define CLOCK(SRC,RATIO) ((SRC) * (((RATIO) >> 4) & 0x0f) / ((RATIO) & 0x0f)) determine_clocks()
|
/linux-4.1.27/sound/pci/hda/ |
H A D | patch_cirrus.c | 253 * the clock and write enable to the S/PDIF SRC RAMs is not properly 258 * Workaround: The following verb sequence briefly turns on the S/PDIF SRC
|
H A D | patch_ca0132.c | 559 /* SRC clock is 98 MHz/196 MHz (196 MHz forces rate to 96 KHz) */ 561 /* SRC rate is 48 kHz/96 kHz (48 kHz disabled when clock is 196 MHz) */ 563 /* Decode Loop (DSP->SRC->DSP) is disabled/enabled */
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | evergreen_cs.c | 2172 DRM_ERROR("bad CP DMA SRC\n"); evergreen_packet3_check() 2578 /* SRC is memory. */ evergreen_packet3_check() 2595 /* SRC is a reg. */ evergreen_packet3_check() 3415 DRM_ERROR("CP DMA Bad SRC register\n"); evergreen_vm_packet3_check() 3422 DRM_ERROR("CP DMA Bad SRC register\n"); evergreen_vm_packet3_check()
|
H A D | r600_cs.c | 1799 DRM_ERROR("bad CP DMA SRC\n"); r600_packet3_check() 2212 /* SRC is memory. */ r600_packet3_check() 2229 /* SRC is a reg. */ r600_packet3_check()
|
H A D | si.c | 4476 DRM_ERROR("CP DMA Bad SRC register\n"); si_vm_packet3_cp_dma_check() 4483 DRM_ERROR("CP DMA Bad SRC register\n"); si_vm_packet3_cp_dma_check()
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | asihpi.c | 377 /* on cards without SRC, snd_card_asihpi_pcm_samplerates() 1016 /* on cards without SRC, must query at valid rate, snd_card_asihpi_playback_formats() 1199 /* on cards without SRC, must query at valid rate, snd_card_asihpi_capture_formats()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40evf_ethtool.c | 471 /* We need at least the IP SRC and DEST fields for hashing */ i40evf_set_rss_hash_opt()
|
/linux-4.1.27/drivers/s390/block/ |
H A D | dasd_3990_erp.c | 2070 /* print SIM SRC from RefCode */ dasd_3990_erp_handle_sim() 2071 dev_err(&device->cdev->dev, "SIM - SRC: " dasd_3990_erp_handle_sim() 2075 /* print SIM SRC Refcode */ dasd_3990_erp_handle_sim() 2076 dev_warn(&device->cdev->dev, "log SIM - SRC: " dasd_3990_erp_handle_sim()
|
/linux-4.1.27/drivers/edac/ |
H A D | mce_amd.c | 52 const char * const pp_msgs[] = { "SRC", "RES", "OBS", "GEN" };
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
H A D | usercopy.c | 156 updated SRC, DST and N. */ __copy_user()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | acpi.c | 744 printk(KERN_ERR PREFIX "Error parsing NMI SRC entry\n"); acpi_boot_init()
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_nat_core.c | 186 /* Only called for SRC manip */
|
/linux-4.1.27/drivers/media/pci/cx88/ |
H A D | cx88-video.c | 381 bits 8 and 9: DMA complete for: SRC, DST start_video_dma() 383 bits 12 to 15: BERR signal asserted for: BRDG, SRC, DST, IPB start_video_dma()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 409 set SRC, 0 # offsets within an 5402 # If the DST exponent is > the SRC exponent, set the DST exponent # 5403 # equal to 0x3fff and scale the SRC exponent by the value that the # 5404 # DST exponent was scaled by. If the SRC exponent is greater or equal, # 7127 fmovm.x SRC(%a0),&0x80 # load value 7173 fmovm.x SRC(%a0),&0x80 # load value 7219 fmovm.x SRC(%a0),&0x80 # load value 7267 # what's at SRC(a0). 7273 fmovm.x SRC(%a0),&0x80 # return result 7359 fmovm.x SRC(%a0),&0x80 # fetch fop from stack 7597 fmovm.x SRC(%a0),&0x80 # fetch fop from stack 8441 fmovm.x SRC(%a0),&0x80 # return INF result in fp0 8516 fmovm.x SRC(%a0),&0x80 # return result in fp0 8532 fmovm.x SRC(%a0),&0x80 # return result in fp0 8763 fmov.x SRC(%a0),%fp0 # do fmove in 9674 fint.x SRC(%a0),%fp0 # execute fint 9730 fmovm.x SRC(%a0),&0x80 # return result in fp0 9777 fintrz.x SRC(%a0),%fp0 # execute fintrz 9832 fmovm.x SRC(%a0),&0x80 # return result in fp0 10153 fabs.x SRC(%a0),%fp0 # force absolute value 10201 fcmp.x %fp0,SRC(%a0) # do compare 11465 fmovm.x SRC(%a0),&0x80 # return src INF 11914 fmovm.x SRC(%a0),&0x80 # return src INF 12263 fmovm.x SRC(%a0),&0x80 # return +INF in fp0
|
H A D | fpsp.S | 410 set SRC, 0 # offsets within an 9598 fintrz.x SRC(%a0),%fp0 # calc int of src 10967 fmov.x SRC(%a0),%fp0 # the fmove sets the SNAN bit 10977 fmov.x SRC(%a0),%fp0 # return the non-signalling nan 12010 fmovm.x SRC(%a0),&0x80 # return INF result in fp0 12085 fmovm.x SRC(%a0),&0x80 # return result in fp0 12101 fmovm.x SRC(%a0),&0x80 # return result in fp0 12332 fmov.x SRC(%a0),%fp0 # do fmove in 13243 fint.x SRC(%a0),%fp0 # execute fint 13299 fmovm.x SRC(%a0),&0x80 # return result in fp0 13346 fintrz.x SRC(%a0),%fp0 # execute fintrz 13401 fmovm.x SRC(%a0),&0x80 # return result in fp0 13722 fabs.x SRC(%a0),%fp0 # force absolute value 13770 fcmp.x %fp0,SRC(%a0) # do compare 15034 fmovm.x SRC(%a0),&0x80 # return src INF 15483 fmovm.x SRC(%a0),&0x80 # return src INF 15832 fmovm.x SRC(%a0),&0x80 # return +INF in fp0 15856 # If the DST exponent is > the SRC exponent, set the DST exponent # 15857 # equal to 0x3fff and scale the SRC exponent by the value that the # 15858 # DST exponent was scaled by. If the SRC exponent is greater or equal, # 20226 fmovm.x SRC(%a0),&0x80 # load value 20272 fmovm.x SRC(%a0),&0x80 # load value 20318 fmovm.x SRC(%a0),&0x80 # load value 20366 # what's at SRC(a0). 20372 fmovm.x SRC(%a0),&0x80 # return result 20458 fmovm.x SRC(%a0),&0x80 # fetch fop from stack 20696 fmovm.x SRC(%a0),&0x80 # fetch fop from stack
|
H A D | fplsp.S | 390 set SRC, 0 # offsets within an 9239 fintrz.x SRC(%a0),%fp0 # calc int of src 10267 fmov.x SRC(%a0),%fp0
|
/linux-4.1.27/drivers/staging/netlogic/ |
H A D | xlr_net.c | 638 /* Configure to extract SRC port and Dest port for TCP and UDP pkts */ xlr_config_parser()
|
/linux-4.1.27/drivers/dma/ |
H A D | pl330.c | 300 * For now, the SRC & DST protection levels 343 SRC = 0, enumerator in enum:pl330_dst
|
/linux-4.1.27/drivers/tty/ |
H A D | rocket.c | 3020 SRCINT_EN: Interrupt on SRC (Special Rx Condition) 3071 SRCINT_EN: Interrupt on SRC (Special Rx Condition)
|
/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-av-core.c | 294 * Video ADC crystal clock to pixel clock SRC decimation ratio cx18_av_std_setup()
|
/linux-4.1.27/drivers/crypto/caam/ |
H A D | desc.h | 204 /* SRC/DST - Destination for LOAD, Source for STORE */
|
/linux-4.1.27/arch/x86/kernel/acpi/ |
H A D | boot.c | 1194 printk(KERN_ERR PREFIX "Error parsing NMI SRC entry\n"); acpi_parse_madt_ioapic_entries()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
H A D | cx23885-core.c | 1348 /* If the port supports SRC SELECT, configure it */ cx23885_start_dma()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | wl3501_cs.c | 285 * | PLCP | MAC Header | DST SRC Data ... |
|
/linux-4.1.27/drivers/staging/xgifb/ |
H A D | vb_setmode.c | 423 Tempbx = XGI_CRT1Table[index].CR[6]; /* SRC */ XGI_SetXG21CRTC() 518 Tempax = XGI_CRT1Table[index].CR[6]; /* SRC */ XGI_SetXG27CRTC()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 1991 /* We need at least the IP SRC and DEST fields for hashing */ i40e_set_rss_hash_opt()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 1159 /* Setup SRC sources and clocks */ cx231xx_set_audio_decoder_input()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
H A D | init.c | 3380 SiS_Pr->CCRT1CRTC[15] = /* SRC */ SiS_CalcCRRegisters()
|
/linux-4.1.27/include/sound/ |
H A D | emu10k1.h | 840 /* S/PDIF Host Record Index (bypasses SRC) */
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | prom_init.c | 438 /* ToDo: should put up an SRC here on pSeries */ prom_panic()
|
/linux-4.1.27/net/core/ |
H A D | pktgen.c | 362 We fill in SRC address later
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_display.c | 14582 err_printf(m, " SRC: %08x\n", error->pipe[i].source); for_each_pipe()
|