/linux/drivers/media/usb/gspca/gl860/ |
H A D | gl860-mi2020.c | 12 static u8 dat_wbal1[] = {0x8c, 0xa2, 0x0c}; 14 static u8 dat_bright1[] = {0x8c, 0xa2, 0x06}; 15 static u8 dat_bright3[] = {0x8c, 0xa1, 0x02}; 16 static u8 dat_bright4[] = {0x90, 0x00, 0x0f}; 17 static u8 dat_bright5[] = {0x8c, 0xa1, 0x03}; 18 static u8 dat_bright6[] = {0x90, 0x00, 0x05}; 20 static u8 dat_hvflip1[] = {0x8c, 0x27, 0x19}; 21 static u8 dat_hvflip3[] = {0x8c, 0x27, 0x3b}; 22 static u8 dat_hvflip5[] = {0x8c, 0xa1, 0x03}; 23 static u8 dat_hvflip6[] = {0x90, 0x00, 0x06}; [all …]
|
/linux/drivers/video/fbdev/sis/ |
H A D | oem310.h | 55 0x00,0x00,0x00, /* 800x600 */ 56 0x0b,0x0b,0x0b, /* 1024x768 */ 57 0x08,0x08,0x08, /* 1280x1024 */ 58 0x00,0x00,0x00, /* 640x480 (unknown) */ 59 0x00,0x00,0x00, /* 1024x600 (unknown) */ 60 0x00,0x00,0x00, /* 1152x864 (unknown) */ 61 0x08,0x08,0x08, /* 1280x960 (guessed) */ 62 0x00,0x00,0x00, /* 1152x768 (unknown) */ 63 0x08,0x08,0x08, /* 1400x1050 */ 64 0x08,0x08,0x08, /* 1280x768 (guessed) */ [all …]
|
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | 8192f.c | 18 {0x420, 0x00}, {0x422, 0x78}, {0x428, 0x0a}, {0x429, 0x10}, 19 {0x430, 0x00}, {0x431, 0x00}, {0x432, 0x00}, {0x433, 0x01}, 20 {0x434, 0x04}, {0x435, 0x05}, {0x436, 0x07}, {0x437, 0x08}, 21 {0x43c, 0x04}, {0x43d, 0x05}, {0x43e, 0x07}, {0x43f, 0x08}, 22 {0x440, 0x5d}, {0x441, 0x01}, {0x442, 0x00}, {0x444, 0x10}, 23 {0x445, 0xf0}, {0x446, 0x0e}, {0x447, 0x1f}, {0x448, 0x00}, 24 {0x449, 0x00}, {0x44a, 0x00}, {0x44b, 0x00}, {0x44c, 0x10}, 25 {0x44d, 0xf0}, {0x44e, 0x0e}, {0x44f, 0x00}, {0x450, 0x00}, 26 {0x451, 0x00}, {0x452, 0x00}, {0x453, 0x00}, {0x480, 0x20}, 27 {0x49c, 0x30}, {0x49d, 0xf0}, {0x49e, 0x03}, {0x49f, 0x3e}, [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 …]
|
/linux/lib/crypto/ |
H A D | curve25519-fiat32.c | 18 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77 41 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl() 104 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32() 119 { const u32 x2 = in1[0]; in fe_freeze() 120 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze() 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() 122 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze() 123 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze() 124 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze() local 125 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze() [all …]
|
H A D | blake2s-selftest.c | 28 * for (i = 0; i < len; i++) { 29 * if (i && (i % 12) == 0) 31 * printf("0x%02x, ", vec[i]); 43 * key[0] = key[1] = 1; 47 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i) 52 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i) { 62 * return 0; 66 { 0xa1, }, 67 { 0x7c, 0x89, }, 68 { 0x74, 0x0e, 0xd4, }, [all …]
|
/linux/tools/testing/selftests/kvm/s390x/ |
H A D | cmma_test.c |
|
/linux/tools/testing/selftests/kvm/s390/ |
H A D | cmma_test.c | 44 " sllg 1,1,12(0)\n" in guest_do_one_essa() 46 " .insn rrf,0xb9ab0000,2,1,1,0\n" in guest_do_one_essa() 48 " diag 0,0,0x501\n" in guest_do_one_essa() 49 "0: j 0b" in guest_do_one_essa() 71 "1: sllg 2,1,12(0)\n" in guest_dirty_test_data() 73 " .insn rrf,0xb9ab0000,4,2,1,0\n" in guest_dirty_test_data() 79 " diag 0,0,0x501\n" in guest_dirty_test_data() 80 "0: j 0b" in guest_dirty_test_data() 101 vm_userspace_mem_region_add(vm, VM_MEM_SRC_ANONYMOUS, 0, 0, MAIN_PAGE_COUNT, 0); in create_main_memslot() 103 for (i = 0; i < NR_MEM_REGIONS; i++) in create_main_memslot() [all …]
|
/linux/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_pll_8960.c | 42 { 0x08, REG_HDMI_8960_PHY_PLL_REFCLK_CFG }, 43 { 0x20, REG_HDMI_8960_PHY_PLL_LOOP_FLT_CFG0 }, 44 { 0xf9, REG_HDMI_8960_PHY_PLL_LOOP_FLT_CFG1 }, 45 { 0x02, REG_HDMI_8960_PHY_PLL_VCOCAL_CFG0 }, 46 { 0x03, REG_HDMI_8960_PHY_PLL_VCOCAL_CFG1 }, 47 { 0x3b, REG_HDMI_8960_PHY_PLL_VCOCAL_CFG2 }, 48 { 0x00, REG_HDMI_8960_PHY_PLL_VCOCAL_CFG3 }, 49 { 0x86, REG_HDMI_8960_PHY_PLL_VCOCAL_CFG4 }, 50 { 0x00, REG_HDMI_8960_PHY_PLL_VCOCAL_CFG5 }, 51 { 0x0d, REG_HDMI_8960_PHY_PLL_SDM_CFG0 }, [all …]
|
/linux/drivers/regulator/ |
H A D | rtq2208-regulator.c | 15 #define RTQ2208_REG_GLOBAL_INT1 0x12 16 #define RTQ2208_REG_FLT_RECORDBUCK_CB 0x18 17 #define RTQ2208_REG_GLOBAL_INT1_MASK 0x1D 18 #define RTQ2208_REG_FLT_MASKBUCK_CB 0x1F 19 #define RTQ2208_REG_BUCK_C_CFG0 0x32 20 #define RTQ2208_REG_BUCK_B_CFG0 0x42 21 #define RTQ2208_REG_BUCK_A_CFG0 0x52 22 #define RTQ2208_REG_BUCK_D_CFG0 0x62 23 #define RTQ2208_REG_BUCK_G_CFG0 0x72 24 #define RTQ2208_REG_BUCK_F_CFG0 0x82 [all …]
|
/linux/crypto/ |
H A D | dh.c | 27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx() 50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length() 52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length() 68 return 0; in dh_set_params() 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret() 83 if (dh_set_params(ctx, ¶ms) < 0) in dh_set_secret() 90 return 0; in dh_set_secret() 113 return 0; in dh_is_pubkey_valid() 126 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 134 val = mpi_alloc(0); in dh_is_pubkey_valid() [all …]
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | tps6105x.txt | 30 reg = <0x33>; 39 reg = <0x33>; 56 reg = <0x33>;
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-boe-th101mb31ig002-28a.c | 53 gpiod_direction_output(ctx->reset, 0); in boe_th101mb31ig002_reset() 57 gpiod_direction_output(ctx->reset, 0); in boe_th101mb31ig002_reset() 65 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0xe0, 0xab, 0xba); in boe_th101mb31ig002_enable() 66 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0xe1, 0xba, 0xab); in boe_th101mb31ig002_enable() 67 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0xb1, 0x10, 0x01, 0x47, 0xff); in boe_th101mb31ig002_enable() 68 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0xb2, 0x0c, 0x14, 0x04, 0x50, 0x50, 0x14); in boe_th101mb31ig002_enable() 69 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0xb3, 0x56, 0x53, 0x00); in boe_th101mb31ig002_enable() 70 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0xb4, 0x33, 0x30, 0x04); in boe_th101mb31ig002_enable() 71 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0xb6, 0xb0, 0x00, 0x00, 0x10, 0x00, 0x10, in boe_th101mb31ig002_enable() 72 0x00); in boe_th101mb31ig002_enable() [all …]
|
/linux/arch/riscv/net/ |
H A D | bpf_jit.h | 32 RV_REG_ZERO = 0, /* The constant value 0 */ 109 memset(area, 0, size); in bpf_fill_ill_insns() 216 return 0; in is_12b_check() 234 from = (insn > 0) ? ctx->offset[insn - 1] : ctx->prologue_len; in rv_offset() 235 to = (insn + off > 0) ? ctx->offset[insn + off - 1] : ctx->prologue_len; in rv_offset() 256 u8 imm11_5 = imm11_0 >> 5, imm4_0 = imm11_0 & 0x1f; in rv_s_insn() 264 u8 imm12 = ((imm12_1 & 0x800) >> 5) | ((imm12_1 & 0x3f0) >> 4); in rv_b_insn() 265 u8 imm4_1 = ((imm12_1 & 0xf) << 1) | ((imm12_1 & 0x400) >> 10); in rv_b_insn() 280 imm = (imm20_1 & 0x80000) | ((imm20_1 & 0x3ff) << 9) | in rv_j_insn() 281 ((imm20_1 & 0x400) >> 2) | ((imm20_1 & 0x7f800) >> 11); in rv_j_insn() [all …]
|
/linux/net/wireless/tests/ |
H A D | scan.c | 131 { .id = 0x1, .len = 0, }, 132 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 }, 137 { .id = 0x1, .len = 0, }, 138 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 }, 146 { .id = 0x1, .len = 0, }, 147 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 }, 150 { .id = 0x1, .len = 0, }, 151 { .id = WLAN_EID_EXTENSION, .len = 1, .eid = 0x10 }, 157 { .id = WLAN_EID_EXTENSION, .len = 0 }, 160 { .id = WLAN_EID_EXTENSION, .len = 0 }, [all …]
|
/linux/sound/soc/codecs/ |
H A D | rt1017-sdca-sdw.h | 18 #define FUNC_NUM_SMART_AMP 0x04 21 #define RT1017_SDCA_ENT_PDE23 0x31 22 #define RT1017_SDCA_ENT_PDE22 0x33 23 #define RT1017_SDCA_ENT_CS21 0x21 24 #define RT1017_SDCA_ENT_SAPU29 0x29 25 #define RT1017_SDCA_ENT_XU22 0x22 26 #define RT1017_SDCA_ENT_FU 0x03 27 #define RT1017_SDCA_ENT_UDMPU21 0x02 30 #define RT1017_SDCA_CTL_FS_INDEX 0x10 31 #define RT1017_SDCA_CTL_REQ_POWER_STATE 0x01 [all …]
|
/linux/drivers/staging/fbtft/ |
H A D | fb_tinylcd.c | 24 write_reg(par, 0xB0, 0x80); in init_display() 25 write_reg(par, 0xC0, 0x0A, 0x0A); in init_display() 26 write_reg(par, 0xC1, 0x45, 0x07); in init_display() 27 write_reg(par, 0xC2, 0x33); in init_display() 28 write_reg(par, 0xC5, 0x00, 0x42, 0x80); in init_display() 29 write_reg(par, 0xB1, 0xD0, 0x11); in init_display() 30 write_reg(par, 0xB4, 0x02); in init_display() 31 write_reg(par, 0xB6, 0x00, 0x22, 0x3B); in init_display() 32 write_reg(par, 0xB7, 0x07); in init_display() 33 write_reg(par, MIPI_DCS_SET_ADDRESS_MODE, 0x58); in init_display() [all …]
|
/linux/net/wireless/certs/ |
H A D | wens.hex | 2 0x30, 0x82, 0x02, 0xa7, 0x30, 0x82, 0x01, 0x8f, 3 0x02, 0x14, 0x61, 0xc0, 0x38, 0x65, 0x1a, 0xab, 4 0xdc, 0xf9, 0x4b, 0xd0, 0xac, 0x7f, 0xf0, 0x6c, 5 0x72, 0x48, 0xdb, 0x18, 0xc6, 0x00, 0x30, 0x0d, 6 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 7 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x0f, 0x31, 8 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x03, 9 0x0c, 0x04, 0x77, 0x65, 0x6e, 0x73, 0x30, 0x20, 10 0x17, 0x0d, 0x32, 0x33, 0x31, 0x32, 0x30, 0x31, 11 0x30, 0x37, 0x34, 0x31, 0x31, 0x34, 0x5a, 0x18, [all …]
|
/linux/lib/fonts/ |
H A D | font_10x18.c | 12 { 0, 0, FONTDATAMAX, 0 }, { 13 /* 0 0x00 '^@' */ 14 0x00, 0x00, /* 0000000000 */ 15 0x00, 0x00, /* 0000000000 */ 16 0x00, 0x00, /* 0000000000 */ 17 0x00, 0x00, /* 0000000000 */ 18 0x00, 0x00, /* 0000000000 */ 19 0x00, 0x00, /* 0000000000 */ 20 0x00, 0x00, /* 0000000000 */ 21 0x00, 0x00, /* 0000000000 */ [all …]
|
/linux/drivers/media/i2c/ |
H A D | imx319.c | 14 #define IMX319_REG_MODE_SELECT 0x0100 15 #define IMX319_MODE_STANDBY 0x00 16 #define IMX319_MODE_STREAMING 0x01 19 #define IMX319_REG_CHIP_ID 0x0016 20 #define IMX319_CHIP_ID 0x0319 23 #define IMX319_REG_FLL 0x0340 24 #define IMX319_FLL_MAX 0xffff 27 #define IMX319_REG_EXPOSURE 0x0202 30 #define IMX319_EXPOSURE_DEFAULT 0x04f6 35 * | [7:0] | [15:8] | [all …]
|
/linux/drivers/net/wan/ |
H A D | wanxlfw.inc_shipped | 2 0x60,0x00,0x00,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 3 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0xB9,0x40,0x00,0x00,0x00,0x00,0x00, 4 0x10,0x14,0x42,0x80,0x4A,0xB0,0x09,0xB0,0x00,0x00,0x10,0x04,0x67,0x00,0x00,0x0E, 5 0x06,0xB0,0x40,0x00,0x00,0x00,0x09,0xB0,0x00,0x00,0x10,0x04,0x58,0x80,0x0C,0x80, 6 0x00,0x00,0x00,0x10,0x66,0x00,0xFF,0xDE,0x21,0xFC,0x00,0x00,0x16,0xBC,0x00,0x6C, 7 0x21,0xFC,0x00,0x00,0x17,0x5E,0x01,0x00,0x21,0xFC,0x00,0x00,0x16,0xDE,0x01,0x78, 8 0x21,0xFC,0x00,0x00,0x16,0xFE,0x01,0x74,0x21,0xFC,0x00,0x00,0x17,0x1E,0x01,0x70, 9 0x21,0xFC,0x00,0x00,0x17,0x3E,0x01,0x6C,0x21,0xFC,0x00,0x00,0x18,0x4C,0x02,0x00, 10 0x23,0xFC,0x78,0x00,0x00,0x00,0xFF,0xFC,0x15,0x48,0x33,0xFC,0x04,0x80,0xFF,0xFC, 11 0x10,0x26,0x33,0xFC,0x01,0x10,0xFF,0xFC,0x10,0x2A,0x23,0xFC,0x00,0xD4,0x9F,0x40, [all …]
|
/linux/drivers/media/usb/gspca/ |
H A D | conex.c | 53 .priv = 0}, 69 usb_rcvctrlpipe(dev, 0), in reg_r() 70 0, in reg_r() 72 0, in reg_r() 76 index, gspca_dev->usb_buf[0]); in reg_r() 86 gspca_dev->usb_buf[0] = val; in reg_w_val() 88 usb_sndctrlpipe(dev, 0), in reg_w_val() 89 0, in reg_w_val() 91 0, in reg_w_val() 111 usb_sndctrlpipe(dev, 0), in reg_w() [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/media/pci/solo6x10/ |
H A D | solo6x10-jpeg.h | 16 0xff, 0xd8, 0xff, 0xfe, 0x00, 0x0d, 0x42, 0x6c, 17 0x75, 0x65, 0x63, 0x68, 0x65, 0x72, 0x72, 0x79, 18 0x20, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x20, 0x16, 19 0x18, 0x1c, 0x18, 0x14, 0x20, 0x1c, 0x1a, 0x1c, 20 0x24, 0x22, 0x20, 0x26, 0x30, 0x50, 0x34, 0x30, 21 0x2c, 0x2c, 0x30, 0x62, 0x46, 0x4a, 0x3a, 0x50, 22 0x74, 0x66, 0x7a, 0x78, 0x72, 0x66, 0x70, 0x6e, 23 0x80, 0x90, 0xb8, 0x9c, 0x80, 0x88, 0xae, 0x8a, 24 0x6e, 0x70, 0xa0, 0xda, 0xa2, 0xae, 0xbe, 0xc4, 25 0xce, 0xd0, 0xce, 0x7c, 0x9a, 0xe2, 0xf2, 0xe0, [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tc_peer.c | 16 static const __u8 src_mac[] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55}; 17 static const __u8 dst_mac[] = {0x00, 0x22, 0x33, 0x44, 0x55, 0x66}; 28 return bpf_redirect_peer(IFINDEX_SRC, 0); in tc_dst() 34 return bpf_redirect_peer(IFINDEX_DST, 0); in tc_src() 40 return bpf_redirect(IFINDEX_SRC, 0); in tc_dst_l3() 48 if (bpf_skb_change_head(skb, ETH_HLEN, 0) != 0) in tc_src_l3() 51 if (bpf_skb_store_bytes(skb, 0, &src_mac, ETH_ALEN, 0) != 0) in tc_src_l3() 54 if (bpf_skb_store_bytes(skb, ETH_ALEN, &dst_mac, ETH_ALEN, 0) != 0) in tc_src_l3() 57 if (bpf_skb_store_bytes(skb, ETH_ALEN + ETH_ALEN, &proto, sizeof(__u16), 0) != 0) in tc_src_l3() 60 return bpf_redirect_peer(IFINDEX_DST, 0); in tc_src_l3()
|