Home
last modified time | relevance | path

Searched +full:0 +full:x00400 (Results 1 – 25 of 30) sorted by relevance

12

/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h42 #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 Dtermbits.h42 #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/arch/arm64/boot/dts/amd/
H A Damd-seattle-xgbe-b.dtsi10 reg = <0 0xe0700000 0 0x80000>,
11 <0 0xe0780000 0 0x80000>,
12 <0 0xe1240800 0 0x00400>, /* SERDES RX/TX0 */
13 <0 0xe1250000 0 0x00060>, /* SERDES IR 1/2 */
14 <0 0xe12500f8 0 0x00004>; /* SERDES IR 2/2 */
15 interrupts = <0 325 4>,
16 <0 346 1>, <0 347 1>, <0 348 1>, <0 349 1>,
17 <0 323 4>;
19 amd,speed-set = <0>;
20 amd,serdes-blwc = <1>, <1>, <0>;
[all …]
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h55 #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/arch/powerpc/include/asm/nohash/32/
H A Dpte-85xx.h12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR
20 #define _PAGE_READ 0x00001 /* H: Read permission (SR) */
21 #define _PAGE_PRESENT 0x00002 /* S: PTE contains a translation */
22 #define _PAGE_WRITE 0x00004 /* S: Write permission (SW) */
23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */
24 #define _PAGE_EXEC 0x00010 /* H: SX permission */
25 #define _PAGE_ACCESSED 0x00020 /* S: Page referenced */
27 #define _PAGE_ENDIAN 0x00040 /* H: E bit */
28 #define _PAGE_GUARDED 0x00080 /* H: G bit */
29 #define _PAGE_COHERENT 0x00100 /* H: M bit */
[all …]
/linux/drivers/gpu/drm/arm/
H A Dmalidp_regs.h20 #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/arch/powerpc/include/uapi/asm/
H A Dtermbits.h48 #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/alpha/include/uapi/asm/
H A Dtermbits.h54 #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/x86/include/asm/
H A Dapicdef.h14 #define IO_APIC_DEFAULT_PHYS_BASE 0xfec00000
15 #define APIC_DEFAULT_PHYS_BASE 0xfee00000
23 #define APIC_DELIVERY_MODE_FIXED 0
30 #define APIC_ID 0x20
32 #define APIC_LVR 0x30
33 #define APIC_LVR_MASK 0xFF00FF
35 #define GET_APIC_VERSION(x) ((x) & 0xFFu)
36 #define GET_APIC_MAXLVT(x) (((x) >> 16) & 0xFFu)
38 # define APIC_INTEGRATED(x) ((x) & 0xF0u)
42 #define APIC_XAPIC(x) ((x) >= 0x14)
[all …]
/linux/drivers/usb/gadget/udc/
H A Dgoku_udc.h12 * 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/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h27 #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/drivers/net/dsa/
H A Dbcm_sf2_regs.h13 REG_SWITCH_CNTRL = 0,
36 #define MDIO_MASTER_SEL (1 << 0)
39 #define SF2_REV_MASK 0xffff
41 #define SWITCH_TOP_REV_MASK 0xffff
44 #define PHY_REVISION_MASK 0xffff
47 #define IDDQ_BIAS (1 << 0)
54 #define PHY_PHYAD_MASK 0x1F
57 #define CROSSBAR_BCM4908_INT_P7 0
59 #define CROSSBAR_BCM4908_EXT_SERDES 0
64 #define LED_CNTRL_NO_LINK_ENCODE_SHIFT 0
[all …]
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h60 #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/net/ethernet/intel/e1000e/
H A Dregs.h7 #define E1000_CTRL 0x00000 /* Device Control - RW */
8 #define E1000_STATUS 0x00008 /* Device Status - RO */
9 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */
10 #define E1000_EERD 0x00014 /* EEPROM Read - RW */
11 #define E1000_CTRL_EXT 0x00018 /* Extended Device Control - RW */
12 #define E1000_FLA 0x0001C /* Flash Access - RW */
13 #define E1000_MDIC 0x00020 /* MDI Control - RW */
14 #define E1000_SCTL 0x00024 /* SerDes Control - RW */
15 #define E1000_FCAL 0x00028 /* Flow Control Address Low - RW */
16 #define E1000_FCAH 0x0002C /* Flow Control Address High -RW */
[all …]
/linux/drivers/net/ethernet/dec/tulip/
H A Dtulip.h36 #define TULIP_BAR 0 /* CBIO */
52 HAS_MII = 0x00001,
53 HAS_MEDIA_TABLE = 0x00002,
54 CSR12_IN_SROM = 0x00004,
55 ALWAYS_CHECK_MII = 0x00008,
56 HAS_ACPI = 0x00010,
57 MC_HASH_ONLY = 0x00020, /* Hash-only multicast filter. */
58 HAS_PNICNWAY = 0x00080,
59 HAS_NWAY = 0x00040, /* Uses internal NWay xcvr. */
60 HAS_INTR_MITIGATION = 0x00100,
[all …]
/linux/drivers/memstick/host/
H A Dtifm_ms.c29 #define TIFM_MS_STAT_DRQ 0x04000
30 #define TIFM_MS_STAT_MSINT 0x02000
31 #define TIFM_MS_STAT_RDY 0x01000
32 #define TIFM_MS_STAT_CRC 0x00200
33 #define TIFM_MS_STAT_TOE 0x00100
34 #define TIFM_MS_STAT_EMP 0x00020
35 #define TIFM_MS_STAT_FUL 0x00010
36 #define TIFM_MS_STAT_CED 0x00008
37 #define TIFM_MS_STAT_ERR 0x00004
38 #define TIFM_MS_STAT_BRQ 0x00002
[all …]
/linux/drivers/scsi/arcmsr/
H A Darcmsr.h69 #define ARCMSR_MAX_XFER_LEN 0x26000 /* 152K */
73 #define PCI_DEVICE_ID_ARECA_1880 0x1880
76 #define PCI_DEVICE_ID_ARECA_1214 0x1214
79 #define PCI_DEVICE_ID_ARECA_1203 0x1203
82 #define PCI_DEVICE_ID_ARECA_1883 0x1883
85 #define PCI_DEVICE_ID_ARECA_1884 0x1884
87 #define PCI_DEVICE_ID_ARECA_1886_0 0x1886
88 #define PCI_DEVICE_ID_ARECA_1886 0x188A
97 #define ARC_SUCCESS 0
105 #define dma_addr_lo32(addr) (uint32_t) (addr & 0xffffffff)
[all …]
/linux/arch/parisc/net/
H A Dbpf_jit.h16 #define HPPA_JIT_DEBUG 0
17 #define HPPA_JIT_REBOOT 0
18 #define HPPA_JIT_DUMP 0
26 HPPA_REG_ZERO = 0, /* The constant value 0 */
90 #define EXEC_NEXT_INSTR 0
93 #define im11(val) (((u32)(val)) & 0x07ff)
96 hppa_t5_insn(0x08, reg, ((u32)(addr)) >> 11) /* ldil im21,reg */
98 hppa_t5_insn(0x0a, reg, ((u32)(addr)) >> 11) /* addil im21,reg -> result in gr1 */
100 hppa_t1_insn(0x0d, reg, target, im14) /* ldo val14(reg),target */
104 hppa_t6_insn(0x02, reg2, reg1, 0, 0, 0x09, target) /* or reg1,reg2,target */
[all …]
/linux/drivers/net/ethernet/intel/igb/
H A De1000_regs.h7 #define E1000_CTRL 0x00000 /* Device Control - RW */
8 #define E1000_STATUS 0x00008 /* Device Status - RO */
9 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */
10 #define E1000_EERD 0x00014 /* EEPROM Read - RW */
11 #define E1000_CTRL_EXT 0x00018 /* Extended Device Control - RW */
12 #define E1000_MDIC 0x00020 /* MDI Control - RW */
13 #define E1000_MDICNFG 0x00E04 /* MDI Config - RW */
14 #define E1000_SCTL 0x00024 /* SerDes Control - RW */
15 #define E1000_FCAL 0x00028 /* Flow Control Address Low - RW */
16 #define E1000_FCAH 0x0002C /* Flow Control Address High -RW */
[all …]
/linux/drivers/input/joystick/
H A Danalog.c38 module_param_array_named(map, js, charp, &js_nargs, 0);
45 #define ANALOG_RUDDER 0x00004
46 #define ANALOG_THROTTLE 0x00008
47 #define ANALOG_AXES_STD 0x0000f
48 #define ANALOG_BTNS_STD 0x000f0
50 #define ANALOG_BTNS_CHF 0x00100
51 #define ANALOG_HAT1_CHF 0x00200
52 #define ANALOG_HAT2_CHF 0x00400
53 #define ANALOG_HAT_FCS 0x00800
54 #define ANALOG_HATS_ALL 0x00e00
[all …]
/linux/include/linux/ceph/
H A Dceph_fs.h47 __le32 fl_cas_hash; /* UNUSED. 0 = none; 1 = sha256 */
86 #define CEPH_CRYPTO_NONE 0x0
87 #define CEPH_CRYPTO_AES 0x1
92 #define CEPH_AUTH_UNKNOWN 0x0
93 #define CEPH_AUTH_NONE 0x1
94 #define CEPH_AUTH_CEPHX 0x2
96 #define CEPH_AUTH_MODE_NONE 0
101 #define CEPH_CON_MODE_UNKNOWN 0x0
102 #define CEPH_CON_MODE_CRC 0x1
103 #define CEPH_CON_MODE_SECURE 0x2
[all …]
/linux/arch/parisc/kernel/
H A Dmodule.c56 (( ( !((val) & (1<<((bits)-1))) && ((val)>>(bits)) != 0 ) || \
57 ( ((val) & (1<<((bits)-1))) && ((val)>>(bits)) != (((__typeof__(val))(~0))>>((bits)+2)))) ? \
58 0 : 1)
62 printk(KERN_ERR "module %s relocation of symbol %s is out of range (0x%lx in %d bits)\n", \
69 * 0x3fff; however, since we're only going forward, this becomes
70 * 0x1fff, and thus, since each GOT entry is 8 bytes long we can have
74 * which gives us a maximum positive displacement of 0x7fff, and as such
97 #define rnd(x) (((x)+0x1000)&~0x1fff)
103 #define rsel(v,a) (((v)+(a))&0x7ff)
107 #define rrsel(v,a) ((((v)+rnd(a))&0x7ff)+((a)-rnd(a)))
[all …]
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h17 #define _PAGE_EXEC 0x00001 /* execute permission */
18 #define _PAGE_WRITE 0x00002 /* write access allowed */
19 #define _PAGE_READ 0x00004 /* read access allowed */
20 #define _PAGE_PRIVILEGED 0x00008 /* kernel access only */
21 #define _PAGE_SAO 0x00010 /* Strong access order */
22 #define _PAGE_NON_IDEMPOTENT 0x00020 /* non idempotent memory */
23 #define _PAGE_TOLERANT 0x00030 /* tolerant memory, cache inhibited */
24 #define _PAGE_DIRTY 0x00080 /* C: page changed */
25 #define _PAGE_ACCESSED 0x00100 /* R: page referenced */
29 #define _RPAGE_SW0 0x2000000000000000UL
[all …]
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192f.c18 {0x420, 0x00}, {0x422, 0x78}, {0x428, 0x0a}, {0x429, 0x10},
19 {0x430, 0x00}, {0x431, 0x00}, {0x432, 0x00}, {0x433, 0x01},
20 {0x434, 0x04}, {0x435, 0x05}, {0x436, 0x07}, {0x437, 0x08},
21 {0x43c, 0x04}, {0x43d, 0x05}, {0x43e, 0x07}, {0x43f, 0x08},
22 {0x440, 0x5d}, {0x441, 0x01}, {0x442, 0x00}, {0x444, 0x10},
23 {0x445, 0xf0}, {0x446, 0x0e}, {0x447, 0x1f}, {0x448, 0x00},
24 {0x449, 0x00}, {0x44a, 0x00}, {0x44b, 0x00}, {0x44c, 0x10},
25 {0x44d, 0xf0}, {0x44e, 0x0e}, {0x44f, 0x00}, {0x450, 0x00},
26 {0x451, 0x00}, {0x452, 0x00}, {0x453, 0x00}, {0x480, 0x20},
27 {0x49c, 0x30}, {0x49d, 0xf0}, {0x49e, 0x03}, {0x49f, 0x3e},
[all …]
/linux/drivers/video/fbdev/sis/
H A Dsis_main.h19 .xres = 0,
20 .yres = 0,
21 .xres_virtual = 0,
22 .yres_virtual = 0,
23 .xoffset = 0,
24 .yoffset = 0,
25 .bits_per_pixel = 0,
26 .grayscale = 0,
27 .red = {0, 8, 0},
28 .green = {0, 8, 0},
[all …]

12