/linux-4.4.14/lib/ |
D | sha1.c | 54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 57 B = ror32(B, 2); } while (0) 59 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 60 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 61 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument 62 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument 63 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument 83 __u32 A, B, C, D, E; in sha_transform() local 86 B = digest[1]; in sha_transform() 92 T_0_15( 0, A, B, C, D, E); in sha_transform() [all …]
|
D | dynamic_queue_limits.c | 13 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument 14 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
|
D | locking-selftest.c | 329 LOCK_UNLOCK_2(A, B); \ 330 LOCK_UNLOCK_2(B, A); /* fail */ 356 LOCK_UNLOCK_2(A, B); \ in GENERATE_TESTCASE() 357 LOCK_UNLOCK_2(B, C); \ 384 LOCK_UNLOCK_2(A, B); \ 386 LOCK_UNLOCK_2(B, C); /* fail */ 412 LOCK_UNLOCK_2(A, B); \ 413 LOCK_UNLOCK_2(B, C); \ 440 LOCK_UNLOCK_2(A, B); \ 442 LOCK_UNLOCK_2(B, D); \ [all …]
|
/linux-4.4.14/drivers/macintosh/ |
D | via-maciisi.c | 33 #define B 0 /* B-side data */ macro 139 int status = via[B] & (TIP|TREQ); in maciisi_stfu() 154 status = via[B] & (TIP|TREQ); in maciisi_stfu() 158 via[B] |= TIP; in maciisi_stfu() 165 status = via[B] & (TIP|TREQ); in maciisi_stfu() 172 if(via[B] & TREQ) in maciisi_stfu() 176 via[B] |= TACK; in maciisi_stfu() 178 via[B] &= ~TACK; in maciisi_stfu() 182 via[B] &= ~TIP; in maciisi_stfu() 200 printk(KERN_DEBUG "maciisi_init_via: initial status %x\n", via[B] & (TIP|TREQ)); in maciisi_init_via() [all …]
|
D | via-cuda.c | 36 #define B 0 /* B-side data */ macro 265 out_8(&via[B], in_8(&via[B]) | TACK | TIP); /* negate them */ in cuda_init_via() 281 out_8(&via[B], in_8(&via[B]) & ~TACK); in cuda_init_via() 284 WAIT_FOR((in_8(&via[B]) & TREQ) == 0, "CUDA response to sync"); in cuda_init_via() 292 out_8(&via[B], in_8(&via[B]) | TACK); in cuda_init_via() 295 WAIT_FOR(in_8(&via[B]) & TREQ, "CUDA response to sync (3)"); in cuda_init_via() 299 out_8(&via[B], in_8(&via[B]) | TIP); /* should be unnecessary */ in cuda_init_via() 423 if ((in_8(&via[B]) & TREQ) == 0) in cuda_start() 429 out_8(&via[B], in_8(&via[B]) & ~TIP); in cuda_start() 476 status = (~in_8(&via[B]) & (TIP|TREQ)) | (in_8(&via[ACR]) & SR_OUT); in cuda_interrupt() [all …]
|
D | via-macii.c | 42 #define B 0 /* B-side data */ macro 180 via[B] |= ST_IDLE; in macii_init_via() 181 last_status = via[B] & (ST_MASK|CTLR_IRQ); in macii_init_via() 364 via[B] = (via[B] & ~ST_MASK) | ST_CMD; in macii_start() 403 status = via[B] & (ST_MASK|CTLR_IRQ); in macii_interrupt() 430 via[B] = (via[B] & ~ST_MASK) | ST_EVEN; in macii_interrupt() 458 via[B] = (via[B] & ~ST_MASK) | ST_IDLE; in macii_interrupt() 463 if ( (via[B] & ST_MASK) == ST_CMD ) { in macii_interrupt() 465 via[B] = (via[B] & ~ST_MASK) | ST_EVEN; in macii_interrupt() 468 via[B] ^= ST_MASK; in macii_interrupt() [all …]
|
D | via-pmu68k.c | 48 #define B 0 /* B-side data */ macro 194 via2[B] |= TREQ; /* negate TREQ */ in pmu_init() 513 via2[B] &= ~TREQ; /* assert TREQ */ in send_byte() 523 via2[B] &= ~TREQ; in recv_byte() 576 irq, pmu_state, (uint) via1[ACR], (uint) via2[B], data_index, data_len, adb_int_pending); in pmu_interrupt() 582 if (via2[B] & TACK) { in pmu_interrupt() 583 printk(KERN_DEBUG "PMU: SR_INT but ack still high! (%x)\n", via2[B]); in pmu_interrupt() 590 via2[B] |= TREQ; in pmu_interrupt() 592 while (!(via2[B] & TACK)) { in pmu_interrupt() 682 pmu_state, (uint) via1[ACR], (uint) via2[B], data_index, data_len, adb_int_pending); in pmu_interrupt()
|
D | via-pmu.c | 82 #define B 0 /* B-side data */ macro 533 out_8(&via[B], via[B] | TREQ); /* negate TREQ */ in init_pmu() 1174 while ((in_8(&via[B]) & TACK) == 0) { in wait_for_ack() 1192 out_8(&v[B], in_8(&v[B]) & ~TREQ); /* assert TREQ */ in send_byte() 1193 (void)in_8(&v[B]); in send_byte() 1203 out_8(&v[B], in_8(&v[B]) & ~TREQ); in recv_byte() 1204 (void)in_8(&v[B]); in recv_byte() 1456 if (via[B] & TREQ) { in pmu_sr_intr() 1457 printk(KERN_ERR "PMU: spurious SR intr (%x)\n", via[B]); in pmu_sr_intr() 1462 while ((in_8(&via[B]) & TACK) != 0) in pmu_sr_intr() [all …]
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | mux.c | 135 MUX_CFG("USB2_SUSP", B, 3, 1, 2, 17, 0, NA, 0, 1) 136 MUX_CFG("USB2_VP", B, 6, 1, 2, 18, 0, NA, 0, 1) 137 MUX_CFG("USB2_TXEN", B, 9, 1, 2, 19, 0, NA, 0, 1) 186 MUX_CFG("BALLOUT_V8_ARMIO3", B, 18, 0, 2, 25, 1, NA, 0, 1) 190 MUX_CFG("W8_1610_MMC2_DAT0", B, 21, 6, 2, 23, 1, 2, 1, 1) 191 MUX_CFG("V8_1610_MMC2_DAT1", B, 27, 6, 2, 25, 1, 2, 1, 1) 193 MUX_CFG("R10_1610_MMC2_DAT3", B, 18, 6, 2, 22, 1, 2, 1, 1) 194 MUX_CFG("Y10_1610_MMC2_CLK", B, 3, 6, 2, 17, 0, 2, 0, 1) 195 MUX_CFG("Y8_1610_MMC2_CMD", B, 24, 6, 2, 24, 1, 2, 1, 1) 196 MUX_CFG("V9_1610_MMC2_CMDDIR", B, 12, 6, 2, 20, 0, 2, 1, 1) [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 119 mov 4(HASH_PTR), B 132 RR F1,A,B,C,D,E,0 133 RR F1,D,E,A,B,C,2 134 RR F1,B,C,D,E,A,4 135 RR F1,E,A,B,C,D,6 136 RR F1,C,D,E,A,B,8 138 RR F1,A,B,C,D,E,10 139 RR F1,D,E,A,B,C,12 140 RR F1,B,C,D,E,A,14 141 RR F1,E,A,B,C,D,16 [all …]
|
D | twofish-x86_64-asm_64.S | 80 movzx b ## B, %edi;\ 82 movzx a ## B, %edi;\ 90 movzx b ## B, %edi;\ 92 movzx a ## B, %edi;\ 118 movzx b ## B, %edi;\ 120 movzx a ## B, %edi;\ 128 movzx b ## B, %edi;\ 130 movzx a ## B, %edi;\ 153 movzx a ## B, %edi;\ 155 movzx b ## B, %edi;\ [all …]
|
D | twofish-i586-asm_32.S | 82 movzx b ## B, %edi;\ 84 movzx a ## B, %edi;\ 92 movzx b ## B, %edi;\ 94 movzx a ## B, %edi;\ 120 movzx b ## B, %edi;\ 122 movzx a ## B, %edi;\ 130 movzx b ## B, %edi;\ 132 movzx a ## B, %edi;\ 157 movzx a ## B, %edi;\ 159 movzx b ## B, %edi;\ [all …]
|
D | sha1_avx2_x86_64_asm.S | 101 .set B, REG_B define 327 .set C, B 328 .set B, TB define 358 mov B, TB 360 rorx $(32-30), B, B /* b>>>2 */ 398 and B, A /* b&c */ 416 xor B, A 432 mov B, T1 442 and B, A 457 mov 4(HASH_PTR), B [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | at91sam9x5_macb1.dtsi | 20 <AT91_PIOC 16 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC16 periph B */ 21 AT91_PIOC 18 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC18 periph B */ 22 AT91_PIOC 19 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC19 periph B */ 23 AT91_PIOC 20 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC20 periph B */ 24 AT91_PIOC 21 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC21 periph B */ 25 AT91_PIOC 27 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC27 periph B */ 26 AT91_PIOC 28 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC28 periph B */ 27 AT91_PIOC 29 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC29 periph B */ 28 AT91_PIOC 30 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC30 periph B */ 29 AT91_PIOC 31 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC31 periph B */
|
D | sama5d3_gmac.dtsi | 31 … <AT91_PIOB 19 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB19 periph B GTX4, conflicts with MCI1_CDA */ 32 … AT91_PIOB 20 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB20 periph B GTX5, conflicts with MCI1_DA0 */ 33 … AT91_PIOB 21 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB21 periph B GTX6, conflicts with MCI1_DA1 */ 34 … AT91_PIOB 22 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB22 periph B GTX7, conflicts with MCI1_DA2 */ 35 … AT91_PIOB 23 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB23 periph B GRX4, conflicts with MCI1_DA3 */ 36 … AT91_PIOB 24 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB24 periph B GRX5, conflicts with MCI1_CK */ 37 AT91_PIOB 25 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB25 periph B GRX6, conflicts with SCK1 */ 38 AT91_PIOB 26 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB26 periph B GRX7, conflicts with CTS1 */ 61 AT91_PIOB 27 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB27 periph B G125CKO */
|
D | at91sam9x5_usart3.dtsi | 24 <AT91_PIOC 22 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PC22 periph B with pullup */ 25 AT91_PIOC 23 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC23 periph B */ 30 <AT91_PIOC 24 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC24 periph B */ 35 <AT91_PIOC 25 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC25 periph B */ 40 <AT91_PIOC 26 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC26 periph B */
|
D | at91sam9263.dtsi | 403 /* A B */ 447 <AT91_PIOD 7 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD7 periph B */ 452 <AT91_PIOD 8 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD8 periph B */ 465 <AT91_PIOD 5 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD5 periph B */ 470 <AT91_PIOD 6 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD6 periph B */ 485 <AT91_PIOC 25 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC25 periph B */ 499 <AT91_PIOC 20 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC20 periph B */ 500 AT91_PIOC 21 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC21 periph B */ 501 AT91_PIOC 22 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC22 periph B */ 502 AT91_PIOC 23 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC23 periph B */ [all …]
|
D | at91rm9200.dtsi | 473 /* A B */ 550 <AT91_PIOA 30 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PA30 periph B */ 555 <AT91_PIOA 31 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PA31 periph B */ 562 <AT91_PIOA 5 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA5 periph B with pullup */ 563 AT91_PIOA 6 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PA6 periph B */ 568 <AT91_PIOB 0 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB0 periph B */ 573 <AT91_PIOB 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB1 periph B */ 602 <AT91_PIOB 12 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB12 periph B */ 603 AT91_PIOB 13 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB13 periph B */ 604 AT91_PIOB 14 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB14 periph B */ [all …]
|
D | at91sam9260.dtsi | 405 /* A B */ 511 <AT91_PIOA 31 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA31 periph B with pullup */ 512 AT91_PIOA 30 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PA30 periph B */ 549 <AT91_PIOA 22 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA22 periph B */ 550 AT91_PIOA 23 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA23 periph B */ 551 AT91_PIOA 24 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA24 periph B */ 552 AT91_PIOA 25 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA25 periph B */ 553 AT91_PIOA 26 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA26 periph B */ 554 AT91_PIOA 27 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA27 periph B */ 555 AT91_PIOA 28 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA28 periph B */ [all …]
|
D | at91sam9n12.dtsi | 492 /* A B C */ 586 <AT91_PIOB 0 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB0 periph B */ 591 <AT91_PIOB 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB1 periph B */ 598 <AT91_PIOC 23 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PC23 periph B with pullup */ 599 AT91_PIOC 22 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC22 periph B */ 604 <AT91_PIOC 24 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC24 periph B */ 609 <AT91_PIOC 25 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC25 periph B */ 654 <AT91_PIOA 11 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA11 periph B with pullup */ 655 AT91_PIOA 12 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA12 periph B with pullup */ 656 AT91_PIOA 13 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA13 periph B with pullup */ [all …]
|
D | at91sam9x5.dtsi | 523 <AT91_PIOB 0 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB0 periph B */ 528 <AT91_PIOB 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB1 periph B */ 533 <AT91_PIOB 2 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB2 periph B */ 604 <AT91_PIOA 13 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA13 periph B */ 605 AT91_PIOA 12 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA12 periph B with pullup */ 606 AT91_PIOA 11 AT91_PERIPH_B AT91_PINCTRL_PULL_UP>; /* PA11 periph B with pullup */ 611 <AT91_PIOA 2 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA2 periph B with pullup */ 612 AT91_PIOA 3 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA3 periph B with pullup */ 613 AT91_PIOA 4 AT91_PERIPH_B AT91_PINCTRL_PULL_UP>; /* PA4 periph B with pullup */ 620 <AT91_PIOA 24 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA24 periph B */ [all …]
|
D | integratorap.dts | 91 0x4800 0 0 2 &pic 14 /* INT B on slot 9 is irq 14 */ 96 0x5000 0 0 2 &pic 15 /* INT B on slot 10 is irq 15 */ 101 0x5800 0 0 2 &pic 16 /* INT B on slot 11 is irq 16 */ 106 0x6000 0 0 2 &pic 13 /* INT B on slot 12 is irq 13 */
|
D | sama5d3_can.dtsi | 28 <AT91_PIOB 14 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB14 periph B RX, conflicts with GCRS */ 29 AT91_PIOB 15 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB15 periph B TX, conflicts with GCOL */
|
D | sama5d3_uart.dtsi | 34 … <AT91_PIOA 30 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA30 periph B, conflicts with TWD0, ISI_VSYNC */ 35 …AT91_PIOA 31 AT91_PERIPH_B AT91_PINCTRL_PULL_UP>; /* PA31 periph B with pullup, conflicts with TWC…
|
D | at91sam9g45.dtsi | 439 /* A B */ 540 <AT91_PIOB 17 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB17 periph B */ 545 <AT91_PIOB 15 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB15 periph B */ 576 <AT91_PIOC 9 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC9 periph B */ 581 <AT91_PIOC 11 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC11 periph B */ 594 <AT91_PIOA 23 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PA23 periph B */ 599 <AT91_PIOA 24 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PA24 periph B */ 628 <AT91_PIOA 6 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA6 periph B */ 629 AT91_PIOA 7 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA7 periph B */ 630 AT91_PIOA 8 AT91_PERIPH_B AT91_PINCTRL_NONE /* PA8 periph B */ [all …]
|
D | sama5d3.dtsi | 482 /* A B C */ 565 …<AT91_PIOC 26 AT91_PERIPH_B AT91_PINCTRL_NONE /* PC26 periph B TWD1 pin, conflicts with SPI1_NPCS1… 566 …AT91_PIOC 27 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC27 periph B TWCK1 pin, conflicts with SPI1_NPC… 767 <AT91_PIOB 2 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB2 periph B TK1, conflicts with GTX2 */ 768 AT91_PIOB 3 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB3 periph B TF1, conflicts with GTX3 */ 769 AT91_PIOB 6 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB6 periph B TD1, conflicts with TD1 */ 774 <AT91_PIOB 7 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB7 periph B RK1, conflicts with EREFCK */ 775 AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB10 periph B RF1, conflicts with GTXER */ 776 AT91_PIOB 11 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB11 periph B RD1, conflicts with GRXCK */ 827 <AT91_PIOE 25 AT91_PERIPH_B AT91_PINCTRL_NONE /* PE25 periph B, conflicts with A25 */ [all …]
|
D | bcm2835-rpi-b.dts | 6 model = "Raspberry Pi Model B";
|
D | bcm2835-rpi-b-rev2.dts | 6 model = "Raspberry Pi Model B rev2";
|
D | bcm2835-rpi-b-plus.dts | 6 model = "Raspberry Pi Model B+";
|
D | at91sam9g15.dtsi | 20 /* A B C */
|
D | at91sam9g35.dtsi | 21 /* A B C */
|
D | at91sam9x35.dtsi | 22 /* A B C */
|
D | at91sam9x25.dtsi | 23 /* A B C */
|
D | at91sam9g25.dtsi | 22 /* A B C */
|
/linux-4.4.14/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 19 | 2048B data | 32B spare | 30B ECC || 2048B data | 32B spare | 30B ECC | ... | 26 | 4096B data | 64B spare | 33 | 4096B data | 32B spare | 30B ECC | 32B spare | 30B ECC | 37 (with some additional controller-specific magic) and read two chunks of 2080B 55 So, repeating the above scheme, a 2048B data chunk will be followed by 32B 56 spare, and then the ECC controller will read/write the ECC code (30B in 60 | 2048B data | 32B spare | 30B ECC | 64 If the ECC mode is 'Hamming' the ECC is 6 bytes long, for each 512B block. 65 So in Hamming mode, a 2048B page will have a 24B ECC.
|
/linux-4.4.14/Documentation/zh_CN/ |
D | io_ordering.txt | 41 CPU B: spin_lock_irqsave(&dev_lock, flags) 42 CPU B: val = readl(my_status); 43 CPU B: ... 44 CPU B: writel(newval2, ring_ptr); 45 CPU B: spin_unlock_irqrestore(&dev_lock, flags) 59 CPU B: spin_lock_irqsave(&dev_lock, flags) 60 CPU B: val = readl(my_status); 61 CPU B: ... 62 CPU B: writel(newval2, ring_ptr); 63 CPU B: (void)readl(safe_register); /* 配置寄存器?*/ [all …]
|
/linux-4.4.14/Documentation/usb/ |
D | chipidea.txt | 21 is micro B plug. 23 The A-device(with micro A plug inserted) should enumrate B-device. 26 On B-device: 33 B-device should take host role and enumrate A-device. 36 On B-device: 39 A-device should switch back to host and enumrate B-device. 41 5) Remove B-device(unplug micro B plug) and insert again in 10 seconds, 42 A-device should enumrate B-device again. 44 6) Remove B-device(unplug micro B plug) and insert again after 10 seconds, 45 A-device should NOT enumrate B-device. [all …]
|
/linux-4.4.14/Documentation/ |
D | io_ordering.txt | 20 CPU B: spin_lock_irqsave(&dev_lock, flags) 21 CPU B: val = readl(my_status); 22 CPU B: ... 23 CPU B: writel(newval2, ring_ptr); 24 CPU B: spin_unlock_irqrestore(&dev_lock, flags) 38 CPU B: spin_lock_irqsave(&dev_lock, flags) 39 CPU B: val = readl(my_status); 40 CPU B: ... 41 CPU B: writel(newval2, ring_ptr); 42 CPU B: (void)readl(safe_register); /* maybe a config register? */ [all …]
|
D | memory-barriers.txt | 117 { A == 1; B == 2 } 118 A = 3; x = B; 119 B = 4; y = A; 124 STORE A=3, STORE B=4, y=LOAD A->3, x=LOAD B->4 125 STORE A=3, STORE B=4, x=LOAD B->4, y=LOAD A->3 126 STORE A=3, y=LOAD A->3, STORE B=4, x=LOAD B->4 127 STORE A=3, y=LOAD A->3, x=LOAD B->2, STORE B=4 128 STORE A=3, x=LOAD B->2, STORE B=4, y=LOAD A->3 129 STORE A=3, x=LOAD B->2, y=LOAD A->3, STORE B=4 130 STORE B=4, STORE A=3, y=LOAD A->3, x=LOAD B->4 [all …]
|
/linux-4.4.14/arch/metag/lib/ |
D | divsi3.S | 18 B $LIDMCUStart 29 !! A already in D1Ar1, B already in D0Ar2 -> make B abs(B) 31 MOV D1Re0,D0Ar2 ! A already in A1Ar1, B -> D1Re0 35 ABS D1Re0,D1Re0 ! abs(B) -> Bu 81 LSLGT D1Re0,D1Re0,D1Ar3 ! ( > 0) ? left shift B 86 !! if ( A >= B ) add curbit to result and subtract B from A 87 !! shift curbit and B down by 1 in either case 90 CMP D1Ar1, D1Re0 ! ( A >= B )? 92 SUBCC D1Ar1, D1Ar1, D1Re0 ! and A -= B 94 LSR D1Re0, D1Re0, #1 ! Shift down B
|
D | memmove.S | 142 B $Lbbyte_loop 178 B $Lbbyte_loop 194 B $Lbbyte_loop 228 B $LEND 295 B $Lfbyte_loop 328 B $Lfbyte_loop 343 B $Lfbyte_loop
|
D | memcpy.S | 77 B $Lend 133 B $Lunaligned_end 161 B $Lunaligned_end 183 B $Lbyte_copy
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
D | pinctrl-sun5i-a10s.c | 136 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 140 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 144 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 149 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 154 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 159 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 164 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 169 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 7), 174 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 8), 179 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 9), [all …]
|
D | pinctrl-sun7i-a20.c | 146 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 150 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 154 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 158 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 163 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 167 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 172 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 177 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 7), 182 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 8), 187 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 9), [all …]
|
D | pinctrl-sun4i-a10.c | 123 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 127 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 131 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 135 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 146 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 150 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 155 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 160 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 7), 165 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 8), 170 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 9), [all …]
|
D | pinctrl-sun5i-a13.c | 23 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 27 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 31 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 36 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 41 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 47 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 10), 53 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 15), 57 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 16), 61 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 17), 65 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 18),
|
D | pinctrl-sun8i-a83t.c | 25 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 31 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 37 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 43 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 49 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 55 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 61 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 67 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 7), 73 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 8), 79 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 9), [all …]
|
D | pinctrl-sun8i-a33.c | 25 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 31 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 37 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 42 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 47 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 53 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 59 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 65 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 7),
|
D | pinctrl-sun8i-a23.c | 71 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 76 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 81 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 86 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 91 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 96 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 101 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 106 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 7),
|
D | pinctrl-sun6i-a31s.c | 196 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 202 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 207 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 212 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 217 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 223 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 230 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 237 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 7),
|
D | pinctrl-sun6i-a31.c | 223 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 0), 230 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 1), 235 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 2), 240 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3), 245 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4), 251 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 258 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 265 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 7),
|
D | pinctrl-sun9i-a80.c | 132 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 5), 137 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 6), 144 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 14), 149 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 15), 155 SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 16),
|
/linux-4.4.14/drivers/isdn/icn/ |
D | Kconfig | 2 tristate "ICN 2B and 4B support" 6 company called ICN. 2B is the standard version for a single ISDN 7 line with two B-channels, 4B supports two ISDN lines. For running
|
/linux-4.4.14/Documentation/filesystems/ |
D | sharedsubtree.txt | 169 B) A process wants its mounts invisible to any other process, but 343 mount --bind A/a B/b 345 where 'A' is the source mount, 'a' is the dentry in the mount 'A', 'B' 348 The outcome depends on the type of mount of 'A' and 'B'. The table 354 | dest(B) | | | | | 365 1. 'A' is a shared mount and 'B' is a shared mount. A new mount 'C' 367 mounted on mount 'B' at dentry 'b'. Also new mount 'C1', 'C2', 'C3' ... 368 are created and mounted at the dentry 'b' on all mounts where 'B' 371 'B'. And finally the peer-group of 'C' is merged with the peer group 374 2. 'A' is a private mount and 'B' is a shared mount. A new mount 'C' [all …]
|
D | f2fs.txt | 474 "A(2B)" means a bucket includes 2 data blocks. 478 B : block 482 level #0 | A(2B) 484 level #1 | A(2B) - A(2B) 486 level #2 | A(2B) - A(2B) - A(2B) - A(2B) 488 level #N/2 | A(2B) - A(2B) - A(2B) - A(2B) - A(2B) - ... - A(2B) 490 level #N | A(4B) - A(4B) - A(4B) - A(4B) - A(4B) - ... - A(4B)
|
D | nilfs2.txt | 203 data blocks and B-tree node blocks: 205 |<--- File-A --->|<--- File-B --->| 207 | Data blocks | B-tree blocks | Data blocks | B-tree blocks | ... 212 files without data blocks or B-tree node blocks. 220 |_blocks__|___A___|_(A,1)_|_____|(A,Na)_|___B___|_(B,1)_|_____|(B,Nb)_|___
|
D | directory-locking | 52 objects - A < B iff A is an ancestor of B. 57 attempts to acquire lock on B, A will remain the parent of B until we 58 acquire the lock on B. (Proof: only cross-directory rename can change
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 125 - file B with samples f2, f4, f5 132 - perf diff A B C 134 baseline/A compute/B compute/C samples 143 - perf diff B A C 145 baseline/B compute/A compute/C samples 154 - perf diff C B A 156 baseline/C compute/B compute/A samples 171 d = A->period_percent - B->period_percent 174 - A/B being matching hist entry from data/baseline file specified 188 r = A->period / B->period [all …]
|
/linux-4.4.14/arch/blackfin/lib/ |
D | memcpy.S | 64 R3 = B[P1++] (X); 66 B[P0++] = R3; 99 R1 = B[P1++] (X); 101 B[P0++] = R1; 118 R1 = B[P1--] (X); 120 B[P0--] = R1;
|
D | memmove.S | 69 .Lbyte2_s: R1 = B[P3++](Z); 70 .Lbyte2_e: B[P0++] = R1; 79 R1 = B[P3--] (Z); 87 .Lol_s: B[P0--] = R1; 88 .Lol_e: R1 = B[P3--] (Z); 89 .Lno_loop: B[P0] = R1;
|
D | memset.S | 32 R1 = R1.B (Z); /* R1 = fill char */ 66 B[P0++] = R1; 78 B[P0++] = R1; 83 B[P0++] = R1; 84 B[P0++] = R1;
|
D | ins.S | 103 B[P1++] = R0; \ 105 B[P1++] = R0; \ 109 R0 = B[P0]; \ 110 B[P1++] = R0; \
|
D | outs.S | 49 .Lbyte_loop_s: R0 = B[P1++]; 50 .Lbyte_loop_e: B[P0] = R0; 62 .Lword8_loop_s: R1 = B[P1++]; 63 R0 = B[P1++];
|
D | strncpy.S | 36 R1 = B [P1++] (Z); 37 B [P0++] = R1; 81 B [P0++] = R1;
|
D | strcpy.S | 29 R1 = B [P1++] (Z); 30 B [P0++] = R1;
|
D | strcmp.S | 31 R0 = B[P0++] (Z); /* get *s1 */ 32 R1 = B[P1++] (Z); /* get *s2 */
|
D | memchr.S | 24 R1 = R1.B(Z); 32 R3 = B[P0++](Z);
|
D | strncmp.S | 31 R0 = B[P0++] (Z); /* get *s1 */ 32 R1 = B[P1++] (Z); /* get *s2 */
|
D | memcmp.S | 60 R1 = B[P3++](Z); /* *s2 */ 61 R0 = B[P0++](Z); /* *s1 */
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.usbvision | 9 8 -> Hauppauge WinTV USB Live (PAL B/G) [0573:2d00] 17 16 -> Hauppauge WinTV USB (PAL B/G) [0573:4d01] 22 21 -> Hauppauge WinTV USB (PAL B/G FM) [0573:4d11] 27 26 -> Hauppauge WinTV USB Pro (PAL/SECAM B/G/I/D/K/L) [0573:4d2c] 29 28 -> Hauppauge WinTV USB Pro (PAL B/G) [0573:4d21] 35 34 -> Hauppauge WinTV USB Pro (PAL B/G) V2 [0573:4d27] 36 35 -> Hauppauge WinTV USB Pro (PAL B/G,D/K) [0573:4d28] 39 38 -> Hauppauge WinTV USB Pro (PAL B/G FM) [0573:4d31] 42 41 -> Hauppauge WinTV USB Pro (Temic PAL/SECAM B/G/I/D/K/L FM) [0573:4d35] 43 42 -> Hauppauge WinTV USB Pro (Temic PAL B/G FM) [0573:4d36] [all …]
|
D | 4CCs.txt | 19 B: raw bayer, uncompressed 25 B: BGGR
|
D | CARDLIST.saa7134 | 21 20 -> Matrox CronosPlus [102B:48d0] 80 79 -> Sedna/MuchTV PC TV Cardbus TV/Radio (ITO25 Rev:2B) 92 91 -> AVerMedia A169 B [1461:7360] 160 159 -> Beholder BeholdTV 505 RDS [0000:505B] 162 161 -> Beholder BeholdTV 507 RDS [0000:507B]
|
D | omap4_camera.txt | 10 - Interfaces (2 Interfaces: CSI2-A & CSI2-B/CCP2) 19 This driver is supporting _only_ the CSI2-A/B interfaces for now.
|
D | Zoran | 145 The CCIR has defined different standards: A,B,D,E,F,G,D,H,I,K,K1,L,M,N,... 155 When you talk about PAL, you usually mean: CCIR - B/G using the PAL 191 can handle: PAL B/G/H/I, PAL N, PAL M, NTSC M, NTSC N, NTSC 4.43 and SECAM 195 can handle: PAL B/G, NTSC M and SECAM 199 can handle: PAL B/G/D/H/I/N, PAL N, PAL M, NTSC M, NTSC 4.43 and SECAM 203 can handle: PAL B/D/G/H/I, NTSC M 207 can handle: PAL B/G/H/I, PAL N, PAL M, NTSC M, NTSC 44, PAL 60, SECAM,NTSC Comb 211 can handle: NTSC-M/N/44, PAL-M/N/B/G/H/I/D/K/L and SECAM 224 can generate: PAL B/G, NTSC M 228 can generate: PAL B/D/G/H/I/N, PAL M, NTSC M, PAL-N (Argentina) [all …]
|
/linux-4.4.14/Documentation/kbuild/ |
D | Kconfig.select-break | 15 # The option B and C are clearly contradicting with respect to A. 17 # visit the dependencies of the select target (in this case B). And since 18 # Kconfig does not visit the dependencies, it breaks the dependencies of B 26 config B config 27 bool "CONFIG B" 33 select B
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | Build | 12 diff -B -I'^#include' util/intel-pt-decoder/insn.c ../../arch/x86/lib/insn.c >/dev/null && \ 13 diff -B -I'^#include' util/intel-pt-decoder/inat.c ../../arch/x86/lib/inat.c >/dev/null && \ 14 …diff -B util/intel-pt-decoder/x86-opcode-map.txt ../../arch/x86/lib/x86-opcode-map.txt >/dev/null … 15 …diff -B util/intel-pt-decoder/gen-insn-attr-x86.awk ../../arch/x86/tools/gen-insn-attr-x86.awk >/d… 16 …diff -B -I'^#include' util/intel-pt-decoder/insn.h ../../arch/x86/include/asm/insn.h >/dev/null &&… 17 …diff -B -I'^#include' util/intel-pt-decoder/inat.h ../../arch/x86/include/asm/inat.h >/dev/null &&… 18 …diff -B -I'^#include' util/intel-pt-decoder/inat_types.h ../../arch/x86/include/asm/inat_types.h >…
|
D | x86-opcode-map.txt | 105 41: INC eCX (i64) | REX.B (o64) 210 a4: MOVS/B Yb,Xb 212 a6: CMPS/B Xb,Yb 216 aa: STOS/B Yb,AL 218 ac: LODS/B AL,Xb 220 ae: SCAS/B AL,Yb 333 0b: UD2 (1B) 883 0: SGDT Ms | VMCALL (001),(11B) | VMLAUNCH (010),(11B) | VMRESUME (011),(11B) | VMXOFF (100),(11B) 884 1: SIDT Ms | MONITOR (000),(11B) | MWAIT (001),(11B) | CLAC (010),(11B) | STAC (011),(11B) 885 2: LGDT Ms | XGETBV (000),(11B) | XSETBV (001),(11B) | VMFUNC (100),(11B) | XEND (101)(11B) | XTEST… [all …]
|
/linux-4.4.14/crypto/ |
D | des_generic.c | 590 #define ROUND(L, R, A, B, K, d) \ argument 591 B = K[0]; A = K[1]; K += d; \ 592 B ^= R; A ^= R; \ 593 B &= 0x3f3f3f3f; ROR(A, 4); \ 594 L ^= S8[0xff & B]; A &= 0x3f3f3f3f; \ 595 L ^= S6[0xff & (B >> 8)]; B >>= 16; \ 598 L ^= S4[0xff & B]; \ 599 L ^= S2[0xff & (B >> 8)]; \ 809 u32 L, R, A, B; in des_encrypt() local 817 ROUND(L, R, A, B, K, 2); in des_encrypt() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm2835.txt | 12 Raspberry Pi Model B 16 Raspberry Pi Model B (no P5) 17 early model B with I2C0 rather than I2C1 routed to the expansion header 21 Raspberry Pi Model B rev2 25 Raspberry Pi Model B+
|
/linux-4.4.14/fs/squashfs/ |
D | squashfs_fs.h | 120 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \ argument 121 (B) & ~SQUASHFS_COMPRESSED_BIT : SQUASHFS_COMPRESSED_BIT) 123 #define SQUASHFS_COMPRESSED(B) (!((B) & SQUASHFS_COMPRESSED_BIT)) argument 127 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ argument 130 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK)) argument 140 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument 141 << 16) + (B)))
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 127 # macro MAGIC_F0 F,B,C,D,T ## F = (D ^ (B & (C ^ D))) 134 # macro MAGIC_F1 F,B,C,D,T ## F = (B ^ C ^ D) 140 # macro MAGIC_F2 F,B,C,D,T ## F = ((B & C) | (B & D) | (C & D)) 148 # macro MAGIC_F3 F,B,C,D,T ## F = (B ^ C ^ D) 196 \MAGIC \regF,\regB,\regC,\regD,\regT ## FUN = MAGIC_Fi(B,C,D) 226 # ymm1 B 244 B = %ymm1 define 276 C = B 277 B = A define 310 vmovdqu 1*32(arg1), B [all …]
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 130 B4 76 41 82 C9 20 2C 10 18 40 BC 8B E5 44 4C 6C 131 3A B2 92 0C A4 9B 2A 83 EB 5C 12 85 04 48 A0 B6 133 86 C4 F7 F3 29 60 52 93 6B B2 E5 AB 8B A9 09 E3 134 D7 0E 7D CA 41 BF 43 07 65 86 3C 8C 13 7A D0 8B 135 82 5E 96 0B F8 1F 5F 34 06 DA A2 52 C1 A9 D5 26 [all …]
|
/linux-4.4.14/tools/testing/selftests/sysctl/ |
D | run_stringtests | 37 if ! grep -q B "${TARGET}"; then 48 if grep -q B "${TARGET}"; then 59 if grep -q B "${TARGET}"; then 70 if grep -q B "${TARGET}"; then
|
/linux-4.4.14/arch/powerpc/math-emu/ |
D | fctiw.c | 12 FP_DECL_D(B); in fctiw() 16 FP_UNPACK_DP(B, frB); in fctiw() 17 FP_TO_INT_D(r, B, 32, 1); in fctiw()
|
D | frsp.c | 13 FP_DECL_D(B); in frsp() 20 FP_UNPACK_DP(B, frB); in frsp() 26 __FP_PACK_DS(frD, B); in frsp()
|
D | fctiwz.c | 12 FP_DECL_D(B); in fctiwz() 21 FP_UNPACK_DP(B, frB); in fctiwz() 22 FP_TO_INT_D(r, B, 32, 1); in fctiwz()
|
D | fsqrt.c | 12 FP_DECL_D(B); in fsqrt() 20 FP_UNPACK_DP(B, frB); in fsqrt() 31 FP_SQRT_D(R, B); in fsqrt()
|
D | fsqrts.c | 13 FP_DECL_D(B); in fsqrts() 21 FP_UNPACK_DP(B, frB); in fsqrts() 32 FP_SQRT_D(R, B); in fsqrts()
|
D | fadd.c | 13 FP_DECL_D(B); in fadd() 22 FP_UNPACK_DP(B, frB); in fadd() 29 FP_ADD_D(R, A, B); in fadd()
|
D | fadds.c | 14 FP_DECL_D(B); in fadds() 23 FP_UNPACK_DP(B, frB); in fadds() 30 FP_ADD_D(R, A, B); in fadds()
|
D | fcmpu.c | 13 FP_DECL_D(B); in fcmpu() 23 FP_UNPACK_DP(B, frB); in fcmpu() 30 FP_CMP_D(cmp, A, B, 2); in fcmpu()
|
D | fsubs.c | 14 FP_DECL_D(B); in fsubs() 23 FP_UNPACK_DP(B, frB); in fsubs() 36 FP_ADD_D(R, A, B); in fsubs()
|
D | fsub.c | 13 FP_DECL_D(B); in fsub() 22 FP_UNPACK_DP(B, frB); in fsub() 35 FP_ADD_D(R, A, B); in fsub()
|
D | fcmpo.c | 13 FP_DECL_D(B); in fcmpo() 23 FP_UNPACK_DP(B, frB); in fcmpo() 33 FP_CMP_D(cmp, A, B, 2); in fcmpo()
|
D | fmul.c | 13 FP_DECL_D(B); in fmul() 22 FP_UNPACK_DP(B, frB); in fmul() 35 FP_MUL_D(R, A, B); in fmul()
|
D | fmuls.c | 14 FP_DECL_D(B); in fmuls() 23 FP_UNPACK_DP(B, frB); in fmuls() 36 FP_MUL_D(R, A, B); in fmuls()
|
D | fdivs.c | 14 FP_DECL_D(B); in fdivs() 23 FP_UNPACK_DP(B, frB); in fdivs() 49 FP_DIV_D(R, A, B); in fdivs()
|
D | fdiv.c | 13 FP_DECL_D(B); in fdiv() 22 FP_UNPACK_DP(B, frB); in fdiv() 47 FP_DIV_D(R, A, B); in fdiv()
|
D | fnmsubs.c | 15 FP_DECL_D(B); in fnmsubs() 25 FP_UNPACK_DP(B, frB); in fnmsubs() 46 FP_ADD_D(R, T, B); in fnmsubs()
|
D | fnmsub.c | 14 FP_DECL_D(B); in fnmsub() 24 FP_UNPACK_DP(B, frB); in fnmsub() 45 FP_ADD_D(R, T, B); in fnmsub()
|
D | fmsubs.c | 15 FP_DECL_D(B); in fmsubs() 25 FP_UNPACK_DP(B, frB); in fmsubs() 46 FP_ADD_D(R, T, B); in fmsubs()
|
D | fmadds.c | 15 FP_DECL_D(B); in fmadds() 25 FP_UNPACK_DP(B, frB); in fmadds() 43 FP_ADD_D(R, T, B); in fmadds()
|
D | fmadd.c | 14 FP_DECL_D(B); in fmadd() 24 FP_UNPACK_DP(B, frB); in fmadd() 42 FP_ADD_D(R, T, B); in fmadd()
|
D | fnmadds.c | 15 FP_DECL_D(B); in fnmadds() 25 FP_UNPACK_DP(B, frB); in fnmadds() 43 FP_ADD_D(R, T, B); in fnmadds()
|
D | fmsub.c | 14 FP_DECL_D(B); in fmsub() 24 FP_UNPACK_DP(B, frB); in fmsub() 45 FP_ADD_D(R, T, B); in fmsub()
|
D | fnmadd.c | 14 FP_DECL_D(B); in fnmadd() 24 FP_UNPACK_DP(B, frB); in fnmadd() 42 FP_ADD_D(R, T, B); in fnmadd()
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv4-large.S | 93 eor r10,r10,r6,ror#2 @ F_00_19(B,C,D) 95 add r7,r7,r10 @ E+=F_00_19(B,C,D) 118 eor r10,r10,r5,ror#2 @ F_00_19(B,C,D) 120 add r6,r6,r10 @ E+=F_00_19(B,C,D) 143 eor r10,r10,r4,ror#2 @ F_00_19(B,C,D) 145 add r5,r5,r10 @ E+=F_00_19(B,C,D) 168 eor r10,r10,r3,ror#2 @ F_00_19(B,C,D) 170 add r4,r4,r10 @ E+=F_00_19(B,C,D) 193 eor r10,r10,r7,ror#2 @ F_00_19(B,C,D) 195 add r3,r3,r10 @ E+=F_00_19(B,C,D) [all …]
|
D | sha256-armv4.pl | 48 $B="r5"; 55 @V=($A,$B,$C,$D,$E,$F,$G,$H); 223 ldmia $ctx,{$A,$B,$C,$D,$E,$F,$G,$H} 232 eor $t3,$B,$C @ magic 251 add $B,$B,$t1 264 stmia $t3,{$A,$B,$C,$D,$E,$F,$G,$H} 502 eor $t3,$B,$C 544 add $B,$B,$t2 553 str $B,[$t1],#4 566 eorne $t3,$B,$C
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 10 3 - MS-124W M/B mode support (3) 13 For the Midiator MS-124W, you must set the physical M-S and A-B 36 all four MIDI Out connectors. Set the A-B switch and the speed module 37 parameter to match (A=19200, B=9600). 39 Usage example for MS-124T, with A-B switch in A position: 54 In MS-124W M/B mode, the driver supports 16 ALSA raw MIDI substreams; 60 to send the data to no ports. M/B mode has extra overhead to select the MIDI 65 Usage example for M/B mode: 71 the MIDI Outs to act independently at double the aggregate throughput of M/B, 78 Note that the suffix letter is significant; the MS-124 and MS-124B are not [all …]
|
/linux-4.4.14/Documentation/cgroups/ |
D | devices.txt | 64 B 68 B deny "c 1:3 rwm", "c 116:2 rwm", "b 3:* rwm" 72 it'll propagate down and after revalidating B's entries, the whitelist entry 77 B "c 1:3 rwm", "b 3:* rwm" all the rest 85 B 89 B "c 1:3 rwm", "c 1:5 r" all the rest 97 B "c 1:3 rwm", "c 1:5 r" all the rest 99 but now it'll be possible to add new entries to B: 100 # echo "c 2:3 rwm" >B/devices.allow 101 # echo "c 50:3 r" >B/devices.allow [all …]
|
D | memcg_test.txt | 218 (Shell-B) 239 Case B) when you use mem+swap limitation. 252 (Shell-B) 253 #mkdir /cgroup/B 254 #echo 1 >/cgroup/B/memory.move_charge_at_immigrate 255 #echo "pid of the program running in group A" >/cgroup/B/tasks 258 memory.stat of both A and B. 270 (Shell-B) Add task to cgroup and try to allocate and free memory
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Tuners | 19 B= BG 86 TPI8PSB11 : PAL B/G (TPI8PSB01 w/FM) (P,170/450) 88 TPI8PSB12 : PAL D/K+B/G (TPI8PSB02 w/FM) (P,170/450) 90 TAPC-G701P: PAL B/G (TAPC-G001P w/FM) (L,170/450) 94 TAPC-G702P: PAL D/K+B/G (L,170/450) 96 TADC-H002F: NTSC (L,175/410?; 2-B, C-W+11, W+12-69) 97 TADC-M201D: PAL D/K+B/G+I (L,143/425) (sound control at I2C address 0xc8) 98 TADC-T003F: NTSC Taiwan (L,175/410?; 2-B, C-W+11, W+12-69)
|
/linux-4.4.14/Documentation/isdn/ |
D | README.icn | 80 When using the ICN double card (4B), you MUST define TWO idstrings. 82 to distinguish between a 2B and 4B type card. Therefore, by supplying 83 TWO idstrings, you tell the driver that you have a 4B installed. 108 When using the ICN double card (4B), you MUST define TWO idstrings. 110 to distinguish between a 2B and 4B type card. Therefore, by supplying 111 TWO idstrings, you tell the driver that you have a 4B installed. 131 will be downloaded into the 2B-card using the following command: 139 To load a 4B-card, the same command is used, except a second firmware 143 (ICN-4B: 4 LEDs) must be blinking intermittently now. If a connection
|
D | README.fax | 25 - full support with both B-channels. 28 - full support with all B-channels. 31 - full support on amount of B-channels
|
D | README.pcbit | 22 - Only HDLC in B-channels is supported at the moment. There is no 23 current support for X.25 in B or D channels nor LAPD in B
|
D | INTERFACE.fax | 64 (one of the constants ISDN_FAX_PHASE_[IDLE,A,B,C,D,E]) 96 switching to phase B. 99 switching to phase B. 110 1: switching to phase B (next document)
|
D | README.HiSax | 336 Apr 13 21:01:59 kke01 kernel: Elsa: HSCX version A: V2.1 B: V2.1 372 0x0010 B-Channel X.75 374 0x0040 B-Channel l2 376 0x0100 B-Channel link state debugging 381 0x2000 B-Channel l1 state debugging 390 0x0020 HSCX FIFO (attention: full B-Channel output!) 408 between the CONNECT message and sending the first data on the B-channel is now 572 f) switch the card into leased mode for each used B-channel 610 # B-CHANNEL 1 619 # B-CHANNEL 2 [all …]
|
/linux-4.4.14/firmware/dsp56k/ |
D | bootstrap.asm | 11 M_PBC EQU $FFE0 ; Port B Control Register 12 M_PBDDR EQU $FFE2 ; Port B Data Direction Register 13 M_PBD EQU $FFE4 ; Port B Data Register 27 M_CRB EQU $FFED ; SSI Control Register B 40 ; clr B #0,r4 43 ; move A,X:(r0)+ B,Y:(r4)+
|
/linux-4.4.14/arch/ia64/kernel/ |
D | kprobes.c | 45 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator 63 { M, I, B }, /* 10 */ 64 { M, I, B }, /* 11 */ 65 { M, B, B }, /* 12 */ 66 { M, B, B }, /* 13 */ 69 { B, B, B }, /* 16 */ 70 { B, B, B }, /* 17 */ 71 { M, M, B }, /* 18 */ 72 { M, M, B }, /* 19 */ 75 { M, F, B }, /* 1C */ [all …]
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 105 41: INC eCX (i64) | REX.B (o64) 210 a4: MOVS/B Yb,Xb 212 a6: CMPS/B Xb,Yb 216 aa: STOS/B Yb,AL 218 ac: LODS/B AL,Xb 220 ae: SCAS/B AL,Yb 333 0b: UD2 (1B) 883 0: SGDT Ms | VMCALL (001),(11B) | VMLAUNCH (010),(11B) | VMRESUME (011),(11B) | VMXOFF (100),(11B) 884 1: SIDT Ms | MONITOR (000),(11B) | MWAIT (001),(11B) | CLAC (010),(11B) | STAC (011),(11B) 885 2: LGDT Ms | XGETBV (000),(11B) | XSETBV (001),(11B) | VMFUNC (100),(11B) | XEND (101)(11B) | XTEST… [all …]
|
/linux-4.4.14/arch/ia64/lib/ |
D | copy_page_mck.S | 94 #define B (PREFETCH_DIST) macro 95 #define C (B + PREFETCH_DIST) 133 (p[B]) st8 [dst_pre_mem] = v[B], 128 // M2 143 (p[B]) st8 [dst_pre_mem] = v[B], 128 // M2 prefetch dst from memory
|
D | memcpy_mck.S | 62 #define B (PREFETCH_DIST) macro 63 #define C (B + PREFETCH_DIST) 212 EK(.ex_hndlr_lcpy_1, (p[B]) st8 [dst_pre_mem] = v[B], 128) // M2 222 EX(.ex_handler_lcpy, (p[B]) st8 [dst_pre_mem] = v[B], 128) // M2 prefetch dst from memory 527 #undef B 552 #define B r20 macro 631 sub B = dst0, saved_in0 // how many byte copied so far 635 sub C = A, B 646 add out0=saved_in0, B 647 add out1=saved_in1, B
|
/linux-4.4.14/Documentation/block/ |
D | request.txt | 22 B block layer member 55 unsigned long hard_nr_sectors B Used to keep sector sane 59 unsigned long hard_nr_sectors B Used to keep nr_sectors sane 70 unsigned int hard_cur_sectors B Used to keep current_nr_sectors sane 88 struct request_list *rl B Request list this request came from
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 111 #define B CMD_DESC_BITMASK macro 127 CMD( MI_STORE_REGISTER_MEM, SMI, F, 3, W | B, 134 CMD( MI_LOAD_REGISTER_MEM, SMI, F, 3, W | B, 158 CMD( MI_STORE_DWORD_IMM, SMI, !F, 0x3F, B, 165 CMD( MI_CLFLUSH, SMI, !F, 0x3FF, B, 171 CMD( MI_REPORT_PERF_COUNT, SMI, !F, 0x3F, B, 177 CMD( MI_CONDITIONAL_BATCH_BUFFER_END, SMI, !F, 0xFF, B, 185 CMD( MEDIA_VFE_STATE, S3D, !F, 0xFFFF, B, 194 CMD( GFX_OP_PIPE_CONTROL(5), S3D, !F, 0xFF, B, 235 CMD( MI_STORE_DWORD_IMM, SMI, !F, 0xFF, B, [all …]
|
/linux-4.4.14/arch/c6x/kernel/ |
D | vectors.S | 27 B .S2X A0 34 B .S2 \handler 53 B .S2X A0 55 B .S2 _c_int00
|
D | entry.S | 183 B .S2 __rp ; return from interruption 197 B .S2X A0 199 B .S1 schedule 210 B .S2X A0 212 B .S1 syscall_trace_entry 246 [A0] B .S2 syscall_trace_exit 260 B .S2X A1 262 B .S2 schedule 348 [!B1] B .S2X A0 350 [!B1] B .S2 sys_ni_syscall [all …]
|
D | head.S | 68 B .S2X A0 79 B .S2X A0 81 B .S2 start_kernel
|
/linux-4.4.14/drivers/isdn/hardware/avm/ |
D | Kconfig | 31 tristate "AVM T1/T1-B ISA support" 35 Note: This is a PRI card and handle 30 B-channels. 51 tristate "AVM T1/T1-B PCI support" 55 Note: This is a PRI card and handle 30 B-channels.
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | nic.c | 190 #define REGISTER_AB(name) REGISTER(name, F, A, B) 192 #define REGISTER_BB(name) REGISTER(name, F, B, B) 193 #define REGISTER_BZ(name) REGISTER(name, F, B, Z) 327 #define REGISTER_TABLE_BB(name) REGISTER_TABLE(name, F, B, B) 328 #define REGISTER_TABLE_BZ(name) REGISTER_TABLE(name, F, B, Z) 330 REGISTER_TABLE_DIMENSIONS(name, FR_BZ_ ## name, F, B, B, \ 357 F, B, Z, 8, 1024),
|
/linux-4.4.14/arch/frv/include/asm/ |
D | mb-regs.h | 104 #define __get_LCD(B) __builtin_read32((volatile void __iomem *) (B)) argument 105 #define __set_LCD(B,X) __builtin_write32((volatile void __iomem *) (B), (X)) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | atmel,at91-pinctrl.txt | 32 Peripheral: 2 ( A and B) 33 Bank: 3 (A, B and C) 36 /* A B */ 44 Let's take the pioA on peripheral B 46 Peripheral B 85 The PERIPH 0 means gpio, PERIPH 1 is periph A, PERIPH 2 is periph B... 127 /* A B */
|
D | fsl,imx27-pinctrl.txt | 33 have any effect unless GPIO function is selected. A/B/C_IN are output 34 signals of function blocks A,B and C. Specific function blocks are 44 B. GPIO function should be selected if this is configured.
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | vmlinux.lds.S | 76 *(.l1.bss.B) 98 *(.l1.data.B) 210 *(.l1.data.B) 215 *(.l1.bss.B)
|
/linux-4.4.14/Documentation/scsi/ |
D | bfa.txt | 14 1657:0013:103c:1742 HP 82B 8Gbps PCIedual port FC HBA 15 1657:0013:103c:1744 HP 42B 4Gbps dual port FC HBA 18 1657:0017:103c:1741 HP 41B 4Gbps single port FC HBA 19 1657:0017:103c 1743 HP 81B 8Gbps single port FC HBA
|
D | aic79xx.txt | 26 AIC-7901B Single Channel 64-bit PCI-X 133MHz to 30 AIC-7902B Dual Channel 64-bit PCI-X 133MHz to 35 Adaptec SCSI Card 39320 Dual Channel 64-bit PCI-X 133MHz to 7902A4/7902B 38 Adaptec SCSI Card 39320A Dual Channel 64-bit PCI-X 133MHz to 7902B 47 AIC-7902B ASIC 52 Adaptec SCSI Card 29320A Single Channel 64-bit PCI-X 133MHz to 7901B 60 Adaptec SCSI Card 29320ALP Single Channel 64-bit Low Profile 7901B 73 - Add 29320ALP and 39320B Id's. 78 - Correct non-zero luns on Rev B. hardware. 96 - Add 7901B support. [all …]
|
D | ufs.txt | 34 Support for Gear1 is mandatory (rate A: 1248Mbps, rate B: 1457.6Mbps) 35 Support for Gear2 is optional (rate A: 2496Mbps, rate B: 2915.2Mbps) 37 Gear3 (rate A: 4992Mbps, rate B: 5830.4Mbps)
|
D | ChangeLog.arcmsr | 72 ** 1. add arcmsr_enable_eoi_mode() on adapter Type B 98 ** 2.fix type B where we should _not_ iounmap() acb->pmu; 110 ** 9. fix the release of dma memory for type B in arcmsr_free_ccb_pool()
|
/linux-4.4.14/include/drm/ |
D | drm_fixed.h | 39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 62 static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B) in dfixed_div() argument 66 do_div(tmp, B.full); in dfixed_div()
|
/linux-4.4.14/firmware/adaptec/ |
D | starfire_rx.bin.ihex | 7 :10006000040000210000000000000010000000005B 36 :10023000622080120000000082000015000008000B
|
D | starfire_tx.bin.ihex | 7 :10006000040000210000000000000010000000005B 36 :10023000622080120000000082000015000008000B
|
/linux-4.4.14/drivers/mfd/ |
D | tps80031.c | 99 [TPS80031_INT_WATCHDOG] = TPS80031_IRQ(B, 0), 100 [TPS80031_INT_BAT] = TPS80031_IRQ(B, 1), 101 [TPS80031_INT_SIM] = TPS80031_IRQ(B, 2), 102 [TPS80031_INT_MMC] = TPS80031_IRQ(B, 3), 103 [TPS80031_INT_RES] = TPS80031_IRQ(B, 4), 104 [TPS80031_INT_GPADC_RT] = TPS80031_IRQ(B, 5), 105 [TPS80031_INT_GPADC_SW2_EOC] = TPS80031_IRQ(B, 6), 106 [TPS80031_INT_CC_AUTOCAL] = TPS80031_IRQ(B, 7),
|
/linux-4.4.14/drivers/block/paride/ |
D | Transition-notes | 6 one in ps_set_intr() (A) and two in ps_tq_int() (B and C). 8 anything except B, since it is under if (!ps_tq_active) under 9 ps_spinlock. C is always preceded by B, since we can't reach it 10 other than through B and we don't drop ps_spinlock between them. 11 IOW, the sequence is A?(BA|BC|B)*. OTOH, number of B can not exceed 14 A and each B is preceded by either A or C. Moments when we enter 15 ps_tq_int() are sandwiched between {A,C} and B in that sequence, 16 since at any time number of B can not exceed the number of these 20 B resets ps_tq_active)*.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-platform-chipidea-usb-otg | 11 from the B-device, the A-device should decide to resume the bus. 38 The b_bus_req(B-device bus request) input is 1 during the time 39 that the application running on the B-device wants to use the 45 Reading: returns if the application running on the B device
|
D | sysfs-kernel-uids | 12 B has shares = 2048, User B will get twice the CPU
|
/linux-4.4.14/Documentation/power/regulator/ |
D | machine.txt | 11 +-> [Consumer B @ 3.3V] 13 The drivers for consumers A & B must be mapped to the correct regulator in 27 .dev_name = "dev_name(consumer B)", 37 This maps Regulator-1 to the 'Vcc' supply for Consumer B and maps Regulator-2
|
D | overview.txt | 55 | +-> [Consumer B], [Consumer C] 62 Domain 2: Switch-2, Consumers B & C. 74 +-> [Consumer B] 78 Domain 1: Regulator-2, Consumer B.
|
/linux-4.4.14/arch/blackfin/mach-bf561/ |
D | Kconfig | 9 comment "Core B Support" 12 bool "Enable Core B loader" 167 int "Programmable Flags0 B (8)" 173 int "Programmable Flags1 B (8)" 179 int "Programmable Flags2 B (8)"
|
/linux-4.4.14/firmware/yamaha/ |
D | ds1e_ctrl.fw.ihex | 596 :10253000000000000000000000000000000000009B 597 :10254000000000000000000000000000000000008B 598 :10255000000000000000000000000000000000007B 599 :10256000000000000000000000000000000000006B 600 :10257000000000000000000000000000000000005B 601 :10258000000000000000000000000000000000004B 602 :10259000000000000000000000000000000000003B
|
D | ds1_ctrl.fw.ihex | 596 :10253000000000000000000000000000000000009B 597 :10254000000000000000000000000000000000008B 598 :10255000000000000000000000000000000000007B 599 :10256000000000000000000000000000000000006B 600 :10257000000000000000000000000000000000005B 601 :10258000000000000000000000000000000000004B 602 :10259000000000000000000000000000000000003B
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | channel.h | 35 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument 36 #define SIGNATURE_32(A, B, C, D) \ argument 37 (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16)) 38 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument 39 (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
|
/linux-4.4.14/net/batman-adv/ |
D | Kconfig | 2 # B.A.T.M.A.N meshing protocol 6 tristate "B.A.T.M.A.N. Advanced Meshing Protocol" 12 B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is 63 bool "B.A.T.M.A.N. debugging"
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | Kconfig | 11 bool "Use small 4096 B erase sectors" 14 Many flash memories support erasing small (4096 B) sectors. Depending 22 4096 B erase size (e.g. UBIFS requires 15 KiB as a minimum).
|
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/asm/ |
D | ppc_asm.h | 26 #define PPC_MTOCRF(A, B) mtocrf A, B argument
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 39 DAVINCI RESIZER B 109 DAVINCI CROP RESIZER--->DAVINCI RESIZER [A/B]---> SDRAM 116 DAVINCI IPIPE---> DAVINCI CROP RESIZER--->DAVINCI RESIZER [A/B]---> SDRAM 126 DAVINCI RESIZER [A/B]---> SDRAM 133 DAVINCI RESIZER [A/B]---> SDRAM
|
/linux-4.4.14/Documentation/input/ |
D | rotary-encoder.txt | 25 Channel B |_____| |_____| |_____| |__ 53 a) Rising edge on channel A, channel B in low state 56 b) Rising edge on channel B, channel A in high state 60 c) Falling edge on channel A, channel B in high state 63 d) Falling edge on channel B, channel A in low state
|
D | multi-touch-protocol.txt | 18 devices capable of tracking identifiable contacts (type B), the protocol 36 Drivers for type B devices separate contact packets by calling 47 type B slot protocol lies in the usage of identifiable contacts to reduce 57 For type B devices, the kernel driver should associate a slot with each 69 driver. A driver for such a device should associate one type B slot with each 81 total number of type B slots reported in the absinfo for the ABS_MT_SLOT axis. 121 Protocol Example B 125 like for a type B device: 217 In the type B protocol, ABS_MT_TOOL_TYPE and ABS_MT_TRACKING_ID are 316 MT_TOOL_PEN, and MT_TOOL_PALM [2]. For type B devices, this event is handled [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | rtc-cmos.txt | 12 called "Register B". 16 "Register A" and "B" are usually initialized by the firmware (BIOS for
|
/linux-4.4.14/Documentation/RCU/ |
D | UP.txt | 17 elements A, B, and C in process context, and can delete elements from 19 is referencing element B when it is interrupted by softirq processing, 20 which deletes element B, and then invokes call_rcu() to free element B 25 element B. This situation can greatly decrease the life expectancy of 39 elements A, B, and C in process contexts, but that it invokes a function 41 deletes element B from the list, then passes it to call_rcu() for deferred
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbisoft.S | 35 B $LSwitchTail 53 B $LSwitchStart 136 B $LSwitchCmn 216 B $LSwitchExit /* All done! */
|
D | tbipcx.S | 100 B ___TBIResume 358 B ___TBIBoing /* Enter common handler code */ 389 B $Lrecombine 410 B ___TBIBoingVec /* Jump to switch handler */ 444 B ___TBIResume
|
/linux-4.4.14/drivers/s390/block/ |
D | scm_blk_cluster.c | 60 static bool clusters_intersect(struct request *A, struct request *B) in clusters_intersect() argument 68 firstB = ((u64) blk_rq_pos(B) << 9) / CLUSTER_SIZE; in clusters_intersect() 69 lastB = (((u64) blk_rq_pos(B) << 9) + in clusters_intersect() 70 blk_rq_bytes(B) - 1) / CLUSTER_SIZE; in clusters_intersect()
|
/linux-4.4.14/Documentation/hwmon/ |
D | smm665 | 90 in4_input Channel B voltage (mV) 101 in4_min Channel B minimum voltage (mV) 112 in4_max Channel B maximum voltage (mV) 123 in4_lcrit Channel B critical minimum voltage (mV) 134 in4_crit Channel B critical maximum voltage (mV) 145 in4_crit_alarm Channel B critical alarm
|
D | w83627ehf | 25 * Winbond W83667HG-B 49 W83627DHG, W83627DHG-P, W83627UHG, W83667HG, W83667HG-B, W83667HG-I 58 The temperature sensor sources on W82677HG-B, NCT6775F, and NCT6776F are 66 resolution is 1 degC for W83667HG-B and 0.0 degC for NCT6775F and NCT6776F. 93 prog -> pwm4 (not on 667HG and 667HG-B; the programmable setting is not 116 startup, and is only supported for W83677HG-B, NCT6775F, and NCT6776F.
|
D | da9052 | 60 where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255)) 61 Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively.
|
/linux-4.4.14/arch/arm/mach-gemini/ |
D | Kconfig | 6 bool "Raidsonic NAS-4220-B" 10 Raidsonic NAS-4220-B.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | marvell-armada-370-neta.txt | 13 Value is presented in bytes. If not used, by default 1600B is set for 14 "marvell,armada-370-neta" and 9800B for others.
|
D | fsl-fec.txt | 40 local-mac-address = [00 04 9F 01 1B B9]; 52 local-mac-address = [00 04 9F 01 1B B9];
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-viapro | 4 * VIA Technologies, Inc. VT82C596A/B 7 * VIA Technologies, Inc. VT82C686A/B 68 Except for the oldest chips (VT82C596A/B, VT82C686A and most probably
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/ |
D | Kconfig | 49 Wistron Neweb Corp CB-200B 52 TwinMOS Booming B Series 61 tristate "Realtek 8187 and 8187B USB support"
|
/linux-4.4.14/arch/arm/kernel/ |
D | swp_emulate.c | 37 #define __user_swpX_asm(data, addr, res, temp, B) \ argument 39 "0: ldrex"B" %2, [%3]\n" \ 40 "1: strex"B" %0, %1, [%3]\n" \
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | cxd2820r_c.c | 223 unsigned int A, B; in cxd2820r_read_snr_c() local 232 B = 650; in cxd2820r_read_snr_c() 235 B = 760; in cxd2820r_read_snr_c() 244 *snr = A * (intlog2(B / tmp) >> 5) / (CXD2820R_LOG2_E_24 >> 5) in cxd2820r_read_snr_c()
|
D | mb86a16.c | 481 unsigned char C, F, B; in rf_val_set() local 505 B = 0; in rf_val_set() 507 B = 1; in rf_val_set() 509 B = 2; in rf_val_set() 511 B = 3; in rf_val_set() 513 B = 4; in rf_val_set() 515 B = 5; in rf_val_set() 517 B = 6; in rf_val_set() 519 B = 7; in rf_val_set() 521 B = 8; in rf_val_set() [all …]
|
/linux-4.4.14/arch/frv/kernel/ |
D | irq.c | 38 #define set_IRR(N,A,B,C,D) __set_IRR(N, (A << 28) | (B << 24) | (C << 20) | (D << 16)) argument
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_ds2406 | 19 current state of each switch, with PIO A in bit 0 and PIO B in bit 1. The 21 work with. output is writable; bits 0 and 1 control PIO A and B,
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 116 u8 B = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt() local 118 if (B >= 3 && B < klen) in prism2_wep_encrypt()
|
/linux-4.4.14/firmware/radeon/ |
D | R600_me.bin.ihex | 264 :10107000000000000000000000202411000000001B 294 :10125000000001880000000100804811000000002B 310 :10135000000001000020181100000000000000083B 869 :10364000002044110000000000000000002048029B 1108 :10453000000000000040481100000000970000004B 1121 :10460000002048110000000081000000002044113B 1139 :10472000002044110000000000008000002048111B
|
/linux-4.4.14/fs/jffs2/ |
D | compr_rubin.c | 102 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode() argument 119 i0 = A * rs->p / (A + B); in encode() 200 static int decode(struct rubin_state *rs, long A, long B) in decode() argument 209 i0 = A * rs->p / (A + B); in decode()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 127 u8 B = (wep->iv >> 16) & 0xff; in prism2_wep_encrypt() local 129 if (B >= 3 && B < klen) in prism2_wep_encrypt()
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_wep.c | 113 u8 B = (wep->iv >> 16) & 0xff; in lib80211_wep_build_iv() local 114 if (B >= 3 && B < klen) in lib80211_wep_build_iv()
|
/linux-4.4.14/firmware/cis/ |
D | COMpad4.cis.ihex | 8 # Replacement CIS for Advantech COMpad-32/85B-4
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | fsl-upm-nand.txt | 16 (R/B#). For multi-chip devices, "n" GPIO definitions are required 20 (R/B# pins not connected).
|
/linux-4.4.14/drivers/net/ethernet/alteon/ |
D | Kconfig | 23 Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear 39 being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 4 [1] Si5351A/B/C Data Sheet 27 to overwrite clock source of pll A (number=0) or B (number=1). 45 - silabs,multisynth-source: source pll A(0) or B(1) of corresponding multisynth
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 34 processes, let's call them processes A, B, and C, where A is the highest 35 priority process, C is the lowest, and B is in between. A tries to grab a lock 37 meantime, B executes, and since B is of a higher priority than C, it preempts C, 40 to release the lock, because for all we know, B is a CPU hog and will 49 C preempted by B 53 B +--------> 54 B now keeps A from running. 65 to understand, let's use the previous example, with processes A, B, and C again. 68 of A. So now if B becomes runnable, it would not preempt C, since C now has 128 Process: A, B, C, D, E [all …]
|
/linux-4.4.14/net/mac80211/ |
D | wep.c | 65 u8 B = (iv >> 16) & 0xff; in ieee80211_wep_weak_iv() local 66 if (B >= 3 && B < 3 + keylen) in ieee80211_wep_weak_iv()
|
/linux-4.4.14/Documentation/devicetree/bindings/rng/ |
D | timeriomem_rng.txt | 8 N.B. currently 'reg' must be four bytes wide and aligned
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 158 Consider two sibling groups A and B; both have 50% bandwidth, but A's 159 period is twice the length of B's. 164 * group B: period= 50000us, runtime=10000us 168 B and can starve B's tasks (assuming they are of lower priority) for a whole
|
/linux-4.4.14/arch/xtensa/lib/ |
D | memcopy.S | 138 srli a7, a4, 4 # number of loop iterations with 16B 151 add a8, a8, a3 # a8 = end of last 16B source chunk 227 add a10, a10, a3 # a10 = end of last 16B source chunk 412 srli a7, a4, 4 # number of loop iterations with 16B 425 sub a8, a3, a8 # a8 = start of first 16B source chunk 502 sub a10, a3, a10 # a10 = start of first 16B source chunk
|
D | memset.S | 56 srli a7, a4, 4 # number of loop iterations with 16B 73 add a6, a6, a5 # a6 = end of last 16B chunk
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | uaccess.h | 82 __put_user_asm(_x, _p, B); \ 139 __get_user_asm(_val, _p, B, (Z)); \
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | arith.fuc | 41 // A * B = A_lo * B_lo 48 // $r13 - B
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 61 '0' during 1.5 times play, every other B frame is dropped 77 7=I, P, B frames 79 B frames per GOP (for reverse play only) 81 Adding B frames to the mask will result in corrupt video. This field
|
D | fw-encoder-api.txt | 127 Number of B frames between the I and P frame, plus 1. 128 For example: IBBPBBPBBPBB --> GOP size: 12, number of B frames: 2+1 = 3 129 Note that GOP size must be a multiple of (B-frames + 1). 319 and mode are allowed. See ISO11172-3 3-Annex B, Table 3-B.2 411 // 1=I, 2=P, 4=B 428 7=I,P,B frames 429 (Seems to be ignored, it always indexes I, P and B frames)
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | samsung-fimc.txt | 38 ports A and B into high impedance state, especially the CAMCLK clock output 40 and the port B deactivated and for the state "active-b" it should be the other 97 input ports. It includes camera A and camera B inputs. 'reg' property in the 98 port nodes specifies data input - 0, 1 indicates input A, B respectively.
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | pr_pc.h | 43 byte B[1]; /* buffer space for Req,Ind and Rc */ member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 277 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) argument
|
/linux-4.4.14/drivers/platform/mips/ |
D | Kconfig | 28 Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
|
/linux-4.4.14/Documentation/auxdisplay/ |
D | ks0108 | 39 Colors: 2 (B/N)
|
/linux-4.4.14/Documentation/acpi/ |
D | i2c-muxes.txt | 11 | | | 0x70 |--CH01--> i2c client B (0x50)
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_tb.gif.b64 | 198 ZE3mZALQgXNH93RX93Vn93Z393eH93iX93P+NwB71QIuwPd81/d95/d+9/d/B/iAF/iBx3ctsFch 406 bbfefgtuuOKOS2655m6rhbXX+oQrIdO+C2+88kob7IjrEvtoc4pG+ee9s1XHH6EC42aov1gluq+B 413 wQxqcIMQbAX16pb+HXN0YYQkLKEJT4jCFKpwhSxsoQtHaI4Pug0zzuCgDW+Iwxxu8Bx7+95B/qdA 435 FzPmsah50Ds37cxsuuorKvopkr70Uj79LlP/+op2vuX+B+k0sn8P/OCbmtVzB/tV1NCG5Ct/+cxv 436 vvOfD/3oS3/61E++Ggw/J2ELf/vcB76yHc/tg7D50uQvv/nrvOfiU/4qQui1+98P//jz2tHqv/1B
|