/Linux-v6.1/drivers/staging/fbtft/ |
D | fb_s6d1121.c | 24 #define DEFAULT_GAMMA "26 09 24 2C 1F 23 24 25 22 26 25 23 0D 00\n" \ 25 "1C 1A 13 1D 0B 11 12 10 13 15 36 19 00 0D" 33 write_reg(par, 0x0011, 0x2004); in init_display() 34 write_reg(par, 0x0013, 0xCC00); in init_display() 35 write_reg(par, 0x0015, 0x2600); in init_display() 36 write_reg(par, 0x0014, 0x252A); in init_display() 37 write_reg(par, 0x0012, 0x0033); in init_display() 38 write_reg(par, 0x0013, 0xCC04); in init_display() 39 write_reg(par, 0x0013, 0xCC06); in init_display() 40 write_reg(par, 0x0013, 0xCC4F); in init_display() [all …]
|
D | fb_ili9320.c | 19 #define DEFAULT_GAMMA "07 07 6 0 0 0 5 5 4 0\n" \ 20 "07 08 4 7 5 1 2 0 7 7" 24 u8 rxbuf[8] = {0, }; in read_devicecode() 26 write_reg(par, 0x0000); in read_devicecode() 38 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "Device code: 0x%04X\n", in init_display() 40 if ((devcode != 0x0000) && (devcode != 0x9320)) in init_display() 42 "Unrecognized Device code: 0x%04X (expected 0x9320)\n", in init_display() 49 write_reg(par, 0x00E5, 0x8000); in init_display() 52 write_reg(par, 0x0000, 0x0001); in init_display() 55 write_reg(par, 0x0001, 0x0100); in init_display() [all …]
|
D | fb_ili9325.c | 22 #define DEFAULT_GAMMA "0F 00 7 2 0 0 6 5 4 1\n" \ 29 static unsigned int vc = 0x03; /* Vci1=Vci*0.80 */ 33 static unsigned int vrh = 0x0d; /* VREG1OUT=Vci*1.85 */ 37 static unsigned int vdv = 0x12; /* VCOMH amplitude=VREG1OUT*0.98 */ 41 static unsigned int vcm = 0x0a; /* VCOMH=VREG1OUT*0.735 */ 87 bt &= 0x07; in init_display() 88 vc &= 0x07; in init_display() 89 vrh &= 0x0f; in init_display() 90 vdv &= 0x1f; in init_display() 91 vcm &= 0x3f; in init_display() [all …]
|
/Linux-v6.1/drivers/scsi/megaraid/ |
D | megaraid_mbox.h | 27 #define PCI_DEVICE_ID_PERC4_DI_DISCOVERY 0x000E 28 #define PCI_SUBSYS_ID_PERC4_DI_DISCOVERY 0x0123 30 #define PCI_DEVICE_ID_PERC4_SC 0x1960 31 #define PCI_SUBSYS_ID_PERC4_SC 0x0520 33 #define PCI_DEVICE_ID_PERC4_DC 0x1960 34 #define PCI_SUBSYS_ID_PERC4_DC 0x0518 36 #define PCI_DEVICE_ID_VERDE 0x0407 38 #define PCI_DEVICE_ID_PERC4_DI_EVERGLADES 0x000F 39 #define PCI_SUBSYS_ID_PERC4_DI_EVERGLADES 0x014A 41 #define PCI_DEVICE_ID_PERC4E_SI_BIGBEND 0x0013 [all …]
|
/Linux-v6.1/include/linux/mfd/ |
D | lochnagar1_regs.h | 15 #define LOCHNAGAR1_CDC_AIF1_SEL 0x0008 16 #define LOCHNAGAR1_CDC_AIF2_SEL 0x0009 17 #define LOCHNAGAR1_CDC_AIF3_SEL 0x000A 18 #define LOCHNAGAR1_CDC_MCLK1_SEL 0x000B 19 #define LOCHNAGAR1_CDC_MCLK2_SEL 0x000C 20 #define LOCHNAGAR1_CDC_AIF_CTRL1 0x000D 21 #define LOCHNAGAR1_CDC_AIF_CTRL2 0x000E 22 #define LOCHNAGAR1_EXT_AIF_CTRL 0x000F 23 #define LOCHNAGAR1_DSP_AIF1_SEL 0x0010 24 #define LOCHNAGAR1_DSP_AIF2_SEL 0x0011 [all …]
|
/Linux-v6.1/drivers/s390/crypto/ |
D | zcrypt_cex2a.h | 26 unsigned char msg_type_code; /* 0x50 */ 33 #define TYPE50_TYPE_CODE 0x50 35 #define TYPE50_MEB1_FMT 0x0001 36 #define TYPE50_MEB2_FMT 0x0002 37 #define TYPE50_MEB3_FMT 0x0003 38 #define TYPE50_CRB1_FMT 0x0011 39 #define TYPE50_CRB2_FMT 0x0012 40 #define TYPE50_CRB3_FMT 0x0013 45 unsigned short keyblock_type; /* 0x0001 */ 55 unsigned short keyblock_type; /* 0x0002 */ [all …]
|
/Linux-v6.1/drivers/net/wireless/ath/ath5k/ |
D | pci.c | 31 { PCI_VDEVICE(ATHEROS, 0x0207) }, /* 5210 early */ 32 { PCI_VDEVICE(ATHEROS, 0x0007) }, /* 5210 */ 33 { PCI_VDEVICE(ATHEROS, 0x0011) }, /* 5311 - this is on AHB bus !*/ 34 { PCI_VDEVICE(ATHEROS, 0x0012) }, /* 5211 */ 35 { PCI_VDEVICE(ATHEROS, 0x0013) }, /* 5212 */ 36 { PCI_VDEVICE(3COM_2, 0x0013) }, /* 3com 5212 */ 37 { PCI_VDEVICE(3COM, 0x0013) }, /* 3com 3CRDAG675 5212 */ 38 { PCI_VDEVICE(ATHEROS, 0x1014) }, /* IBM minipci 5212 */ 39 { PCI_VDEVICE(ATHEROS, 0x0014) }, /* 5212 compatible */ 40 { PCI_VDEVICE(ATHEROS, 0x0015) }, /* 5212 compatible */ [all …]
|
/Linux-v6.1/include/uapi/linux/ |
D | nubus.h | 19 NUBUS_CAT_BOARD = 0x0001, 20 NUBUS_CAT_DISPLAY = 0x0003, 21 NUBUS_CAT_NETWORK = 0x0004, 22 NUBUS_CAT_COMMUNICATIONS = 0x0006, 23 NUBUS_CAT_FONT = 0x0009, 24 NUBUS_CAT_CPU = 0x000A, 26 NUBUS_CAT_DUODOCK = 0x0020 30 NUBUS_TYPE_ETHERNET = 0x0001, 31 NUBUS_TYPE_RS232 = 0x0002 35 NUBUS_TYPE_VIDEO = 0x0001 [all …]
|
/Linux-v6.1/drivers/net/phy/mscc/ |
D | mscc_ptp.h | 13 #define BIU_ADDR_EXE 0x8000 14 #define BIU_ADDR_READ 0x4000 15 #define BIU_ADDR_WRITE 0x0000 23 #define MSCC_PHY_1588_INGR_VSC85XX_INT_STATUS 0x002d 24 #define MSCC_PHY_1588_VSC85XX_INT_STATUS 0x004d 25 #define VSC85XX_1588_INT_FIFO_ADD 0x0004 26 #define VSC85XX_1588_INT_FIFO_OVERFLOW 0x0001 28 #define MSCC_PHY_1588_INGR_VSC85XX_INT_MASK 0x002e 29 #define MSCC_PHY_1588_VSC85XX_INT_MASK 0x004e 34 #define MSCC_PHY_ANA_ETH1_NTX_PROT 0x0000 [all …]
|
/Linux-v6.1/drivers/usb/serial/ |
D | xsens_mt.c | 15 #define XSENS_VID 0x2639 17 #define MTi_10_IMU_PID 0x0001 18 #define MTi_20_VRU_PID 0x0002 19 #define MTi_30_AHRS_PID 0x0003 21 #define MTi_100_IMU_PID 0x0011 22 #define MTi_200_VRU_PID 0x0012 23 #define MTi_300_AHRS_PID 0x0013 25 #define MTi_G_700_GPS_INS_PID 0x0017 45 return 0; in xsens_mt_probe()
|
/Linux-v6.1/drivers/media/usb/gspca/ |
D | w996Xcf.c | 53 Return 0 on success, -1 otherwise. 61 if (sd->gspca_dev.usb_err < 0) in w9968cf_write_fsb() 69 ret = usb_control_msg(udev, usb_sndctrlpipe(udev, 0), 0, in w9968cf_write_fsb() 71 value, 0x06, sd->gspca_dev.usb_buf, 6, 500); in w9968cf_write_fsb() 72 if (ret < 0) { in w9968cf_write_fsb() 80 Return 0 on success, a negative number otherwise. 86 if (sd->gspca_dev.usb_err < 0) in w9968cf_write_sb() 95 usb_sndctrlpipe(sd->gspca_dev.dev, 0), in w9968cf_write_sb() 96 0, in w9968cf_write_sb() 98 value, 0x01, NULL, 0, 500); in w9968cf_write_sb() [all …]
|
/Linux-v6.1/net/bluetooth/ |
D | mgmt_config.c | 82 TLV_SET_U16(0x0000, def_page_scan_type), in read_def_system_config() 83 TLV_SET_U16(0x0001, def_page_scan_int), in read_def_system_config() 84 TLV_SET_U16(0x0002, def_page_scan_window), in read_def_system_config() 85 TLV_SET_U16(0x0003, def_inq_scan_type), in read_def_system_config() 86 TLV_SET_U16(0x0004, def_inq_scan_int), in read_def_system_config() 87 TLV_SET_U16(0x0005, def_inq_scan_window), in read_def_system_config() 88 TLV_SET_U16(0x0006, def_br_lsto), in read_def_system_config() 89 TLV_SET_U16(0x0007, def_page_timeout), in read_def_system_config() 90 TLV_SET_U16(0x0008, sniff_min_interval), in read_def_system_config() 91 TLV_SET_U16(0x0009, sniff_max_interval), in read_def_system_config() [all …]
|
/Linux-v6.1/drivers/media/rc/keymaps/ |
D | rc-dvbsky.c | 16 { 0x0000, KEY_NUMERIC_0 }, 17 { 0x0001, KEY_NUMERIC_1 }, 18 { 0x0002, KEY_NUMERIC_2 }, 19 { 0x0003, KEY_NUMERIC_3 }, 20 { 0x0004, KEY_NUMERIC_4 }, 21 { 0x0005, KEY_NUMERIC_5 }, 22 { 0x0006, KEY_NUMERIC_6 }, 23 { 0x0007, KEY_NUMERIC_7 }, 24 { 0x0008, KEY_NUMERIC_8 }, 25 { 0x0009, KEY_NUMERIC_9 }, [all …]
|
D | rc-total-media-in-hand-02.c | 13 { 0x0000, KEY_NUMERIC_0 }, 14 { 0x0001, KEY_NUMERIC_1 }, 15 { 0x0002, KEY_NUMERIC_2 }, 16 { 0x0003, KEY_NUMERIC_3 }, 17 { 0x0004, KEY_NUMERIC_4 }, 18 { 0x0005, KEY_NUMERIC_5 }, 19 { 0x0006, KEY_NUMERIC_6 }, 20 { 0x0007, KEY_NUMERIC_7 }, 21 { 0x0008, KEY_NUMERIC_8 }, 22 { 0x0009, KEY_NUMERIC_9 }, [all …]
|
D | rc-nebula.c | 12 { 0x0000, KEY_NUMERIC_0 }, 13 { 0x0001, KEY_NUMERIC_1 }, 14 { 0x0002, KEY_NUMERIC_2 }, 15 { 0x0003, KEY_NUMERIC_3 }, 16 { 0x0004, KEY_NUMERIC_4 }, 17 { 0x0005, KEY_NUMERIC_5 }, 18 { 0x0006, KEY_NUMERIC_6 }, 19 { 0x0007, KEY_NUMERIC_7 }, 20 { 0x0008, KEY_NUMERIC_8 }, 21 { 0x0009, KEY_NUMERIC_9 }, [all …]
|
D | rc-azurewave-ad-tu700.c | 12 { 0x0000, KEY_TAB }, /* Tab */ 13 { 0x0001, KEY_NUMERIC_2 }, 14 { 0x0002, KEY_CHANNELDOWN }, 15 { 0x0003, KEY_NUMERIC_1 }, 16 { 0x0004, KEY_MENU }, /* Record List */ 17 { 0x0005, KEY_CHANNELUP }, 18 { 0x0006, KEY_NUMERIC_3 }, 19 { 0x0007, KEY_SLEEP }, /* Hibernate */ 20 { 0x0008, KEY_VIDEO }, /* A/V */ 21 { 0x0009, KEY_NUMERIC_4 }, [all …]
|
D | rc-digitalnow-tinytwin.c | 12 { 0x0000, KEY_MUTE }, /* [symbol speaker] */ 13 { 0x0001, KEY_VOLUMEUP }, 14 { 0x0002, KEY_POWER2 }, /* TV [power button] */ 15 { 0x0003, KEY_NUMERIC_2 }, 16 { 0x0004, KEY_NUMERIC_3 }, 17 { 0x0005, KEY_NUMERIC_4 }, 18 { 0x0006, KEY_NUMERIC_6 }, 19 { 0x0007, KEY_NUMERIC_7 }, 20 { 0x0008, KEY_NUMERIC_8 }, 21 { 0x0009, KEY_NUMERIC_STAR }, /* [*] */ [all …]
|
/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-is-command.h | 21 #define HIC_PREVIEW_STILL 0x0001 22 #define HIC_PREVIEW_VIDEO 0x0002 23 #define HIC_CAPTURE_STILL 0x0003 24 #define HIC_CAPTURE_VIDEO 0x0004 25 #define HIC_STREAM_ON 0x0005 26 #define HIC_STREAM_OFF 0x0006 27 #define HIC_SET_PARAMETER 0x0007 28 #define HIC_GET_PARAMETER 0x0008 29 #define HIC_SET_TUNE 0x0009 30 #define HIC_GET_STATUS 0x000b [all …]
|
/Linux-v6.1/arch/sh/boards/mach-se/7780/ |
D | irq.c | 15 #define INTC_BASE 0xffd00000 16 #define INTC_ICR1 (INTC_BASE+0x1c) 24 __raw_writew(0, FPGA_INTMSK1); in init_se7780_IRQ() 26 __raw_writew((__raw_readw(FPGA_INTMSK1) | 0x0002), FPGA_INTMSK1); in init_se7780_IRQ() 28 __raw_writew(0, FPGA_INTMSK2); in init_se7780_IRQ() 31 /* FPGA + 0x06 */ in init_se7780_IRQ() 35 /* FPGA + 0x08 */ in init_se7780_IRQ() 41 /* FPGA + 0x0A */ in init_se7780_IRQ() 47 __raw_writel(0xAAAA0000, INTC_ICR1); in init_se7780_IRQ() 63 __raw_writew(0x0013, FPGA_PCI_INTSEL1); in init_se7780_IRQ() [all …]
|
/Linux-v6.1/drivers/net/ethernet/sis/ |
D | sis900.h | 19 #define SIS900_TOTAL_SIZE 0x100 23 cr=0x0, //Command Register 24 cfg=0x4, //Configuration Register 25 mear=0x8, //EEPROM Access Register 26 ptscr=0xc, //PCI Test Control Register 27 isr=0x10, //Interrupt Status Register 28 imr=0x14, //Interrupt Mask Register 29 ier=0x18, //Interrupt Enable Register 30 epar=0x18, //Enhanced PHY Access Register 31 txdp=0x20, //Transmit Descriptor Pointer Register [all …]
|
/Linux-v6.1/drivers/media/usb/usbtv/ |
D | usbtv-audio.c | 73 return 0; in snd_usbtv_pcm_open() 81 atomic_set(&chip->snd_stream, 0); in snd_usbtv_pcm_close() 85 return 0; in snd_usbtv_pcm_close() 92 chip->snd_buffer_pos = 0; in snd_usbtv_prepare() 93 chip->snd_period_pos = 0; in snd_usbtv_prepare() 95 return 0; in snd_usbtv_prepare() 109 case 0: in usbtv_audio_urb_received() 130 period_elapsed = 0; in usbtv_audio_urb_received() 132 for (i = 0; i < urb->actual_length; i += USBTV_CHUNK_SIZE) { in usbtv_audio_urb_received() 177 { USBTV_BASE + 0x0008, 0x0001 }, in usbtv_audio_start() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | wlf,wm8962.yaml | 26 const: 0 71 within [0x0, 0xffff] are valid. Any other value is regarded as setting 72 the GPIO register to its reset value 0x0. 98 #size-cells = <0>; 102 reg = <0x1a>; 113 0x0000 /* 0:Default */ 114 0x0000 /* 1:Default */ 115 0x0013 /* 2:FN_DMICCLK */ 116 0x0000 /* 3:Default */ 117 0x8014 /* 4:FN_DMICCDAT */ [all …]
|
/Linux-v6.1/drivers/video/fbdev/i810/ |
D | i810_dvt.c | 20 { 25000, 0x0013, 0x0003, 0x40, 0x5F, 0x4F, 0x50, 0x82, 0x51, 0x9D, 21 0x0B, 0x10, 0x40, 0xE9, 0x0B, 0xDF, 0x50, 0xE7, 0x04, 0x02, 22 0x01, 0x01, 0x01, 0x00, 0x01, 0x22002000, 0x22004000, 0x22006000, 23 0x22002000, 0x22004000, 0x22006000, 0xC0 }, 26 { 28000, 0x0053, 0x0010, 0x40, 0x61, 0x4F, 0x4F, 0x85, 0x52, 0x9A, 27 0xF2, 0x10, 0x40, 0xE0, 0x03, 0xDF, 0x50, 0xDF, 0xF3, 0x01, 28 0x01, 0x01, 0x01, 0x00, 0x01, 0x22002000, 0x22004000, 0x22005000, 29 0x22002000, 0x22004000, 0x22005000, 0xC0 }, 32 { 31000, 0x0013, 0x0002, 0x40, 0x63, 0x4F, 0x4F, 0x87, 0x52, 0x97, 33 0x06, 0x0F, 0x40, 0xE8, 0x0B, 0xDF, 0x50, 0xDF, 0x07, 0x02, [all …]
|
/Linux-v6.1/drivers/net/wireless/rsi/ |
D | rsi_sdio.h | 32 BUFFER_FULL = 0x0, 33 BUFFER_AVAILABLE = 0x2, 34 FIRMWARE_ASSERT_IND = 0x3, 35 MSDU_PACKET_PENDING = 0x4, 36 UNKNOWN_INT = 0XE 40 #define PKT_BUFF_SEMI_FULL 0 51 #define RSI_DEVICE_BUFFER_STATUS_REGISTER 0xf3 52 #define RSI_FN1_INT_REGISTER 0xf9 53 #define RSI_INT_ENABLE_REGISTER 0x04 54 #define RSI_INT_ENABLE_MASK 0xfc [all …]
|
/Linux-v6.1/drivers/media/pci/ddbridge/ |
D | ddbridge-hw.c | 16 .base = 0x200, 17 .num = 0x08, 18 .size = 0x10, 22 .base = 0x280, 23 .num = 0x08, 24 .size = 0x10, 28 .base = 0x300, 29 .num = 0x08, 30 .size = 0x10, 34 .base = 0x2000, [all …]
|