Home
last modified time | relevance | path

Searched +full:0 +full:x55 (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/Linux-v6.1/drivers/platform/x86/
Dacerhdf.c40 #define DRV_VER "0.7.0"
46 * measured by the on-die thermal monitor are within 0 <= Tj <= 90. So,
50 #define ACERHDF_FAN_OFF 0
85 module_param(kernelmode, uint, 0);
95 module_param_string(force_bios, force_bios, 16, 0);
97 module_param_string(force_product, force_product, 16, 0);
117 .mreg = 0x94,
118 .moff = 0xff,
145 {"Acer", "AOA110", "v0.3109", 0x55, 0x58, {0x1f, 0x00}, 0},
146 {"Acer", "AOA110", "v0.3114", 0x55, 0x58, {0x1f, 0x00}, 0},
[all …]
/Linux-v6.1/drivers/gpu/drm/panel/
Dpanel-leadtek-ltk500hd1829.c43 { 0xE0, 0x00 },
44 { 0xE1, 0x93 },
45 { 0xE2, 0x65 },
46 { 0xE3, 0xF8 },
47 { 0x80, 0x03 },
48 { 0xE0, 0x04 },
49 { 0x2D, 0x03 },
50 { 0xE0, 0x01 },
51 { 0x00, 0x00 },
52 { 0x01, 0xB6 },
[all …]
Dpanel-samsung-db7430.c24 #define DB7430_ACCESS_PROT_OFF 0xb0
25 #define DB7430_UNKNOWN_B4 0xb4
26 #define DB7430_USER_SELECT 0xb5
27 #define DB7430_UNKNOWN_B7 0xb7
28 #define DB7430_UNKNOWN_B8 0xb8
29 #define DB7430_PANEL_DRIVING 0xc0
30 #define DB7430_SOURCE_CONTROL 0xc1
31 #define DB7430_GATE_INTERFACE 0xc4
32 #define DB7430_DISPLAY_H_TIMING 0xc5
33 #define DB7430_RGB_SYNC_OPTION 0xc6
[all …]
Dpanel-sony-tulip-truly-nt35521.c40 if (ret < 0) \
42 } while (0)
50 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in truly_nt35521_reset()
62 dsi_generic_write_seq(dsi, 0xf0, 0x55, 0xaa, 0x52, 0x08, 0x00); in truly_nt35521_on()
63 dsi_generic_write_seq(dsi, 0xff, 0xaa, 0x55, 0xa5, 0x80); in truly_nt35521_on()
64 dsi_generic_write_seq(dsi, 0x6f, 0x11, 0x00); in truly_nt35521_on()
65 dsi_generic_write_seq(dsi, 0xf7, 0x20, 0x00); in truly_nt35521_on()
66 dsi_generic_write_seq(dsi, 0x6f, 0x01); in truly_nt35521_on()
67 dsi_generic_write_seq(dsi, 0xb1, 0x21); in truly_nt35521_on()
68 dsi_generic_write_seq(dsi, 0xbd, 0x01, 0xa0, 0x10, 0x08, 0x01); in truly_nt35521_on()
[all …]
/Linux-v6.1/arch/m68k/68000/
Dscreen.h6 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
7 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
8 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
10 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
11 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
12 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
13 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
14 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
[all …]
/Linux-v6.1/crypto/
Dtcrypt.h38 "\x55\x55\x55\x55\x55\x55\x55\x55"
47 static u8 speed_template_8[] = {8, 0};
48 static u8 speed_template_16[] = {16, 0};
49 static u8 speed_template_24[] = {24, 0};
50 static u8 speed_template_8_16[] = {8, 16, 0};
51 static u8 speed_template_8_32[] = {8, 32, 0};
52 static u8 speed_template_16_32[] = {16, 32, 0};
53 static u8 speed_template_16_24_32[] = {16, 24, 32, 0};
54 static u8 speed_template_20_28_36[] = {20, 28, 36, 0};
55 static u8 speed_template_32_40_48[] = {32, 40, 48, 0};
[all …]
Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
191 "\x00\xAA\x36\xAB\xCE\x88\xAC\xFD\xFF\x55\x52\x3C\x7F\xC4\x52\x3F"
225 "\x9f\x6e\xbd\x4c\x55\x84\x0c\x9b\xcf\x1a\x4b\x51\x1e\x9e\x0c\x06",
285 "\x74\x1b\x55\xac\x47\xb5\x08\x0a\x6e\x2b\x2d\xf7\x94\xb8\x8a\x95"
312 "\x61\xC3\x89\x55\xF0\xAE\x1A\x9C\x22\xEE\x19\x05\x8D\x32\xFE\xEC"
314 "\x55\xE6\x29\x69\xD1\xC2\xE8\xB9\x78\x59\xF6\x79\x10\xC6\x4E\xEB"
319 "\x52\x41\xF4\xDA\x7B\xB7\x59\x55\xCA\xD4\x2F\x0F\x3A\xCB\xA4\x0D"
337 "\x77\xE7\x11\x21\xCD\x4A\xF8\xA4\x3F\x0F\xEF\x31\xE3\xF3\x55\xA0"
387 "\xcf\x49\xbc\x48\xd3\x6c\x8f\x0a\x0e\xc1\x73\xbd\x7b\x55\x79\x36"
[all …]
/Linux-v6.1/crypto/asymmetric_keys/
Dselftest.c25 "\x30\x82\x05\x55\x30\x82\x03\x3d\xa0\x03\x02\x01\x02\x02\x14\x73"
28 "\x05\x00\x30\x34\x31\x32\x30\x30\x06\x03\x55\x04\x03\x0c\x29\x43"
34 "\x06\x03\x55\x04\x03\x0c\x29\x43\x65\x72\x74\x69\x66\x69\x63\x61"
43 "\xa7\x38\x5e\xdb\x72\xae\x6e\x0d\xec\xfb\xb6\x6d\x01\x7f\xe9\x55"
51 "\xee\x75\x55\xbb\x18\x67\x5c\xff\x3f\xb5\xdd\x33\x1b\x0c\xe9\x78"
61 "\x03\x68\x43\xbf\x11\xba\x55\x60\xfd\x80\x1c\x0d\x9b\x69\xb6\x09"
71 "\x21\x02\x03\x01\x00\x01\xa3\x5d\x30\x5b\x30\x0c\x06\x03\x55\x1d"
72 "\x13\x01\x01\xff\x04\x02\x30\x00\x30\x0b\x06\x03\x55\x1d\x0f\x04"
73 "\x04\x03\x02\x07\x80\x30\x1d\x06\x03\x55\x1d\x0e\x04\x16\x04\x14"
75 "\x51\x8f\xe3\xdb\x30\x1f\x06\x03\x55\x1d\x23\x04\x18\x30\x16\x80"
[all …]
/Linux-v6.1/drivers/video/logo/
Dpnmtologo.c52 { 0x00, 0x00, 0x00 },
53 { 0x00, 0x00, 0xaa },
54 { 0x00, 0xaa, 0x00 },
55 { 0x00, 0xaa, 0xaa },
56 { 0xaa, 0x00, 0x00 },
57 { 0xaa, 0x00, 0xaa },
58 { 0xaa, 0x55, 0x00 },
59 { 0xaa, 0xaa, 0xaa },
60 { 0x55, 0x55, 0x55 },
61 { 0x55, 0x55, 0xff },
[all …]
/Linux-v6.1/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_report_desc.h15 0x05, 0x20, /* Usage page */
16 0x09, 0x73, /* Motion type Accel 3D */
17 0xA1, 0x00, /* HID Collection (Physical) */
20 0x85, 1, /* HID Report ID */
21 0x05, 0x20, /* HID usage page sensor */
22 0x0A, 0x09, 0x03, /* Sensor property and sensor connection type */
23 0x15, 0, /* HID logical MIN_8(0) */
24 0x25, 2, /* HID logical MAX_8(2) */
25 0x75, 8, /* HID report size(8) */
26 0x95, 1, /* HID report count(1) */
[all …]
/Linux-v6.1/drivers/misc/cardreader/
Drtl8411.c23 return val & 0x0F; in rtl8411_get_ic_version()
28 u8 val = 0; in rtl8411b_is_qfn48()
32 if (val & 0x2) in rtl8411b_is_qfn48()
35 return 0; in rtl8411b_is_qfn48()
41 u32 reg1 = 0; in rtl8411_fetch_vendor_settings()
42 u8 reg3 = 0; in rtl8411_fetch_vendor_settings()
45 pcr_dbg(pcr, "Cfg 0x%x: 0x%x\n", PCR_SETTING_REG1, reg1); in rtl8411_fetch_vendor_settings()
53 pcr->card_drive_sel &= 0x3F; in rtl8411_fetch_vendor_settings()
57 pcr_dbg(pcr, "Cfg 0x%x: 0x%x\n", PCR_SETTING_REG3, reg3); in rtl8411_fetch_vendor_settings()
64 u32 reg = 0; in rtl8411b_fetch_vendor_settings()
[all …]
Drts5209.c20 val = rtsx_pci_readb(pcr, 0x1C); in rts5209_get_ic_version()
21 return val & 0x0F; in rts5209_get_ic_version()
30 pcr_dbg(pcr, "Cfg 0x%x: 0x%x\n", PCR_SETTING_REG1, reg); in rts5209_fetch_vendor_settings()
39 pcr_dbg(pcr, "Cfg 0x%x: 0x%x\n", PCR_SETTING_REG2, reg); in rts5209_fetch_vendor_settings()
52 rtsx_pci_write_register(pcr, FPDCTL, 0x07, 0x07); in rts5209_force_power_down()
60 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, CARD_GPIO, 0xFF, 0x03); in rts5209_extra_init_hw()
62 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, ASPM_FORCE_CTL, 0x3F, 0); in rts5209_extra_init_hw()
63 /* Force CLKREQ# PIN to drive 0 to request clock */ in rts5209_extra_init_hw()
64 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PETXCFG, 0x08, 0x08); in rts5209_extra_init_hw()
66 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, CARD_GPIO_DIR, 0xFF, 0x03); in rts5209_extra_init_hw()
[all …]
Drts5260.c30 {0x11, 0x11, 0x11}, in rts5260_fill_driving()
31 {0x22, 0x22, 0x22}, in rts5260_fill_driving()
32 {0x55, 0x55, 0x55}, in rts5260_fill_driving()
33 {0x33, 0x33, 0x33}, in rts5260_fill_driving()
36 {0x35, 0x33, 0x33}, in rts5260_fill_driving()
37 {0x8A, 0x88, 0x88}, in rts5260_fill_driving()
38 {0xBD, 0xBB, 0xBB}, in rts5260_fill_driving()
39 {0x9B, 0x99, 0x99}, in rts5260_fill_driving()
52 0xFF, driving[drive_sel][0]); in rts5260_fill_driving()
55 0xFF, driving[drive_sel][1]); in rts5260_fill_driving()
[all …]
Drts5229.c21 return val & 0x0F; in rts5229_get_ic_version()
30 pcr_dbg(pcr, "Cfg 0x%x: 0x%x\n", PCR_SETTING_REG1, reg); in rts5229_fetch_vendor_settings()
38 pcr->card_drive_sel &= 0x3F; in rts5229_fetch_vendor_settings()
42 pcr_dbg(pcr, "Cfg 0x%x: 0x%x\n", PCR_SETTING_REG2, reg); in rts5229_fetch_vendor_settings()
49 rtsx_pci_write_register(pcr, FPDCTL, 0x03, 0x03); in rts5229_force_power_down()
57 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, GPIO_CTL, 0x02, 0x02); in rts5229_extra_init_hw()
59 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, ASPM_FORCE_CTL, 0x3F, 0); in rts5229_extra_init_hw()
60 /* Force CLKREQ# PIN to drive 0 to request clock */ in rts5229_extra_init_hw()
61 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PETXCFG, 0x08, 0x08); in rts5229_extra_init_hw()
63 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, LDO_PWR_SEL, 0x03, 0x00); in rts5229_extra_init_hw()
[all …]
Drts5249.c21 return val & 0x0F; in rts5249_get_ic_version()
27 {0x11, 0x11, 0x18}, in rts5249_fill_driving()
28 {0x55, 0x55, 0x5C}, in rts5249_fill_driving()
29 {0xFF, 0xFF, 0xFF}, in rts5249_fill_driving()
30 {0x96, 0x96, 0x96}, in rts5249_fill_driving()
33 {0xC4, 0xC4, 0xC4}, in rts5249_fill_driving()
34 {0x3C, 0x3C, 0x3C}, in rts5249_fill_driving()
35 {0xFE, 0xFE, 0xFE}, in rts5249_fill_driving()
36 {0xB3, 0xB3, 0xB3}, in rts5249_fill_driving()
49 0xFF, driving[drive_sel][0]); in rts5249_fill_driving()
[all …]
/Linux-v6.1/arch/x86/crypto/
Dchacha-ssse3-x86_64.S13 ROT8: .octa 0x0e0d0c0f0a09080b0605040702010003
16 ROT16: .octa 0x0d0c0f0e09080b0a0504070601000302
19 CTRINC: .octa 0x00000003000000020000000100000000
68 # x1 = shuffle32(x1, MASK(0, 3, 2, 1))
69 pshufd $0x39,%xmm1,%xmm1
70 # x2 = shuffle32(x2, MASK(1, 0, 3, 2))
71 pshufd $0x4e,%xmm2,%xmm2
72 # x3 = shuffle32(x3, MASK(2, 1, 0, 3))
73 pshufd $0x93,%xmm3,%xmm3
101 # x1 = shuffle32(x1, MASK(2, 1, 0, 3))
[all …]
/Linux-v6.1/drivers/memstick/host/
Drtsx_usb_ms.c70 for (i = 0xFD40; i <= 0xFD44; i++) in ms_print_debug_regs()
71 rtsx_usb_add_cmd(ucr, READ_REG_CMD, i, 0, 0); in ms_print_debug_regs()
74 for (i = 0xFD51; i <= 0xFD56; i++) in ms_print_debug_regs()
75 rtsx_usb_add_cmd(ucr, READ_REG_CMD, i, 0, 0); in ms_print_debug_regs()
78 for (i = 0xFD60; i <= 0xFD65; i++) in ms_print_debug_regs()
79 rtsx_usb_add_cmd(ucr, READ_REG_CMD, i, 0, 0); in ms_print_debug_regs()
82 rtsx_usb_add_cmd(ucr, READ_REG_CMD, CARD_DATA_SOURCE, 0, 0); in ms_print_debug_regs()
83 rtsx_usb_add_cmd(ucr, READ_REG_CMD, CARD_SELECT, 0, 0); in ms_print_debug_regs()
84 rtsx_usb_add_cmd(ucr, READ_REG_CMD, CARD_CLK_EN, 0, 0); in ms_print_debug_regs()
85 rtsx_usb_add_cmd(ucr, READ_REG_CMD, CARD_PWR_CTL, 0, 0); in ms_print_debug_regs()
[all …]
/Linux-v6.1/drivers/net/ethernet/qualcomm/
Dqca_7k_common.c36 return 0; in qcafrm_create_header()
40 buf[0] = 0xAA; in qcafrm_create_header()
41 buf[1] = 0xAA; in qcafrm_create_header()
42 buf[2] = 0xAA; in qcafrm_create_header()
43 buf[3] = 0xAA; in qcafrm_create_header()
44 buf[4] = len & 0xff; in qcafrm_create_header()
45 buf[5] = (len >> 8) & 0xff; in qcafrm_create_header()
46 buf[6] = 0; in qcafrm_create_header()
47 buf[7] = 0; in qcafrm_create_header()
57 return 0; in qcafrm_create_footer()
[all …]
/Linux-v6.1/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_tnrdmd_dvbt2.c16 {0x00, 0x00}, {0x31, 0x02},
20 {0x00, 0x04}, {0x5d, 0x0b},
30 static const u8 tsif_settings[2] = { 0x01, 0x01 }; in x_tune_dvbt2_demod_setting()
32 0x07, 0x06, 0x01, 0xf0, 0x00, 0x00, 0x04, 0xb0, 0x00, 0x00, in x_tune_dvbt2_demod_setting()
33 0x09, 0x9c, 0x0e, 0x4c in x_tune_dvbt2_demod_setting()
36 0x52, 0x49, 0x2c, 0x51, 0x51, 0x3d, 0x15, 0x29, 0x0c in x_tune_dvbt2_demod_setting()
40 0x5d, 0x55, 0x32, 0x5c, 0x5c, 0x45, 0x17, 0x2e, 0x0d in x_tune_dvbt2_demod_setting()
44 0x60, 0x00, 0x34, 0x5e, 0x5e, 0x47, 0x18, 0x2f, 0x0e in x_tune_dvbt2_demod_setting()
48 0x04, 0xe7, 0x94, 0x92, 0x09, 0xcf, 0x7e, 0xd0, 0x49, in x_tune_dvbt2_demod_setting()
49 0xcd, 0xcd, 0x1f, 0x5b in x_tune_dvbt2_demod_setting()
[all …]
/Linux-v6.1/drivers/mtd/chips/
Dmap_ram.c39 #if 0 in map_ram_probe()
40 map_write8(map, 0x55, 0); in map_ram_probe()
41 if (map_read8(map, 0) != 0x55) in map_ram_probe()
44 map_write8(map, 0xAA, 0); in map_ram_probe()
45 if (map_read8(map, 0) != 0xAA) in map_ram_probe()
49 map_write8(map, 0x55, map->size-1); in map_ram_probe()
50 if (map_read8(map, map->size-1) != 0x55) in map_ram_probe()
53 map_write8(map, 0xAA, map->size-1); in map_ram_probe()
54 if (map_read8(map, map->size-1) != 0xAA) in map_ram_probe()
97 return 0; in mapram_point()
[all …]
/Linux-v6.1/net/bluetooth/
Dselftest.c36 0xbd, 0x1a, 0x3c, 0xcd, 0xa6, 0xb8, 0x99, 0x58,
37 0x99, 0xb7, 0x40, 0xeb, 0x7b, 0x60, 0xff, 0x4a,
38 0x50, 0x3f, 0x10, 0xd2, 0xe3, 0xb3, 0xc9, 0x74,
39 0x38, 0x5f, 0xc5, 0xa3, 0xd4, 0xf6, 0x49, 0x3f,
42 0xfd, 0xc5, 0x7f, 0xf4, 0x49, 0xdd, 0x4f, 0x6b,
43 0xfb, 0x7c, 0x9d, 0xf1, 0xc2, 0x9a, 0xcb, 0x59,
44 0x2a, 0xe7, 0xd4, 0xee, 0xfb, 0xfc, 0x0a, 0x90,
45 0x9a, 0xbb, 0xf6, 0x32, 0x3d, 0x8b, 0x18, 0x55,
48 0xe6, 0x9d, 0x35, 0x0e, 0x48, 0x01, 0x03, 0xcc,
49 0xdb, 0xfd, 0xf4, 0xac, 0x11, 0x91, 0xf4, 0xef,
[all …]
/Linux-v6.1/drivers/video/fbdev/sis/
Dinit.h70 static const unsigned short ModeIndex_320x200[] = {0x59, 0x41, 0x00, 0x4f};
71 static const unsigned short ModeIndex_320x240[] = {0x50, 0x56, 0x00, 0x53};
72 static const unsigned short ModeIndex_320x240_FSTN[] = {0x5a, 0x5b, 0x00, 0x00}; /* FSTN */
73 static const unsigned short ModeIndex_400x300[] = {0x51, 0x57, 0x00, 0x54};
74 static const unsigned short ModeIndex_512x384[] = {0x52, 0x58, 0x00, 0x5c};
75 static const unsigned short ModeIndex_640x400[] = {0x2f, 0x5d, 0x00, 0x5e};
76 static const unsigned short ModeIndex_640x480[] = {0x2e, 0x44, 0x00, 0x62};
77 static const unsigned short ModeIndex_720x480[] = {0x31, 0x33, 0x00, 0x35};
78 static const unsigned short ModeIndex_720x576[] = {0x32, 0x34, 0x00, 0x36};
79 static const unsigned short ModeIndex_768x576[] = {0x5f, 0x60, 0x00, 0x61};
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_tc_peer.c16 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()
/Linux-v6.1/arch/x86/include/asm/
Dintel-family.h45 #define INTEL_FAM6_CORE_YONAH 0x0E
47 #define INTEL_FAM6_CORE2_MEROM 0x0F
48 #define INTEL_FAM6_CORE2_MEROM_L 0x16
49 #define INTEL_FAM6_CORE2_PENRYN 0x17
50 #define INTEL_FAM6_CORE2_DUNNINGTON 0x1D
52 #define INTEL_FAM6_NEHALEM 0x1E
53 #define INTEL_FAM6_NEHALEM_G 0x1F /* Auburndale / Havendale */
54 #define INTEL_FAM6_NEHALEM_EP 0x1A
55 #define INTEL_FAM6_NEHALEM_EX 0x2E
57 #define INTEL_FAM6_WESTMERE 0x25
[all …]
/Linux-v6.1/drivers/phy/qualcomm/
Dphy-qcom-ipq806x-sata.c26 #define SATA_PHY_P0_PARAM0 0x200
31 #define SATA_PHY_P0_PARAM0_P0_TX_PREEMPH_GEN1(x) __set(x, 5, 0)
32 #define SATA_PHY_P0_PARAM0_P0_TX_PREEMPH_GEN1_MASK GENMASK(5, 0)
34 #define SATA_PHY_P0_PARAM1 0x204
40 #define SATA_PHY_P0_PARAM1_P0_TX_AMPLITUDE_GEN1(x) __set(x, 6, 0)
41 #define SATA_PHY_P0_PARAM1_P0_TX_AMPLITUDE_GEN1_MASK GENMASK(6, 0)
43 #define SATA_PHY_P0_PARAM2 0x208
47 #define SATA_PHY_P0_PARAM3 0x20C
48 #define SATA_PHY_SSC_EN 0x8
49 #define SATA_PHY_P0_PARAM4 0x210
[all …]

12345678910>>...43