| /linux/drivers/media/usb/gspca/ |
| H A D | zc3xx.c | 88 .priv = 0}, 101 .priv = 0}, 114 .priv = 0}, 131 {0xa0, 0x01, ZC3XX_R000_SYSTEMCONTROL}, /* 00,00,01,cc */ 132 {0xa0, 0x04, ZC3XX_R002_CLOCKSELECT}, /* 00,02,04,cc */ 133 {0xa0, 0x00, ZC3XX_R008_CLOCKSETTING}, /* 00,08,03,cc */ 134 {0xa0, 0x0a, ZC3XX_R010_CMOSSENSORSELECT}, /* 00,10,0a,cc */ 135 {0xa0, 0xd3, ZC3XX_R08B_I2CDEVICEADDR}, /* 00,8b,d3,cc */ 136 {0xa0, 0x02, ZC3XX_R003_FRAMEWIDTHHIGH}, /* 00,03,02,cc */ 137 {0xa0, 0x80, ZC3XX_R004_FRAMEWIDTHLOW}, /* 00,04,80,cc */ [all …]
|
| H A D | sonixb.c | 14 0x10 high nibble red gain low nibble blue gain 15 0x11 low nibble green gain 17 0x05 red gain 0-127 18 0x06 blue gain 0-127 19 0x07 green gain 0-127 21 0x08-0x0f i2c / 3wire registers 22 0x12 hstart 23 0x13 vstart 24 0x15 hsize (hsize = register-value * 16) 25 0x16 vsize (vsize = register-value * 16) [all …]
|
| H A D | sonixj.c | 64 #define BRIDGE_SN9C102P 0 94 #define F_PDN_INV 0x01 /* inverse pin S_PWR_DN / sn_xxx tables */ 95 #define F_ILLUM 0x02 /* presence of illuminator */ 98 /* register 0x01 */ 99 #define S_PWR_DN 0x01 /* sensor power down */ 100 #define S_PDN_INV 0x02 /* inverse pin S_PWR_DN */ 101 #define V_TX_EN 0x04 /* video transfer enable */ 102 #define LED 0x08 /* output to pin LED */ 103 #define SCL_SEL_OD 0x20 /* open-drain mode */ 104 #define SYS_SEL_48M 0x40 /* system clock 0: 24MHz, 1: 48MHz */ [all …]
|
| H A D | nw80x.c | 159 * - 3rd byte: data length (=0 for end of sequence) 162 #define I2C0 0xff 165 0x04, 0x05, 0x01, 0x61, 166 0x04, 0x04, 0x01, 0x01, 167 0x04, 0x06, 0x01, 0x04, 168 0x04, 0x04, 0x03, 0x00, 0x00, 0x00, 169 0x05, 0x05, 0x01, 0x00, 170 0, 0, 0 173 0x04, 0x06, 0x01, 0xc0, 174 0x00, 0x00, 0x40, 0x10, 0x43, 0x00, 0xb4, 0x01, 0x10, 0x00, 0x4f, [all …]
|
| /linux/lib/crypto/s390/ |
| H A D | chacha-s390.S | 20 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 # endian-neutral 21 .long 1,0,0,0 22 .long 2,0,0,0 23 .long 3,0,0,0 24 .long 0x03020100,0x07060504,0x0b0a0908,0x0f0e0d0c # byte swap 26 .long 0,1,2,3 27 .long 0x61707865,0x61707865,0x61707865,0x61707865 # smashed sigma 28 .long 0x3320646e,0x3320646e,0x3320646e,0x3320646e 29 .long 0x79622d32,0x79622d32,0x79622d32,0x79622d32 30 .long 0x6b206574,0x6b206574,0x6b206574,0x6b206574 [all …]
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_hdmi.c | 54 #define HDMI_MAPPED_BASE 0xffff0000 162 0x01, 0x05, 0x00, 0xD8, 0x10, 0x1C, 0x30, 0x40, 163 0x6B, 0x10, 0x02, 0x51, 0xDF, 0xF2, 0x54, 0x87, 164 0x84, 0x00, 0x30, 0x38, 0x00, 0x08, 0x10, 0xE0, 165 0x22, 0x40, 0xE3, 0x26, 0x00, 0x00, 0x00, 0x80, 171 0x01, 0x05, 0x00, 0xD4, 0x10, 0x9C, 0x09, 0x64, 172 0x6B, 0x10, 0x02, 0x51, 0xDF, 0xF2, 0x54, 0x87, 173 0x84, 0x00, 0x30, 0x38, 0x00, 0x08, 0x10, 0xE0, 174 0x22, 0x40, 0xE3, 0x26, 0x00, 0x00, 0x00, 0x80, 180 0x01, 0x05, 0x00, 0xD8, 0x10, 0x9C, 0xef, 0x5B, [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt_multi.c | 16 /* Set IP_TOS to the expected value (0x80). */ in run_getsockopt_test() 18 buf = 0x80; in run_getsockopt_test() 20 if (err < 0) { in run_getsockopt_test() 25 buf = 0x00; in run_getsockopt_test() 33 if (buf != 0x80) { in run_getsockopt_test() 34 log_err("Unexpected getsockopt 0x%x != 0x80 without BPF", buf); in run_getsockopt_test() 40 * - kernel: -> 0x80 in run_getsockopt_test() 41 * - child: 0x80 -> 0x90 in run_getsockopt_test() 49 buf = 0x00; in run_getsockopt_test() 57 if (buf != 0x90) { in run_getsockopt_test() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxnv50.c | 23 #define CP_FLAG_CLEAR 0 25 #define CP_FLAG_SWAP_DIRECTION ((0 * 32) + 0) 26 #define CP_FLAG_SWAP_DIRECTION_LOAD 0 28 #define CP_FLAG_UNK01 ((0 * 32) + 1) 29 #define CP_FLAG_UNK01_CLEAR 0 31 #define CP_FLAG_UNK03 ((0 * 32) + 3) 32 #define CP_FLAG_UNK03_CLEAR 0 34 #define CP_FLAG_USER_SAVE ((0 * 32) + 5) 35 #define CP_FLAG_USER_SAVE_NOT_PENDING 0 37 #define CP_FLAG_USER_LOAD ((0 * 32) + 6) [all …]
|
| /linux/arch/powerpc/sysdev/ |
| H A D | i8259.c | 17 static unsigned char cached_8259[2] = { 0xff, 0xff }; 18 #define cached_A1 (cached_8259[0]) 34 int lock = 0; in i8259_irq() 44 outb(0x0C, 0x20); /* prepare for poll */ in i8259_irq() 45 irq = inb(0x20) & 7; in i8259_irq() 51 outb(0x0C, 0xA0); /* prepare for poll */ in i8259_irq() 52 irq = (inb(0xA0) & 7) + 8; in i8259_irq() 65 outb(0x0B, 0x20); /* ISR register */ in i8259_irq() 66 if(~inb(0x20) & 0x80) in i8259_irq() 67 irq = 0; in i8259_irq() [all …]
|
| /linux/Documentation/dev-tools/ |
| H A D | kfence.rst | 29 CONFIG_KFENCE_SAMPLE_INTERVAL=0 41 ``CONFIG_KFENCE_SAMPLE_INTERVAL``. Setting ``kfence.sample_interval=0`` 87 BUG: KFENCE: out-of-bounds read in test_out_of_bounds_read+0xa6/0x234 89 Out-of-bounds read at 0xffff8c3f2e291fff (1B left of kfence-#72): 90 test_out_of_bounds_read+0xa6/0x234 91 kunit_try_run_case+0x61/0xa0 92 kunit_generic_run_threadfn_adapter+0x16/0x30 93 kthread+0x176/0x1b0 94 ret_from_fork+0x22/0x30 96 kfence-#72: 0xffff8c3f2e292000-0xffff8c3f2e29201f, size=32, cache=kmalloc-32 [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | m88ds3103_priv.h | 23 #define M88RS6000_CHIP_ID 0x74 24 #define M88DS3103_CHIP_ID 0x70 26 #define M88DS3103_CHIPTYPE_3103 0 60 {0x23, 0x07}, 61 {0x08, 0x03}, 62 {0x0c, 0x02}, 63 {0x21, 0x54}, 64 {0x25, 0x8a}, 65 {0x27, 0x31}, 66 {0x30, 0x08}, [all …]
|
| /linux/drivers/ata/pata_parport/ |
| H A D | kbic.c | 23 #define r12w() (delay_p, inw(pi->port + 1) & 0xffff) 25 #define j44(a, b) ((((a >> 4) & 0x0f) | (b & 0xf0)) ^ 0x88) 26 #define j53(w) (((w >> 3) & 0x1f) | ((w >> 4) & 0xe0)) 30 * cont = 0 - access the IDE register file 33 static int cont_map[2] = { 0x80, 0x40 }; 42 case 0: in kbic_read_regr() 43 w0(regr | 0x18 | s); w2(4); w2(6); w2(4); w2(1); w0(8); in kbic_read_regr() 44 a = r1(); w0(0x28); b = r1(); w2(4); in kbic_read_regr() 47 w0(regr|0x38 | s); w2(4); w2(6); w2(4); w2(5); w0(8); in kbic_read_regr() 51 w0(regr | 0x08 | s); w2(4); w2(6); w2(4); w2(0xa5); w2(0xa1); in kbic_read_regr() [all …]
|
| /linux/lib/crypto/tests/ |
| H A D | curve25519_kunit.c | 18 .private = { 0x77, 0x07, 0x6d, 0x0a, 0x73, 0x18, 0xa5, 0x7d, 19 0x3c, 0x16, 0xc1, 0x72, 0x51, 0xb2, 0x66, 0x45, 20 0xdf, 0x4c, 0x2f, 0x87, 0xeb, 0xc0, 0x99, 0x2a, 21 0xb1, 0x77, 0xfb, 0xa5, 0x1d, 0xb9, 0x2c, 0x2a }, 22 .public = { 0xde, 0x9e, 0xdb, 0x7d, 0x7b, 0x7d, 0xc1, 0xb4, 23 0xd3, 0x5b, 0x61, 0xc2, 0xec, 0xe4, 0x35, 0x37, 24 0x3f, 0x83, 0x43, 0xc8, 0x5b, 0x78, 0x67, 0x4d, 25 0xad, 0xfc, 0x7e, 0x14, 0x6f, 0x88, 0x2b, 0x4f }, 26 .result = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, 0xe1, 27 0x72, 0x8e, 0x3b, 0xf4, 0x80, 0x35, 0x0f, 0x25, [all …]
|
| H A D | blake2b-testvecs.h | 9 .data_len = 0, 11 0x78, 0x6a, 0x02, 0xf7, 0x42, 0x01, 0x59, 0x03, 12 0xc6, 0xc6, 0xfd, 0x85, 0x25, 0x52, 0xd2, 0x72, 13 0x91, 0x2f, 0x47, 0x40, 0xe1, 0x58, 0x47, 0x61, 14 0x8a, 0x86, 0xe2, 0x17, 0xf7, 0x1f, 0x54, 0x19, 15 0xd2, 0x5e, 0x10, 0x31, 0xaf, 0xee, 0x58, 0x53, 16 0x13, 0x89, 0x64, 0x44, 0x93, 0x4e, 0xb0, 0x4b, 17 0x90, 0x3a, 0x68, 0x5b, 0x14, 0x48, 0xb7, 0x55, 18 0xd5, 0x6f, 0x70, 0x1a, 0xfe, 0x9b, 0xe2, 0xce, 24 0x6f, 0x2e, 0xcc, 0x83, 0x53, 0xa3, 0x20, 0x16, [all …]
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | lmedm04.h | 39 #define LME_ST_ON_W {0x06, 0x00} 40 #define LME_CLEAR_PID {0x03, 0x02, 0x20, 0xa0} 41 #define LME_ZERO_PID {0x03, 0x06, 0x00, 0x00, 0x01, 0x00, 0x20, 0x9c} 42 #define LME_ALL_PIDS {0x03, 0x06, 0x00, 0xff, 0x01, 0x1f, 0x20, 0x81} 54 #define LME_VOLTAGE_L {0x07, 0x01, 0x00} 55 #define LME_VOLTAGE_H {0x07, 0x01, 0x01} 56 #define LNB_ON {0x3a, 0x01, 0x00} 57 #define LNB_OFF {0x3a, 0x01, 0x01} 61 0x01, 0x15, 62 0x02, 0x20, [all …]
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_seq.h_shipped | 9 0xff, 0x02, 0x06, 0x78, 10 0x00, 0xea, 0x6e, 0x59, 11 0x01, 0xea, 0x04, 0x30, 12 0xff, 0x04, 0x0c, 0x78, 13 0x19, 0xea, 0x6e, 0x59, 14 0x19, 0xea, 0x04, 0x00, 15 0x33, 0xea, 0x68, 0x59, 16 0x33, 0xea, 0x00, 0x00, 17 0x60, 0x3a, 0x3a, 0x68, 18 0x04, 0x4d, 0x35, 0x78, [all …]
|
| H A D | aic7xxx_seq.h_shipped | 9 0xb2, 0x00, 0x00, 0x08, 10 0xf7, 0x11, 0x22, 0x08, 11 0x00, 0x65, 0xee, 0x59, 12 0xf7, 0x01, 0x02, 0x08, 13 0xff, 0x6a, 0x24, 0x08, 14 0x40, 0x00, 0x40, 0x68, 15 0x08, 0x1f, 0x3e, 0x10, 16 0x40, 0x00, 0x40, 0x68, 17 0xff, 0x40, 0x3c, 0x60, 18 0x08, 0x1f, 0x3e, 0x10, [all …]
|
| /linux/drivers/iommu/amd/ |
| H A D | quirks.c | 22 DELL_INSPIRON_7375 = 0, 30 { .id = 4, .devid = 0xa0 }, 31 { .id = 5, .devid = 0x2 }, 36 { .id = 4, .devid = 0xa0 }, 41 { .id = 32, .devid = 0xa0 }, 51 for (i = d->driver_data; i->id != 0 && i->devid != 0; i++) in ivrs_ioapic_quirk_cb() 52 add_special_device(IVHD_SPECIAL_IOAPIC, i->id, (u32 *)&i->devid, 0); in ivrs_ioapic_quirk_cb() 54 return 0; in ivrs_ioapic_quirk_cb()
|
| /linux/drivers/parisc/ |
| H A D | eisa.c | 45 #if 0 51 #define SNAKES_EEPROM_BASE_ADDR 0xF0810400 52 #define MIRAGE_EEPROM_BASE_ADDR 0xF00C0400 71 if (port & 0x300) { in eisa_permute() 72 return 0xfc000000 | ((port & 0xfc00) >> 6) in eisa_permute() 73 | ((port & 0x3f8) << 9) | (port & 7); in eisa_permute() 75 return 0xfc000000 | port; in eisa_permute() 83 return 0xff; in eisa_in8() 90 return 0xffff; in eisa_in16() 97 return 0xffffffff; in eisa_in32() [all …]
|
| /linux/fs/nls/ |
| H A D | nls_cp936.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,/* 0x40-0x47 */ 26 0x4E20,0x4E21,0x4E23,0x4E26,0x4E29,0x4E2E,0x4E2F,0x4E31,/* 0x48-0x4F */ [all …]
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-cards.c | 19 #define REGLEN_0bit 0 51 .id = 0x1d, 55 .i2c_bus_addr = 0xa0 >> 1, 58 .id = 0x04, 62 .i2c_bus_addr = 0xc0 >> 1, 65 .id = 0x1b, 69 .i2c_bus_addr = 0xc0 >> 1, 72 .id = 0x1e, 76 .i2c_bus_addr = 0x10 >> 1, 79 .id = 0x1f, [all …]
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828-cards.c | 20 au0828_set(dev, REG_000, 0x10); in hvr950q_cs5340_audio() 22 au0828_clear(dev, REG_000, 0x10); in hvr950q_cs5340_audio() 39 .tuner_addr = 0x61, 66 .tuner_addr = 0x61, 93 .tuner_addr = 0x61, 99 .tuner_addr = 0x61, 105 .tuner_addr = 0x60, 124 if (command == 0) { in au0828_tuner_callback() 131 return 0; in au0828_tuner_callback() 139 return 0; /* Should never be here */ in au0828_tuner_callback() [all …]
|
| /linux/drivers/video/fbdev/kyro/ |
| H A D | STG4000InitDevice.c | 21 #define SDRAM_CFG_0 0x49A1 22 #define SDRAM_CFG_1 0xA732 23 #define SDRAM_CFG_2 0x31 24 #define SDRAM_ARB_CFG 0xA0 25 #define SDRAM_REFRESH 0x20 28 #define PMX2_SOFTRESET_DAC_RST 0x0001 29 #define PMX2_SOFTRESET_C1_RST 0x0004 30 #define PMX2_SOFTRESET_C2_RST 0x0008 31 #define PMX2_SOFTRESET_3D_RST 0x0010 32 #define PMX2_SOFTRESET_VIDIN_RST 0x0020 [all …]
|
| /linux/drivers/usb/misc/ |
| H A D | isight_firmware.c | 28 {USB_DEVICE(0x05ac, 0x8300)}, 38 int llen, len, req, ret = 0; in isight_firmware_load() 47 if (request_firmware(&firmware, "isight.fw", &dev->dev) != 0) { in isight_firmware_load() 55 buf[0] = 0x01; in isight_firmware_load() 57 (dev, usb_sndctrlpipe(dev, 0), 0xa0, 0x40, 0xe600, 0, buf, 1, in isight_firmware_load() 67 len = (data[0] << 8 | data[1]); in isight_firmware_load() 71 if (len == 0x8001) in isight_firmware_load() 73 else if (len == 0) in isight_firmware_load() 76 for (; len > 0; req += 50) { in isight_firmware_load() 90 (dev, usb_sndctrlpipe(dev, 0), 0xa0, 0x40, req, 0, in isight_firmware_load() [all …]
|
| /linux/drivers/clk/hisilicon/ |
| H A D | crg-hi3798cv200.c | 45 { HISTB_OSC_CLK, "clk_osc", NULL, 0, 24000000, }, 46 { HISTB_APB_CLK, "clk_apb", NULL, 0, 100000000, }, 47 { HISTB_AHB_CLK, "clk_ahb", NULL, 0, 200000000, }, 48 { HI3798CV200_FIXED_12M, "12m", NULL, 0, 12000000, }, 49 { HI3798CV200_FIXED_24M, "24m", NULL, 0, 24000000, }, 50 { HI3798CV200_FIXED_25M, "25m", NULL, 0, 25000000, }, 51 { HI3798CV200_FIXED_48M, "48m", NULL, 0, 48000000, }, 52 { HI3798CV200_FIXED_50M, "50m", NULL, 0, 50000000, }, 53 { HI3798CV200_FIXED_60M, "60m", NULL, 0, 60000000, }, 54 { HI3798CV200_FIXED_75M, "75m", NULL, 0, 75000000, }, [all …]
|