/Linux-v5.10/lib/fonts/ |
D | font_sun8x16.c | 7 { 0, 0, FONTDATAMAX, 0 }, { 8 /* */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 9 /* */ 0x00,0x00,0x7e,0x81,0xa5,0x81,0x81,0xbd,0x99,0x81,0x81,0x7e,0x00,0x00,0x00,0x00, 10 /* */ 0x00,0x00,0x7e,0xff,0xdb,0xff,0xff,0xc3,0xe7,0xff,0xff,0x7e,0x00,0x00,0x00,0x00, 11 /* */ 0x00,0x00,0x00,0x00,0x6c,0xfe,0xfe,0xfe,0xfe,0x7c,0x38,0x10,0x00,0x00,0x00,0x00, 12 /* */ 0x00,0x00,0x00,0x00,0x10,0x38,0x7c,0xfe,0x7c,0x38,0x10,0x00,0x00,0x00,0x00,0x00, 13 /* */ 0x00,0x00,0x00,0x18,0x3c,0x3c,0xe7,0xe7,0xe7,0x18,0x18,0x3c,0x00,0x00,0x00,0x00, 14 /* */ 0x00,0x00,0x00,0x18,0x3c,0x7e,0xff,0xff,0x7e,0x18,0x18,0x3c,0x00,0x00,0x00,0x00, 15 /* */ 0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x3c,0x3c,0x18,0x00,0x00,0x00,0x00,0x00,0x00, 16 /* */ 0xff,0xff,0xff,0xff,0xff,0xff,0xe7,0xc3,0xc3,0xe7,0xff,0xff,0xff,0xff,0xff,0xff, [all …]
|
D | font_8x16.c | 14 { 0, 0, FONTDATAMAX, 0 }, { 15 /* 0 0x00 '^@' */ 16 0x00, /* 00000000 */ 17 0x00, /* 00000000 */ 18 0x00, /* 00000000 */ 19 0x00, /* 00000000 */ 20 0x00, /* 00000000 */ 21 0x00, /* 00000000 */ 22 0x00, /* 00000000 */ 23 0x00, /* 00000000 */ [all …]
|
D | font_8x8.c | 13 { 0, 0, FONTDATAMAX, 0 }, { 14 /* 0 0x00 '^@' */ 15 0x00, /* 00000000 */ 16 0x00, /* 00000000 */ 17 0x00, /* 00000000 */ 18 0x00, /* 00000000 */ 19 0x00, /* 00000000 */ 20 0x00, /* 00000000 */ 21 0x00, /* 00000000 */ 22 0x00, /* 00000000 */ [all …]
|
D | font_pearl_8x8.c | 18 { 0, 0, FONTDATAMAX, 0 }, { 19 /* 0 0x00 '^@' */ 20 0x00, /* 00000000 */ 21 0x00, /* 00000000 */ 22 0x00, /* 00000000 */ 23 0x00, /* 00000000 */ 24 0x00, /* 00000000 */ 25 0x00, /* 00000000 */ 26 0x00, /* 00000000 */ 27 0x00, /* 00000000 */ [all …]
|
D | font_acorn_8x8.c | 9 { 0, 0, FONTDATAMAX, 0 }, { 10 /* 00 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* ^@ */ 11 /* 01 */ 0x7e, 0x81, 0xa5, 0x81, 0xbd, 0x99, 0x81, 0x7e, /* ^A */ 12 /* 02 */ 0x7e, 0xff, 0xbd, 0xff, 0xc3, 0xe7, 0xff, 0x7e, /* ^B */ 13 /* 03 */ 0x6c, 0xfe, 0xfe, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^C */ 14 /* 04 */ 0x10, 0x38, 0x7c, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^D */ 15 /* 05 */ 0x00, 0x18, 0x3c, 0xe7, 0xe7, 0x3c, 0x18, 0x00, /* ^E */ 16 /* 06 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 17 /* 07 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 18 /* 08 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, [all …]
|
/Linux-v5.10/arch/sparc/kernel/ |
D | btext.c | 46 unsigned long address = 0; in btext_initialize() 49 if (prom_getproperty(node, "width", (char *)&width, 4) < 0) in btext_initialize() 51 if (prom_getproperty(node, "height", (char *)&height, 4) < 0) in btext_initialize() 53 if (prom_getproperty(node, "depth", (char *)&depth, 4) < 0) in btext_initialize() 57 if (prom_getproperty(node, "linebytes", (char *)&prop, 4) >= 0 && in btext_initialize() 58 prop != 0xffffffffu) in btext_initialize() 62 pitch = 0x1000; in btext_initialize() 64 if (prom_getproperty(node, "address", (char *)&prop, 4) >= 0) in btext_initialize() 70 if (address == 0) in btext_initialize() 73 g_loc_X = 0; in btext_initialize() [all …]
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | btext.c | 42 unsigned long disp_BAT[2] __initdata = {0, 0}; 48 int boot_text_mapped __force_data = 0; 49 int force_printk_to_btext = 0; 76 * The display is mapped to virtual address 0xD0000000, rather 78 * in the region starting at 0xC0000000 (PAGE_OFFSET). 89 unsigned long vaddr = PAGE_OFFSET + 0x10000000; in btext_prepare_BAT() 95 boot_text_mapped = 0; in btext_prepare_BAT() 98 lowbits = addr & ~0xFF000000UL; in btext_prepare_BAT() 99 addr &= 0xFF000000UL; in btext_prepare_BAT() 100 disp_BAT[0] = vaddr | (BL_16M<<2) | 2; in btext_prepare_BAT() [all …]
|
/Linux-v5.10/drivers/media/dvb-frontends/ |
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 …]
|
D | tda10086.c | 37 } while (0) 43 struct i2c_msg msg = { .flags = 0, .buf = b0, .len = 2 }; in tda10086_write_byte() 49 dprintk("%s: error reg=0x%x, data=0x%x, ret=%i\n", in tda10086_write_byte() 52 return (ret != 1) ? ret : 0; in tda10086_write_byte() 59 u8 b1[] = { 0 }; in tda10086_read_byte() 60 struct i2c_msg msg[] = {{ .flags = 0, .buf = b0, .len = 1 }, in tda10086_read_byte() 63 msg[0].addr = state->config->demod_address; in tda10086_read_byte() 68 dprintk("%s: error reg=0x%x, ret=%i\n", __func__, reg, in tda10086_read_byte() 73 return b1[0]; in tda10086_read_byte() 82 if (val < 0) in tda10086_write_mask() [all …]
|
D | eds1547.h | 13 0x01, 0x57, 14 0x02, 0x20, 15 0x03, 0x8e, 16 0x04, 0x8e, 17 0x05, 0x12, 18 0x06, 0x00, 19 0x07, 0x00, 20 0x09, 0x00, 21 0x0a, 0x04, 22 0x0b, 0x00, [all …]
|
/Linux-v5.10/arch/sparc/crypto/ |
D | opcodes.h | 9 #define FPD_ENCODE(x) (((x) >> 5) | ((x) & ~(0x20))) 12 #define RS2(x) (FPD_ENCODE(x) << 0) 15 #define IMM5_0(x) ((x) << 0) 19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c)); 22 .word 0x81b02800; 24 .word 0x81b02820; 26 .word 0x81b02840; 28 .word 0x81b02860; 31 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 33 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d)); [all …]
|
/Linux-v5.10/sound/pci/nm256/ |
D | nm256_coef.c | 2 #define NM_TOTAL_COEFF_COUNT 0x3158 5 0xFF, 0xFF, 0x2F, 0x00, 0x4B, 0xFF, 0xA5, 0x01, 0xEF, 0xFC, 0x21, 6 0x05, 0x87, 0xF7, 0x62, 0x11, 0xE9, 0x45, 0x5E, 0xF9, 0xB5, 0x01, 7 0xDE, 0xFF, 0xA4, 0xFF, 0x60, 0x00, 0xCA, 0xFF, 0x0D, 0x00, 0xFD, 8 0xFF, 0x36, 0x00, 0x36, 0xFF, 0xE6, 0x01, 0x3D, 0xFC, 0xD6, 0x06, 9 0x4C, 0xF3, 0xED, 0x20, 0x3D, 0x3D, 0x4A, 0xF3, 0x4E, 0x05, 0xB1, 10 0xFD, 0xE1, 0x00, 0xC3, 0xFF, 0x05, 0x00, 0x02, 0x00, 0xFD, 0xFF, 11 0x2A, 0x00, 0x5C, 0xFF, 0xAA, 0x01, 0x71, 0xFC, 0x07, 0x07, 0x7E, 12 0xF1, 0x44, 0x30, 0x44, 0x30, 0x7E, 0xF1, 0x07, 0x07, 0x71, 0xFC, 13 0xAA, 0x01, 0x5C, 0xFF, 0x2A, 0x00, 0xFD, 0xFF, 0x02, 0x00, 0x05, [all …]
|
/Linux-v5.10/drivers/staging/fbtft/ |
D | fb_s6d02a1.c | 19 -1, 0xf0, 0x5a, 0x5a, 21 -1, 0xfc, 0x5a, 0x5a, 23 -1, 0xfa, 0x02, 0x1f, 0x00, 0x10, 0x22, 0x30, 0x38, 24 0x3A, 0x3A, 0x3A, 0x3A, 0x3A, 0x3d, 0x02, 0x01, 26 -1, 0xfb, 0x21, 0x00, 0x02, 0x04, 0x07, 0x0a, 0x0b, 27 0x0c, 0x0c, 0x16, 0x1e, 0x30, 0x3f, 0x01, 0x02, 30 -1, 0xfd, 0x00, 0x00, 0x00, 0x17, 0x10, 0x00, 0x01, 31 0x01, 0x00, 0x1f, 0x1f, 33 -1, 0xf4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f, 34 0x07, 0x00, 0x3C, 0x36, 0x00, 0x3C, 0x36, 0x00, [all …]
|
/Linux-v5.10/crypto/ |
D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 189 "\x00\xAA\x36\xAB\xCE\x88\xAC\xFD\xFF\x55\x52\x3C\x7F\xC4\x52\x3F" 220 "\xF7\x36\x8D\x07\xEE\xD4\x10\x43\xA4\x40\xD6\xB6\xF0\x74\x54\xF5" 269 "\x8C\x33\xE4\x36\xB8\x43\xEB\x19\x2A\x81\x8D\xDE\x81\x0A\x99\x48" 306 "\xcf\x49\xbc\x48\xd3\x6c\x8f\x0a\x0e\xc1\x73\xbd\x7b\x55\x79\x36" 316 "\x33\xb7\x66\x92\xd1\xf2\x8e\x6f\xe5\x75\x0c\xad\x36\xfb\x4e\xd0" 333 "\x8C\x33\xE4\x36\xB8\x43\xEB\x19\x2A\x81\x8D\xDE\x81\x0A\x99\x48" 348 "\xcf\x49\xbc\x48\xd3\x6c\x8f\x0a\x0e\xc1\x73\xbd\x7b\x55\x79\x36" 358 "\x33\xb7\x66\x92\xd1\xf2\x8e\x6f\xe5\x75\x0c\xad\x36\xfb\x4e\xd0" [all …]
|
/Linux-v5.10/drivers/input/misc/ |
D | wistron_btns.c | 30 #define WIFI 0x35 31 #define BLUETOOTH 0x34 32 #define MAIL_LED 0x31 38 static bool force; /* = 0; */ 39 module_param(force, bool, 0); 43 module_param_named(keymap, keymap_name, charp, 0); 71 : "0" (regs->eax), "1" (regs->ebx), "2" (regs->ecx), in call_bios() 81 { 0x42, 0x21, 0x55, 0x30 }; in locate_wistron_bios() 84 for (offset = 0; offset < 0x10000; offset += 0x10) { in locate_wistron_bios() 86 sizeof(signature)) != 0) in locate_wistron_bios() [all …]
|
/Linux-v5.10/drivers/scsi/aic7xxx/ |
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-v5.10/net/wireless/certs/ |
D | sforshee.hex | 2 0x30, 0x82, 0x02, 0xa4, 0x30, 0x82, 0x01, 0x8c, 3 0x02, 0x09, 0x00, 0xb2, 0x8d, 0xdf, 0x47, 0xae, 4 0xf9, 0xce, 0xa7, 0x30, 0x0d, 0x06, 0x09, 0x2a, 5 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, 6 0x05, 0x00, 0x30, 0x13, 0x31, 0x11, 0x30, 0x0f, 7 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x08, 0x73, 8 0x66, 0x6f, 0x72, 0x73, 0x68, 0x65, 0x65, 0x30, 9 0x20, 0x17, 0x0d, 0x31, 0x37, 0x31, 0x30, 0x30, 10 0x36, 0x31, 0x39, 0x34, 0x30, 0x33, 0x35, 0x5a, 11 0x18, 0x0f, 0x32, 0x31, 0x31, 0x37, 0x30, 0x39, [all …]
|
/Linux-v5.10/drivers/media/usb/gspca/m5602/ |
D | m5602_po1030.h | 24 #define PO1030_DEVID_H 0x00 25 #define PO1030_DEVID_L 0x01 26 #define PO1030_FRAMEWIDTH_H 0x04 27 #define PO1030_FRAMEWIDTH_L 0x05 28 #define PO1030_FRAMEHEIGHT_H 0x06 29 #define PO1030_FRAMEHEIGHT_L 0x07 30 #define PO1030_WINDOWX_H 0x08 31 #define PO1030_WINDOWX_L 0x09 32 #define PO1030_WINDOWY_H 0x0a 33 #define PO1030_WINDOWY_L 0x0b [all …]
|
/Linux-v5.10/drivers/media/usb/gspca/gl860/ |
D | gl860-ov9655.c | 12 {0x0000, 0x0000}, {0x0010, 0x0010}, {0x0008, 0x00c0}, {0x0001, 0x00c1}, 13 {0x0001, 0x00c2}, {0x0020, 0x0006}, {0x006a, 0x000d}, 15 {0x0040, 0x0000}, 19 {0x0041, 0x0000}, {0x006a, 0x0007}, {0x0063, 0x0006}, {0x006a, 0x000d}, 20 {0x0000, 0x00c0}, {0x0010, 0x0010}, {0x0001, 0x00c1}, {0x0041, 0x00c2}, 21 {0x0004, 0x00d8}, {0x0012, 0x0004}, {0x0000, 0x0058}, {0x0040, 0x0000}, 22 {0x00f3, 0x0006}, {0x0058, 0x0000}, {0x0048, 0x0000}, {0x0061, 0x0000}, 32 "\x19\x01\x1a\x3d\x1e\x04\x24\x3c" "\x25\x36\x26\x72\x27\x08\x28\x08" 35 "\x32\xff\x33\x00\x34\x3d\x35\x00" "\x36\xfa\x38\x72\x39\x57\x3a\x00" 46 "\x7a\x24\x7b\x04\x7c\x07\x7d\x10" "\x7e\x28\x7f\x36\x80\x44\x81\x52" [all …]
|
/Linux-v5.10/fs/ufs/ |
D | balloc.c | 160 overflow = 0; in ufs_free_blocks() 282 for (j = 0; j < pos; ++j) in ufs_change_blocknr() 299 ll_rw_block(REQ_OP_READ, 0, 1, &bh); in ufs_change_blocknr() 334 memset(bh->b_data, 0, inode->i_sb->s_blocksize); in ufs_clear_frags() 390 return 0; in ufs_new_fragments() 397 return 0; in ufs_new_fragments() 408 return 0; in ufs_new_fragments() 413 goal = 0; in ufs_new_fragments() 414 if (goal == 0) in ufs_new_fragments() 422 if (oldcount == 0) { in ufs_new_fragments() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | max17040_battery.txt | 23 0x97 0x00. All other devices have one byte 24 rcomp, default to 0x97. 39 reg = <0x36>; 48 reg = <0x36>; 49 maxim,rcomp = /bits/ 8 <0x56>;
|
/Linux-v5.10/sound/soc/codecs/ |
D | tas571x.h | 12 #define TAS571X_CLK_CTRL_REG 0x00 13 #define TAS571X_DEV_ID_REG 0x01 14 #define TAS571X_ERR_STATUS_REG 0x02 15 #define TAS571X_SYS_CTRL_1_REG 0x03 16 #define TAS571X_SDI_REG 0x04 17 #define TAS571X_SDI_FMT_MASK 0x0f 19 #define TAS571X_SYS_CTRL_2_REG 0x05 20 #define TAS571X_SYS_CTRL_2_SDN_MASK 0x40 22 #define TAS571X_SOFT_MUTE_REG 0x06 23 #define TAS571X_SOFT_MUTE_CH1_SHIFT 0 [all …]
|
/Linux-v5.10/drivers/staging/media/meson/vdec/ |
D | codec_h264.c | 15 #define SIZE_WORKSPACE 0x1ee000 22 #define WORKSPACE_BUF_OFFSET 0x1000000 25 #define CMD_MASK GENMASK(7, 0) 43 #define PIC_STRUCT_MASK GENMASK(2, 0) 44 #define BUF_IDX_MASK GENMASK(4, 0) 47 #define OFFSET_MASK GENMASK(15, 0) 51 #define MB_TOTAL_MASK GENMASK(15, 0) 52 #define MB_WIDTH_MASK GENMASK(7, 0) 54 #define MAX_REF_MASK GENMASK(6, 0) 56 #define AR_IDC_MASK GENMASK(7, 0) [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/ |
D | smu_v11_0.h | 28 #define SMU11_DRIVER_IF_VERSION_INV 0xFFFFFFFF 29 #define SMU11_DRIVER_IF_VERSION_ARCT 0x17 30 #define SMU11_DRIVER_IF_VERSION_NV10 0x36 31 #define SMU11_DRIVER_IF_VERSION_NV12 0x36 32 #define SMU11_DRIVER_IF_VERSION_NV14 0x36 33 #define SMU11_DRIVER_IF_VERSION_Sienna_Cichlid 0x39 34 #define SMU11_DRIVER_IF_VERSION_Navy_Flounder 0x5 37 #define MP0_Public 0x03800000 38 #define MP0_SRAM 0x03900000 39 #define MP1_Public 0x03b00000 [all …]
|
/Linux-v5.10/drivers/hwmon/ |
D | emc1403.c | 23 #define THERMAL_PID_REG 0xfd 24 #define THERMAL_SMSC_ID_REG 0xfe 25 #define THERMAL_REVISION_REG 0xff 44 if (retval < 0) in temp_show() 58 if (retval < 0) in bit_show() 75 if (retval < 0) in temp_store() 92 val ? sda->index : 0); in bit_store() 93 if (retval < 0) in bit_store() 110 if (retval < 0) in show_hyst_common() 113 retval = regmap_read(regmap, 0x21, &hyst); in show_hyst_common() [all …]
|