| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mmio.c | 21 [INT_SOURCE_CSR] = 0xd7010, 22 [INT_MASK_CSR] = 0xd7014, 23 [INT1_SOURCE_CSR] = 0xd7088, 24 [INT1_MASK_CSR] = 0xd708c, 25 [INT_MCU_CMD_SOURCE] = 0xd51f0, 26 [INT_MCU_CMD_EVENT] = 0x3108, 27 [WFDMA0_ADDR] = 0xd4000, 28 [WFDMA0_PCIE1_ADDR] = 0xd8000, 29 [WFDMA_EXT_CSR_ADDR] = 0xd7000, 30 [CBTOP1_PHY_END] = 0x77ffffff, [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | pci.c | 15 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7925), 17 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0717), 19 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7927), 21 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x6639), 23 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0738), 25 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7928), 27 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7935), 73 dev->backup_l1 = 0; in mt7925_reg_remap_restore() 78 dev->backup_l2 = 0; in mt7925_reg_remap_restore() 119 { 0x830c0000, 0x000000, 0x0001000 }, /* WF_MCU_BUS_CR_REMAP */ in __mt7925_reg_addr() [all …]
|
| /linux/drivers/mtd/chips/ |
| H A D | jedec_probe.c | 27 #define AM29DL800BB 0x22CB 28 #define AM29DL800BT 0x224A 30 #define AM29F800BB 0x2258 31 #define AM29F800BT 0x22D6 32 #define AM29LV400BB 0x22BA 33 #define AM29LV400BT 0x22B9 34 #define AM29LV800BB 0x225B 35 #define AM29LV800BT 0x22DA 36 #define AM29LV160DT 0x22C4 37 #define AM29LV160DB 0x2249 [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | pci.c | 18 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7961), 20 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7922), 22 { PCI_DEVICE(PCI_VENDOR_ID_ITTIM, 0x7922), 24 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608), 26 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616), 28 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7920), 30 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7902), 73 { 0x820d0000, 0x30000, 0x10000 }, /* WF_LMAC_TOP (WF_WTBLON) */ in __mt7921_reg_addr() 74 { 0x820ed000, 0x24800, 0x00800 }, /* WF_LMAC_TOP BN0 (WF_MIB) */ in __mt7921_reg_addr() 75 { 0x820e4000, 0x21000, 0x00400 }, /* WF_LMAC_TOP BN0 (WF_TMAC) */ in __mt7921_reg_addr() [all …]
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 42 #define VINTR 0 61 #define IUCLC 0x0200 62 #define IXON 0x0400 63 #define IXOFF 0x1000 64 #define IMAXBEL 0x4000 65 #define IUTF8 0x8000 68 #define OLCUC 0x00002 69 #define ONLCR 0x00004 70 #define NLDLY 0x00100 71 #define NL0 0x00000 [all …]
|
| /linux/include/uapi/asm-generic/ |
| H A D | termbits.h | 42 #define VINTR 0 61 #define IUCLC 0x0200 62 #define IXON 0x0400 63 #define IXOFF 0x1000 64 #define IMAXBEL 0x2000 65 #define IUTF8 0x4000 68 #define OLCUC 0x00002 69 #define ONLCR 0x00004 70 #define NLDLY 0x00100 71 #define NL0 0x00000 [all …]
|
| /linux/tools/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 13 #define MADV_NORMAL 0 19 #define MAP_ANONYMOUS 0x10 20 #define MAP_DENYWRITE 0x02000 21 #define MAP_EXECUTABLE 0x04000 22 #define MAP_FILE 0 23 #define MAP_FIXED 0x100 24 #define MAP_GROWSDOWN 0x01000 25 #define MAP_HUGETLB 0x100000 26 #define MAP_LOCKED 0x08000 27 #define MAP_NONBLOCK 0x40000 [all …]
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | mfd.txt | 30 the child's base address to 0, the physical address within parent's address 43 reg = <0x01000 0x1000>; 47 offset = <0x08>; 48 mask = <0x01>;
|
| /linux/drivers/media/rc/ |
| H A D | ir-rc5-decoder.c | 50 return 0; in ir_rc5_decode() 61 return 0; in ir_rc5_decode() 88 return 0; in ir_rc5_decode() 117 return 0; in ir_rc5_decode() 119 xdata = (data->bits & 0x0003F) >> 0; in ir_rc5_decode() 120 command = (data->bits & 0x00FC0) >> 6; in ir_rc5_decode() 121 system = (data->bits & 0x1F000) >> 12; in ir_rc5_decode() 122 toggle = (data->bits & 0x20000) ? 1 : 0; in ir_rc5_decode() 123 command += (data->bits & 0x40000) ? 0 : 0x40; in ir_rc5_decode() 132 return 0; in ir_rc5_decode() [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | regs.h | 7 #define IXGBE_VFCTRL 0x00000 8 #define IXGBE_VFSTATUS 0x00008 9 #define IXGBE_VFLINKS 0x00010 10 #define IXGBE_VFFRTIMER 0x00048 11 #define IXGBE_VFRXMEMWRAP 0x03190 12 #define IXGBE_VTEICR 0x00100 13 #define IXGBE_VTEICS 0x00104 14 #define IXGBE_VTEIMS 0x00108 15 #define IXGBE_VTEIMC 0x0010C 16 #define IXGBE_VTEIAC 0x00110 [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mpic.h | 14 #define MPIC_GREG_BASE 0x01000 16 #define MPIC_GREG_FEATURE_0 0x00000 17 #define MPIC_GREG_FEATURE_LAST_SRC_MASK 0x07ff0000 19 #define MPIC_GREG_FEATURE_LAST_CPU_MASK 0x00001f00 21 #define MPIC_GREG_FEATURE_VERSION_MASK 0xff 22 #define MPIC_GREG_FEATURE_1 0x00010 23 #define MPIC_GREG_GLOBAL_CONF_0 0x00020 24 #define MPIC_GREG_GCONF_RESET 0x80000000 27 * 0b00 = pass through (interrupts routed to IRQ0) 28 * 0b01 = Mixed mode [all …]
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | apic.h | 14 #define APIC_DEFAULT_GPA 0xfee00000ULL 17 #define MSR_IA32_APICBASE 0x0000001b 21 #define MSR_IA32_APICBASE_BASE (0xfffff<<12) 24 #define APIC_BASE_MSR 0x800 26 #define APIC_ID 0x20 27 #define APIC_LVR 0x30 28 #define GET_APIC_ID_FIELD(x) (((x) >> 24) & 0xFF) 29 #define APIC_TASKPRI 0x80 30 #define APIC_PROCPRI 0xA0 33 #define APIC_EOI 0xB0 [all …]
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 48 #define VINTR 0 67 #define IXON 0x0200 68 #define IXOFF 0x0400 69 #define IUCLC 0x1000 70 #define IMAXBEL 0x2000 71 #define IUTF8 0x4000 74 #define ONLCR 0x00002 75 #define OLCUC 0x00004 76 #define NLDLY 0x00300 77 #define NL0 0x00000 [all …]
|
| /linux/arch/arm/mach-imx/ |
| H A D | mx2x.h | 16 #define MX2x_AIPI_BASE_ADDR 0x10000000 18 #define MX2x_DMA_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x01000) 19 #define MX2x_WDOG_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x02000) 20 #define MX2x_GPT1_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x03000) 21 #define MX2x_GPT2_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x04000) 22 #define MX2x_GPT3_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x05000) 23 #define MX2x_PWM_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x06000) 24 #define MX2x_RTC_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x07000) 25 #define MX2x_KPP_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x08000) 26 #define MX2x_OWIRE_BASE_ADDR (MX2x_AIPI_BASE_ADDR + 0x09000) [all …]
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 54 #define VEOF 0 73 #define IXON 0x0200 74 #define IXOFF 0x0400 75 #define IUCLC 0x1000 76 #define IMAXBEL 0x2000 77 #define IUTF8 0x4000 80 #define ONLCR 0x00002 81 #define OLCUC 0x00004 82 #define NLDLY 0x00300 83 #define NL0 0x00000 [all …]
|
| /linux/arch/mips/include/asm/sgi/ |
| H A D | hpc3.h | 22 #define HPCDMA_EOX 0x80000000 /* last desc in chain for tx */ 23 #define HPCDMA_EOR 0x80000000 /* last desc in chain for rx */ 24 #define HPCDMA_EOXP 0x40000000 /* end of packet for tx */ 25 #define HPCDMA_EORP 0x40000000 /* end of packet for rx */ 26 #define HPCDMA_XIE 0x20000000 /* irq generated when at end of this desc */ 27 #define HPCDMA_XIU 0x01000000 /* Tx buffer in use by CPU. */ 28 #define HPCDMA_EIPC 0x00ff0000 /* SEEQ ethernet special xternal bytecount */ 29 #define HPCDMA_ETXD 0x00008000 /* set to one by HPC when packet tx'd */ 30 #define HPCDMA_OWN 0x00004000 /* Denotes ring buffer ownership on rx */ 31 #define HPCDMA_BCNT 0x00003fff /* size in bytes of this dma buffer */ [all …]
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | mvme2500.dts | 29 ranges = <0x0 0 0xffe00000 0x100000>; 34 reg = <0x4c>; 39 reg = <0x68>; 40 interrupts = <8 1 0 0>; 45 reg = <0x54>; 50 reg = <0x52>; 55 reg = <0x53>; 60 reg = <0x50>; 68 flash@0 { 70 reg = <0>; [all …]
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 55 #define VINTR 0 /* Interrupt character [ISIG] */ 67 #if 0 81 #define IUCLC 0x0200 /* Map upper case to lower case on input */ 82 #define IXON 0x0400 /* Enable start/stop output control */ 83 #define IXOFF 0x1000 /* Enable start/stop input control */ 84 #define IMAXBEL 0x2000 /* Ring bell when input queue is full */ 85 #define IUTF8 0x4000 /* Input is UTF-8 */ 88 #define OLCUC 0x00002 /* Map lower case to upper case on output */ 89 #define ONLCR 0x00004 /* Map NL to CR-NL on output */ 90 #define NLDLY 0x00100 [all …]
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | goku_udc.h | 12 * PCI BAR 0 points to these registers. 16 u32 int_status; /* 0x000 */ 18 #define INT_SUSPEND 0x00001 /* or resume */ 19 #define INT_USBRESET 0x00002 20 #define INT_ENDPOINT0 0x00004 21 #define INT_SETUP 0x00008 22 #define INT_STATUS 0x00010 23 #define INT_STATUSNAK 0x00020 24 #define INT_EPxDATASET(n) (0x00020 << (n)) /* 0 < n < 4 */ 25 # define INT_EP1DATASET 0x00040 [all …]
|
| /linux/drivers/usb/misc/sisusbvga/ |
| H A D | sisusb.h | 45 #define SISUSB_VERSION 0 46 #define SISUSB_REVISION 0 59 #define SISUSB_IBUF_SIZE 0x01000 60 #define SISUSB_OBUF_SIZE 0x10000 /* fixed */ 86 } while(0) 107 int isopen; /* !=0 if open */ 108 int present; /* !=0 if device is present on the bus */ 109 int ready; /* !=0 if device is ready for userland */ 140 #define SISUSB_EP_GFX_IN 0x0e /* gfx std packet out(0e)/in(8e) */ 141 #define SISUSB_EP_GFX_OUT 0x0e [all …]
|
| /linux/drivers/gpu/drm/renesas/rcar-du/ |
| H A D | rcar_du_regs.h | 13 #define DU0_REG_OFFSET 0x00000 14 #define DU1_REG_OFFSET 0x30000 15 #define DU2_REG_OFFSET 0x40000 16 #define DU3_REG_OFFSET 0x70000 22 #define DSYSR 0x00000 /* display 1 */ 28 #define DSYSR_TVM_MASTER (0 << 6) 32 #define DSYSR_SCM_INT_NONE (0 << 4) 37 #define DSMR 0x00004 40 #define DSMR_DIPM_DISP (0 << 25) 50 #define DSMR_CDEM_CDE (0 << 13) [all …]
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.h | 60 #define FALSE 0 63 #define ALL_CHANNELS '\0' 64 #define ALL_TARGETS_MASK 0xFFFF 65 #define INITIATOR_WILDCARD (~0) 66 #define SCB_LIST_NULL 0xFF00 68 #define QOUTFIFO_ENTRY_VALID 0x80 69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) 76 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) 88 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb))) 91 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \ [all …]
|
| /linux/drivers/gpu/drm/arm/ |
| H A D | malidp_regs.h | 20 #define MALIDP_DE_IRQ_UNDERRUN (1 << 0) 34 #define MALIDP500_SE_IRQ_CONF_MODE (1 << 0) 50 #define MALIDP550_SE_IRQ_EOW (1 << 0) 54 #define MALIDP550_DC_IRQ_CONF_VALID (1 << 0) 67 #define MALIDP_CFG_VALID (1 << 0) 68 #define MALIDP_DISP_FUNC_GAMMA (1 << 0) 75 #define MALIDP_REG_STATUS 0x00000 76 #define MALIDP_REG_SETIRQ 0x00004 77 #define MALIDP_REG_MASKIRQ 0x00008 78 #define MALIDP_REG_CLEARIRQ 0x0000c [all …]
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | ibmvscsi_tgt.h | 27 #define MSG_HI 0 36 #define SRP_VIOLATION 0x102 /* general error code */ 55 #define LOCAL 0 70 #define ADAPT_SUCCESS 0L 139 SCSI_CDB = 0x01, 140 TASK_MANAGEMENT = 0x02, 141 /* MAD or addressed to port 0 */ 142 ADAPTER_MAD = 0x04, 143 UNSET_TYPE = 0x08, 166 #define CMD_FAST_FAIL BIT(0) [all …]
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | vexpress-v2m.dtsi | 27 ranges = <0x40000000 0x40000000 0x10000000>, 28 <0x10000000 0x10000000 0x00020000>; 31 interrupt-map-mask = <0 63>; 32 interrupt-map = <0 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 33 <0 1 &gic GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>, 34 <0 2 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>, 35 <0 3 &gic GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 36 <0 4 &gic GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, 37 <0 5 &gic GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>, 38 <0 6 &gic GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, [all …]
|