/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-remarkable2.dts | 23 reg = <0x80000000 0x40000000>; 54 pinctrl-0 = <&pinctrl_brcm_reg>; 66 pinctrl-0 = <&pinctrl_digitizer_reg>; 79 pinctrl-0 = <&pinctrl_touch_reg>; 87 pinctrl-0 = <&pinctrl_wifi>; 102 assigned-clock-rates = <0>, <32768>; 108 pinctrl-0 = <&pinctrl_i2c1>; 113 reg = <0x09>; 114 hid-descr-addr = <0x01>; 116 pinctrl-0 = <&pinctrl_wacom>; [all …]
|
H A D | imx7d-pico.dtsi | 12 pwms = <&pwm4 0 50000 0>; 13 brightness-levels = <0 36 72 108 144 180 216 255>; 20 reg = <0x80000000 0>; 38 pinctrl-0 = <&pinctrl_reg_lcdreg_on>; 49 pinctrl-0 = <&pinctrl_reg_wlreg_on>; 75 pinctrl-0 = <&pinctrl_usbotg1_pwr>; 108 assigned-clock-rates = <0>, <32768>; 122 pinctrl-0 = <&pinctrl_ecspi3>; 128 pinctrl-0 = <&pinctrl_enet1>; 132 assigned-clock-rates = <0>, <100000000>; [all …]
|
H A D | imx7s-warp.dts | 18 reg = <0x80000000 0x20000000>; 23 pinctrl-0 = <&pinctrl_gpio>; 39 pinctrl-0 = <&pinctrl_brcm_reg>; 49 pinctrl-0 = <&pinctrl_bt_reg>; 94 pinctrl-0 = <&pinctrl_i2c1>; 99 reg = <0x08>; 193 pinctrl-0 = <&pinctrl_i2c2>; 199 pinctrl-0 = <&pinctrl_ov2680>; 200 reg = <0x36>; 211 clock-lanes = <0>; [all …]
|
H A D | imx7-colibri.dtsi | 15 brightness-levels = <0 45 63 88 119 158 203 255>; 20 pinctrl-0 = <&pinctrl_gpio_bl_on>; 22 pwms = <&pwm1 0 6666667 PWM_POLARITY_INVERTED>; 34 pinctrl-0 = <&pinctrl_usbc_det>; 40 pinctrl-0 = <&pinctrl_gpiokeys>; 111 pinctrl-0 = <&pinctrl_usbh_reg>; 151 pinctrl-0 = <&pinctrl_ecspi3 &pinctrl_ecspi3_cs>; 157 assigned-clock-rates = <0>, <100000000>; 170 pinctrl-0 = <&pinctrl_enet1>; 175 #size-cells = <0>; [all …]
|
H A D | imx1-pinfunc.h | 15 * function: 0 - Primary function 18 * direction: 0 - Input 20 * gpio_oconf: 0 - A_IN 24 * gpio_iconfa/b: 0 - GPIO_IN 26 * 2 - 0 29 * 'pin' is an integer between 0 and 0xbf. i.MX1 has 4 ports with 32 31 * the pin number on the specific port (between 0 and 31). 34 #define MX1_PAD_A24__A24 0x00 0x004 35 #define MX1_PAD_A24__GPIO1_0 0x00 0x032 36 #define MX1_PAD_A24__SPI2_CLK 0x00 0x006 [all …]
|
/linux/drivers/leds/ |
H A D | leds-ot200.c | 33 .port = 0x5a, 34 .mask = BIT(0), 38 .port = 0x5a, 43 .port = 0x5a, 48 .port = 0x49, 53 .port = 0x49, 58 .port = 0x49, 63 .port = 0x49, 68 .port = 0x49, 73 .port = 0x49, [all …]
|
/linux/drivers/input/joystick/ |
H A D | psxpad-spi.c | 31 #define REVERSE_BIT(x) ((((x) & 0x80) >> 7) | (((x) & 0x40) >> 5) | \ 32 (((x) & 0x20) >> 3) | (((x) & 0x10) >> 1) | (((x) & 0x08) << 1) | \ 33 (((x) & 0x04) << 3) | (((x) & 0x02) << 5) | (((x) & 0x01) << 7)) 38 * 0x01, 0x42, 0x00, 0x00, 0x00, 39 * 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 40 * 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 43 0x80, 0x42, 0x00, 0x00, 0x00, 44 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 45 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 49 /* 0x01, 0x43, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 */ [all …]
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-boe-tv101wum-ll2.c | 36 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in boe_tv101wum_ll2_reset() 40 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in boe_tv101wum_ll2_reset() 56 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x50, 0x5a, 0x0e); in boe_tv101wum_ll2_on() 57 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x80, 0xff, 0x81, 0x68, 0x6c, 0x22, in boe_tv101wum_ll2_on() 58 0x6d, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00); in boe_tv101wum_ll2_on() 59 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x50, 0x5a, 0x23); in boe_tv101wum_ll2_on() 60 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x90, 0x00, 0x00); in boe_tv101wum_ll2_on() 61 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x94, 0x2c, 0x00); in boe_tv101wum_ll2_on() 62 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x50, 0x5a, 0x19); in boe_tv101wum_ll2_on() 63 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0xa2, 0x38); in boe_tv101wum_ll2_on() [all …]
|
H A D | panel-visionox-vtdr6130.c | 38 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in visionox_vtdr6130_reset() 42 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in visionox_vtdr6130_reset() 56 MIPI_DCS_WRITE_CONTROL_DISPLAY, 0x20); in visionox_vtdr6130_on() 58 MIPI_DCS_SET_DISPLAY_BRIGHTNESS, 0x00, in visionox_vtdr6130_on() 59 0x00); in visionox_vtdr6130_on() 60 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x59, 0x09); in visionox_vtdr6130_on() 61 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x6c, 0x01); in visionox_vtdr6130_on() 62 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x6d, 0x00); in visionox_vtdr6130_on() 63 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x6f, 0x01); in visionox_vtdr6130_on() 64 mipi_dsi_dcs_write_seq_multi(&dsi_ctx, 0x70, 0x12, 0x00, 0x00, 0xab, in visionox_vtdr6130_on() [all …]
|
H A D | panel-samsung-sofef00.c | 36 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in sofef00_panel_reset() 40 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in sofef00_panel_reset() 53 if (ret < 0) { in sofef00_panel_on() 59 mipi_dsi_dcs_write_seq(dsi, 0xf0, 0x5a, 0x5a); in sofef00_panel_on() 62 if (ret < 0) { in sofef00_panel_on() 67 mipi_dsi_dcs_write_seq(dsi, 0xf0, 0xa5, 0xa5); in sofef00_panel_on() 68 mipi_dsi_dcs_write_seq(dsi, 0xf0, 0x5a, 0x5a); in sofef00_panel_on() 69 mipi_dsi_dcs_write_seq(dsi, 0xb0, 0x07); in sofef00_panel_on() 70 mipi_dsi_dcs_write_seq(dsi, 0xb6, 0x12); in sofef00_panel_on() 71 mipi_dsi_dcs_write_seq(dsi, 0xf0, 0xa5, 0xa5); in sofef00_panel_on() [all …]
|
H A D | panel-samsung-s6d7aa0.c | 21 #define MCS_BL_CTL 0xc3 22 #define MCS_OTP_RELOAD 0xd0 23 #define MCS_PASSWD1 0xf0 24 #define MCS_PASSWD2 0xf1 25 #define MCS_PASSWD3 0xfc 61 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in s6d7aa0_reset() 70 mipi_dsi_dcs_write_seq(dsi, MCS_PASSWD1, 0xa5, 0xa5); in s6d7aa0_lock() 71 mipi_dsi_dcs_write_seq(dsi, MCS_PASSWD2, 0xa5, 0xa5); in s6d7aa0_lock() 73 mipi_dsi_dcs_write_seq(dsi, MCS_PASSWD3, 0x5a, 0x5a); in s6d7aa0_lock() 75 mipi_dsi_dcs_write_seq(dsi, MCS_PASSWD1, 0x5a, 0x5a); in s6d7aa0_lock() [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A D | rtl2832_priv.h | 242 {DVBT_DAGC_TRG_VAL, 0x39}, 243 {DVBT_AGC_TARG_VAL_0, 0x0}, 244 {DVBT_AGC_TARG_VAL_8_1, 0x5a}, 245 {DVBT_AAGC_LOOP_GAIN, 0x16}, 246 {DVBT_LOOP_GAIN2_3_0, 0x6}, 247 {DVBT_LOOP_GAIN2_4, 0x1}, 248 {DVBT_LOOP_GAIN3, 0x16}, 249 {DVBT_VTOP1, 0x35}, 250 {DVBT_VTOP2, 0x21}, 251 {DVBT_VTOP3, 0x21}, [all …]
|
/linux/drivers/video/fbdev/sis/ |
H A D | 310vtbl.h | 55 {0x6a,0x2212,0x0102,SIS_RI_800x600, 0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x? */ 56 {0x2e,0x0a1b,0x0101,SIS_RI_640x480, 0x00,0x00,0x05,0x05,0x08, 2}, /* 640x480x8 */ 57 {0x2f,0x0a1b,0x0100,SIS_RI_640x400, 0x00,0x00,0x05,0x05,0x10, 0}, /* 640x400x8 */ 58 {0x30,0x2a1b,0x0103,SIS_RI_800x600, 0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x8 */ 59 {0x31,0x4a1b,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x8 */ 60 {0x32,0x4a1b,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x8 */ 61 {0x33,0x4a1d,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x16 */ 62 {0x34,0x6a1d,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x16 */ 63 {0x35,0x4a1f,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x32 */ 64 {0x36,0x6a1f,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x32 */ [all …]
|
H A D | 300vtbl.h | 55 {0x6a,0x2212,0x0102,SIS_RI_800x600, 0x00,0x00,0x00,0x00,0x00,-1}, /* 800x600x? */ 56 {0x2e,0x0a1b,0x0101,SIS_RI_640x480, 0x00,0x00,0x00,0x00,0x08,-1}, 57 {0x2f,0x021b,0x0100,SIS_RI_640x400, 0x00,0x00,0x00,0x00,0x10,-1}, /* 640x400x8 */ 58 {0x30,0x2a1b,0x0103,SIS_RI_800x600, 0x00,0x00,0x00,0x00,0x00,-1}, 59 {0x31,0x4a1b,0x0000,SIS_RI_720x480, 0x00,0x00,0x00,0x00,0x11,-1}, /* 720x480x8 */ 60 {0x32,0x6a1b,0x0000,SIS_RI_720x576, 0x00,0x00,0x00,0x00,0x12,-1}, /* 720x576x8 */ 61 {0x33,0x4a1d,0x0000,SIS_RI_720x480, 0x00,0x00,0x00,0x00,0x11,-1}, /* 720x480x16 */ 62 {0x34,0x6a1d,0x0000,SIS_RI_720x576, 0x00,0x00,0x00,0x00,0x12,-1}, /* 720x576x16 */ 63 {0x35,0x4a1f,0x0000,SIS_RI_720x480, 0x00,0x00,0x00,0x00,0x11,-1}, /* 720x480x32 */ 64 {0x36,0x6a1f,0x0000,SIS_RI_720x576, 0x00,0x00,0x00,0x00,0x12,-1}, /* 720x576x32 */ [all …]
|
/linux/drivers/net/wireless/intersil/p54/ |
H A D | p54spi_eeprom.h | 19 0x47, 0x4d, 0x55, 0xaa, /* magic */ 20 0x00, 0x00, /* pad */ 21 0x00, 0x00, /* eeprom_pda_data_wrap length */ 22 0x00, 0x00, 0x00, 0x00, /* arm opcode */ 25 0x04, 0x00, 0x01, 0x01, /* PDR_MAC_ADDRESS */ 26 0x00, 0x02, 0xee, 0xc0, 0xff, 0xee, 29 0x06, 0x00, 0x01, 0x10, /* PDR_INTERFACE_LIST */ 30 0x00, 0x00, /* role */ 31 0x0f, 0x00, /* if_id */ 32 0x85, 0x00, /* variant = Longbow RF, 2GHz */ [all …]
|
/linux/drivers/staging/fbtft/ |
H A 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/tools/perf/pmu-events/arch/x86/amdzen3/ |
H A D | memory.json | 4 "EventCode": "0x24", 7 "UMask": "0x02" 11 "EventCode": "0x25", 13 "UMask": "0x08" 17 "EventCode": "0x25", 19 "UMask": "0x04" 23 "EventCode": "0x25", 25 "UMask": "0x02" 29 "EventCode": "0x25", 31 "UMask": "0x01" [all …]
|
/linux/tools/perf/pmu-events/arch/x86/amdzen2/ |
H A D | memory.json | 4 "EventCode": "0x24", 7 "UMask": "0x02" 11 "EventCode": "0x25", 13 "UMask": "0x08" 17 "EventCode": "0x25", 19 "UMask": "0x04" 23 "EventCode": "0x25", 25 "UMask": "0x02" 29 "EventCode": "0x25", 31 "UMask": "0x01" [all …]
|
/linux/drivers/phy/freescale/ |
H A D | phy-fsl-samsung-hdmi.c | 19 #define REG01_PMS_P_MASK GENMASK(3, 0) 23 #define REG13_TG_CODE_LOW_MASK GENMASK(7, 0) 27 #define REG14_TG_CODE_HIGH_MASK GENMASK(0, 0) 30 #define REG21_PMS_S_MASK GENMASK(3, 0) 60 .pixclk = 0, 61 .pll_div_regs = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00 }, 68 .pll_div_regs = { 0xd1, 0x4b, 0xf1, 0x89, 0x88, 0x80, 0x40 }, 71 .pll_div_regs = { 0xd1, 0x50, 0xf1, 0x86, 0x85, 0x80, 0x40 }, 74 .pll_div_regs = { 0xd1, 0x50, 0xf1, 0x99, 0x02, 0x80, 0x40 }, 77 .pll_div_regs = { 0xd1, 0x54, 0xfc, 0xcc, 0x91, 0x80, 0x40 }, [all …]
|
/linux/arch/m68k/68000/ |
H A D | screen.h | 6 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/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_image.h | 33 U32 Signature; /*0x00 */ 34 U32 Signature0; /*0x04 */ 35 U32 Signature1; /*0x08 */ 36 U32 Signature2; /*0x0C */ 37 MPI2_VERSION_UNION MPIVersion; /*0x10 */ 38 MPI2_VERSION_UNION FWVersion; /*0x14 */ 39 MPI2_VERSION_UNION NVDATAVersion; /*0x18 */ 40 MPI2_VERSION_UNION PackageVersion; /*0x1C */ 41 U16 VendorID; /*0x20 */ 42 U16 ProductID; /*0x22 */ [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/crypto/ |
H A D | aesgcm.c | 43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 60 return 0; in aesgcm_expandkey() 67 while (len > 0) { in aesgcm_ghash() 114 while (len > 0) { in aesgcm_crypt() 210 "\x36\x7f\x1d\x57\xa4\xe7\x45\x5a"; 236 "\x7d\x8f\x6a\x5a\xac\x84\xaa\x05" 240 "\x2c\xf3\x5a\xbd\x2b\xa6\xfa\xb4"; 258 "\x7d\x8f\x6a\x5a\xac\x84\xaa\x05" 262 "\x94\xfa\xe9\x5a\xe7\x12\x1a\x47"; 432 "\xa8\x5a\x4 [all...] |
/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | cache.json | 4 "EventCode": "0x41", 6 "UMask": "0x3f" 10 "EventCode": "0x41", 12 "UMask": "0x40" 16 "EventCode": "0x41", 18 "UMask": "0x7f" 22 "EventCode": "0x43", 24 "UMask": "0x01" 28 "EventCode": "0x43", 30 "UMask": "0x02" [all …]
|
/linux/sound/pci/ice1712/ |
H A D | amp.c | 23 snd_vt1724_write_i2c(ice, WM_DEV, cval >> 8, cval & 0xff); in wm_put() 29 WM_ATTEN_L, 0x0000, /* 0 db */ in snd_vt1724_amp_init() 30 WM_ATTEN_R, 0x0000, /* 0 db */ in snd_vt1724_amp_init() 31 WM_DAC_CTRL, 0x0008, /* 24bit I2S */ in snd_vt1724_amp_init() 32 WM_INT_CTRL, 0x0001, /* 24bit I2S */ in snd_vt1724_amp_init() 47 for (i = 0; i < ARRAY_SIZE(wm_inits); i += 2) in snd_vt1724_amp_init() 51 return 0; in snd_vt1724_amp_init() 59 snd_ac97_write_cache(ice->ac97, 0x5a, in snd_vt1724_amp_add_controls() 60 snd_ac97_read(ice->ac97, 0x5a) & ~0x8000); in snd_vt1724_amp_add_controls() 61 return 0; in snd_vt1724_amp_add_controls()
|