Home
last modified time | relevance | path

Searched +full:0 +full:xfffffff0 (Results 1 – 25 of 133) sorted by relevance

123456

/linux/drivers/net/
H A Dsungem_phy.c37 { 0, 0, 0 }, /* No link */
38 { 0, 0, 0 }, /* 10BT Half Duplex */
39 { 1, 0, 0 }, /* 10BT Full Duplex */
40 { 0, 1, 0 }, /* 100BT Half Duplex */
41 { 0, 1, 0 }, /* 100BT Half Duplex */
42 { 1, 1, 0 }, /* 100BT Full Duplex*/
43 { 1, 0, 1 }, /* 1000BT */
44 { 1, 0, 1 }, /* 1000BT */
81 if ((val & BMCR_RESET) == 0) in reset_one_mii_phy()
85 if ((val & BMCR_ISOLATE) && limit > 0) in reset_one_mii_phy()
[all …]
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_mark_t.h10 * action 0xfffffff0, the result will look ok for older
12 #define MARK_SET_VALUE (0xfffffff0)
13 #define MARK_OR_VALUE (0xffffffe0)
14 #define MARK_AND_VALUE (0xffffffd0)
15 #define MARK_XOR_VALUE (0xffffffc0)
/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_ide.c17 u32 hi = 0, lo = value; in pci_ide_write_reg()
23 lo |= (0x03 << 4); in pci_ide_write_reg()
25 lo &= ~(0x03 << 4); in pci_ide_write_reg()
32 lo = (lo & 0x0000ffff) | SB_PARE_ERR_FLAG; in pci_ide_write_reg()
38 value &= 0x0000ff00; in pci_ide_write_reg()
40 hi &= 0xffffff00; in pci_ide_write_reg()
49 } else if (value & 0x01) { in pci_ide_write_reg()
51 lo = (value & 0xfffffff0) | 0x1; in pci_ide_write_reg()
54 value &= 0xfffffffc; in pci_ide_write_reg()
55 hi = 0x60000000 | ((value & 0x000ff000) >> 12); in pci_ide_write_reg()
[all …]
H A Dcs5536_ohci.c17 u32 hi = 0, lo = value; in pci_ohci_write_reg()
37 lo = (lo & 0x0000ffff) | SB_PARE_ERR_FLAG; in pci_ohci_write_reg()
47 } else if ((value & 0x01) == 0x00) { in pci_ohci_write_reg()
52 value &= 0xfffffff0; in pci_ohci_write_reg()
53 hi = 0x40000000 | ((value & 0xff000000) >> 24); in pci_ohci_write_reg()
54 lo = 0x000fffff | ((value & 0x00fff000) << 8); in pci_ohci_write_reg()
60 lo &= ~(0xf << PIC_YSEL_LOW_USB_SHIFT); in pci_ohci_write_reg()
72 u32 conf_data = 0; in pci_ohci_read_reg()
97 conf_data = lo & 0x000000ff; in pci_ohci_read_reg()
114 conf_data = lo & 0xffffff00; in pci_ohci_read_reg()
[all …]
/linux/net/netfilter/ipset/
H A Dpfxlen.c12 E(0x00000000, 0x00000000, 0x00000000, 0x00000000), \
13 E(0x80000000, 0x00000000, 0x00000000, 0x00000000), \
14 E(0xC0000000, 0x00000000, 0x00000000, 0x00000000), \
15 E(0xE0000000, 0x00000000, 0x00000000, 0x00000000), \
16 E(0xF0000000, 0x00000000, 0x00000000, 0x00000000), \
17 E(0xF8000000, 0x00000000, 0x00000000, 0x00000000), \
18 E(0xFC000000, 0x00000000, 0x00000000, 0x00000000), \
19 E(0xFE000000, 0x00000000, 0x00000000, 0x00000000), \
20 E(0xFF000000, 0x00000000, 0x00000000, 0x00000000), \
21 E(0xFF800000, 0x00000000, 0x00000000, 0x00000000), \
[all …]
/linux/drivers/atm/
H A Dnicstarmac.c30 #define CS_HIGH 0x0002 /* Chip select high */
31 #define CS_LOW 0x0000 /* Chip select low (active low) */
32 #define CLK_HIGH 0x0004 /* Clock high */
33 #define CLK_LOW 0x0000 /* Clock low */
34 #define SI_HIGH 0x0001 /* Serial input data high */
35 #define SI_LOW 0x0000 /* Serial input data low */
38 #if 0
42 CLK_HIGH, /* 0 */
44 CLK_HIGH, /* 0 */
46 CLK_HIGH, /* 0 */
[all …]
/linux/include/linux/soc/ixp4xx/
H A Dcpu.h17 /* Processor id value in CP15 Register 0 */
18 #define IXP42X_PROCESSOR_ID_VALUE 0x690541c0 /* including unused 0x690541Ex */
19 #define IXP42X_PROCESSOR_ID_MASK 0xffffffc0
21 #define IXP43X_PROCESSOR_ID_VALUE 0x69054040
22 #define IXP43X_PROCESSOR_ID_MASK 0xfffffff0
24 #define IXP46X_PROCESSOR_ID_VALUE 0x69054200 /* including IXP455 */
25 #define IXP46X_PROCESSOR_ID_MASK 0xfffffff0
28 #define IXP4XX_EXP_CNFG2 0x2c
32 #define IXP4XX_FEATURE_RCOMP (1 << 0)
85 #define cpu_is_ixp42x_rev_a0() ((read_cpuid_id() & (IXP42X_PROCESSOR_ID_MASK | 0xF)) == \
[all …]
/linux/arch/arm/mm/
H A Dproc-xscale.S60 * Reminder: the vector table is located at 0xffff0000-0xffff0fff.
62 #define CLEAN_ADDR 0xfffe0000
70 mrc p15, 0, \rd, c2, c0, 0 @ arbitrary read of cp15
76 mrc p15, 0, \rd, c2, c0, 0 @ arbitrary read of cp15
92 1: mcr p15, 0, \rd, c7, c2, 5 @ allocate D cache line
94 mcr p15, 0, \rd, c7, c2, 5 @ allocate D cache line
96 mcr p15, 0, \rd, c7, c2, 5 @ allocate D cache line
98 mcr p15, 0, \rd, c7, c2, 5 @ allocate D cache line
117 mrc p15, 0, r1, c1, c0, 1
119 mcr p15, 0, r1, c1, c0, 1
[all …]
H A Dproc-sa1100.S41 mov r0, #0
42 mcr p15, 0, r0, c15, c1, 2 @ Enable clock switching
43 mcr p15, 0, r0, c9, c0, 5 @ Allow read-buffer operations from userland
55 mcr p15, 0, ip, c15, c2, 2 @ Disable clock switching
56 mrc p15, 0, r0, c1, c0, 0 @ ctrl register
57 bic r0, r0, #0x1000 @ ...i............
58 bic r0, r0, #0x000e @ ............wca.
59 mcr p15, 0, r0, c1, c0, 0 @ disable caches
75 mov ip, #0
76 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches
[all …]
H A Dproc-feroceon.S48 mrc p15, 0, r0, c0, c0, 1 @ read cache type register
54 and r0, r0, #0xf
55 moveq r3, #0 @ 1-way
73 mov r0, #0
74 mcr p15, 1, r0, c15, c9, 0 @ clean L2
75 mcr p15, 0, r0, c7, c10, 4 @ drain WB
78 mrc p15, 0, r0, c1, c0, 0 @ ctrl register
79 bic r0, r0, #0x1000 @ ...i............
80 bic r0, r0, #0x000e @ ............wca.
81 mcr p15, 0, r0, c1, c0, 0 @ disable caches
[all …]
/linux/arch/sparc/include/asm/
H A Dpgtsrmmu.h25 #define SRMMU_ET_MASK 0x3
26 #define SRMMU_ET_INVALID 0x0
27 #define SRMMU_ET_PTD 0x1
28 #define SRMMU_ET_PTE 0x2
29 #define SRMMU_ET_REPTE 0x3 /* AIEEE, SuperSparc II reverse endian page! */
32 #define SRMMU_CTX_PMASK 0xfffffff0
33 #define SRMMU_PTD_PMASK 0xfffffff0
34 #define SRMMU_PTE_PMASK 0xffffff00
44 #define SRMMU_CACHE 0x80
45 #define SRMMU_DIRTY 0x40
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
H A Dg98.fuc0s23 ctx_dma_query: .b32 0
24 ctx_dma_src: .b32 0
25 ctx_dma_dst: .b32 0
27 ctx_query_address_high: .b32 0
28 ctx_query_address_low: .b32 0
29 ctx_query_counter: .b32 0
30 ctx_cond_address_high: .b32 0
31 ctx_cond_address_low: .b32 0
32 ctx_cond_off: .b32 0
33 ctx_src_address_high: .b32 0
[all …]
/linux/arch/sh/drivers/pci/
H A Dpci-sh7751.h13 #define SH7751_VENDOR_ID 0x1054
14 #define SH7751_DEVICE_ID 0x3505
15 #define SH7751R_DEVICE_ID 0x350e
18 #define SH7751_PCI_CONFIG_BASE 0xFD000000 /* Config space base addr */
19 #define SH7751_PCI_CONFIG_SIZE 0x1000000 /* Config space size */
20 #define SH7751_PCI_MEMORY_BASE 0xFD000000 /* Memory space base addr */
21 #define SH7751_PCI_MEM_SIZE 0x01000000 /* Size of Memory window */
22 #define SH7751_PCI_IO_BASE 0xFE240000 /* IO space base address */
23 #define SH7751_PCI_IO_SIZE 0x40000 /* Size of IO window */
25 #define SH7751_PCIREG_BASE 0xFE200000 /* PCI regs base address */
[all …]
/linux/arch/sh/include/cpu-sh3/cpu/
H A Dmmu_context.h10 #define MMU_PTEH 0xFFFFFFF0 /* Page table entry register HIGH */
11 #define MMU_PTEL 0xFFFFFFF4 /* Page table entry register LOW */
12 #define MMU_TTB 0xFFFFFFF8 /* Translation table base register */
13 #define MMU_TEA 0xFFFFFFFC /* TLB Exception Address */
15 #define MMUCR 0xFFFFFFE0 /* MMU Control Register */
18 #define MMU_TLB_ADDRESS_ARRAY 0xF2000000
19 #define MMU_PAGE_ASSOC_BIT 0x80
23 #define MMU_CONTROL_INIT 0x007 /* SV=0, TF=1, IX=1, AT=1 */
25 #define TRA 0xffffffd0
26 #define EXPEVT 0xffffffd4
[all …]
/linux/include/linux/
H A Dmarvell_phy.h6 #define MARVELL_PHY_ID_MASK 0xfffffff0
9 #define MARVELL_PHY_ID_88E1101 0x01410c60
10 #define MARVELL_PHY_ID_88E3082 0x01410c80
11 #define MARVELL_PHY_ID_88E1112 0x01410c90
12 #define MARVELL_PHY_ID_88E1111 0x01410cc0
13 #define MARVELL_PHY_ID_88E1118 0x01410e10
14 #define MARVELL_PHY_ID_88E1121R 0x01410cb0
15 #define MARVELL_PHY_ID_88E1145 0x01410cd0
16 #define MARVELL_PHY_ID_88E1149R 0x01410e50
17 #define MARVELL_PHY_ID_88E1240 0x01410e30
[all …]
/linux/drivers/gpu/drm/radeon/
H A Drv200d.h31 #define R_00015C_AGP_BASE_2 0x00015C
32 #define S_00015C_AGP_BASE_ADDR_2(x) (((x) & 0xF) << 0)
33 #define G_00015C_AGP_BASE_ADDR_2(x) (((x) >> 0) & 0xF)
34 #define C_00015C_AGP_BASE_ADDR_2 0xFFFFFFF0
/linux/arch/powerpc/kernel/
H A Dcpu_specs_book3s_32.h12 .pvr_mask = 0xffff0000,
13 .pvr_value = 0x00030000,
17 .mmu_features = 0,
25 .pvr_mask = 0xffff0000,
26 .pvr_value = 0x00060000,
30 .mmu_features = 0,
38 .pvr_mask = 0xffff0000,
39 .pvr_value = 0x00070000,
43 .mmu_features = 0,
51 .pvr_mask = 0x7fff0000,
[all …]
/linux/arch/arm/mach-shmobile/
H A Dsetup-r8a7779.c18 #define HPBREG_BASE 0xfe700000
21 #define INT2SMSKCR0 0x822a0 /* Interrupt Submask Clear Register 0 */
22 #define INT2SMSKCR1 0x822a4 /* Interrupt Submask Clear Register 1 */
23 #define INT2SMSKCR2 0x822a8 /* Interrupt Submask Clear Register 2 */
24 #define INT2SMSKCR3 0x822ac /* Interrupt Submask Clear Register 3 */
25 #define INT2SMSKCR4 0x822b0 /* Interrupt Submask Clear Register 4 */
27 #define INT2NTSR0 0x00060 /* Interrupt Notification Select Register 0 */
28 #define INT2NTSR1 0x00064 /* Interrupt Notification Select Register 1 */
32 void __iomem *base = ioremap(HPBREG_BASE, 0x00100000); in r8a7779_init_irq_dt()
37 writel(0xffffffff, base + INT2NTSR0); in r8a7779_init_irq_dt()
[all …]
/linux/arch/arm/include/asm/hardware/
H A Dcache-aurora-l2.h14 #define AURORA_SYNC_REG 0x700
15 #define AURORA_RANGE_BASE_ADDR_REG 0x720
16 #define AURORA_FLUSH_PHY_ADDR_REG 0x7f0
17 #define AURORA_INVAL_RANGE_REG 0x774
18 #define AURORA_CLEAN_RANGE_REG 0x7b4
19 #define AURORA_FLUSH_RANGE_REG 0x7f4
23 (0x3 << AURORA_ACR_REPLACEMENT_OFFSET)
25 (0 << AURORA_ACR_REPLACEMENT_OFFSET)
34 #define AURORA_ACR_FORCE_WRITE_POLICY_OFFSET 0
36 (0x3 << AURORA_ACR_FORCE_WRITE_POLICY_OFFSET)
[all …]
/linux/drivers/char/agp/
H A Dali-agp.c13 #define ALI_AGPCTRL 0xb8
14 #define ALI_ATTBASE 0xbc
15 #define ALI_TLBCTRL 0xc0
16 #define ALI_TAGCTRL 0xc4
17 #define ALI_CACHE_FLUSH_CTRL 0xD0
18 #define ALI_CACHE_FLUSH_ADDR_MASK 0xFFFFF000
19 #define ALI_CACHE_FLUSH_EN 0x100
28 temp &= ~(0xfffffff0); in ali_fetch_size()
31 for (i = 0; i < agp_bridge->driver->num_aperture_sizes; i++) { in ali_fetch_size()
40 return 0; in ali_fetch_size()
[all …]
/linux/arch/hexagon/include/asm/
H A Dvm_mmu.h24 #define __HVM_PDE_S (0x7 << 0)
25 #define __HVM_PDE_S_4KB 0
35 #define __HVM_PDE_PTMASK_4KB 0xfffff000
36 #define __HVM_PDE_PTMASK_16KB 0xfffffc00
37 #define __HVM_PDE_PTMASK_64KB 0xffffff00
38 #define __HVM_PDE_PTMASK_256KB 0xffffffc0
39 #define __HVM_PDE_PTMASK_1MB 0xfffffff0
46 #define __HVM_PTE_C (0x7<<6)
56 #define __HEXAGON_C_WB 0x0 /* Write-back, no L2 */
57 #define __HEXAGON_C_WT 0x1 /* Write-through, no L2 */
[all …]
/linux/arch/sh/include/asm/
H A Dentry-macros.S6 or #0xf0, r0
11 mov #0xfffffff0, r11
27 mov #((THREAD_SIZE - 1) >> 10) ^ 0xff, \tmp
/linux/drivers/char/tpm/
H A Dtpm_ppi.c33 GUID_INIT(0x3DDDFAA6, 0x361B, 0x4EB4,
34 0xA4, 0x24, 0x8D, 0x10, 0x08, 0x9D, 0x16, 0x53);
67 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_request()
77 * The first is function return code, 0 means success and 1 means in tpm_show_ppi_request()
78 * error. The second is pending TPM operation requested by the OS, 0 in tpm_show_ppi_request()
79 * means none and >0 means operation value. in tpm_show_ppi_request()
82 obj->package.elements[0].type == ACPI_TYPE_INTEGER && in tpm_show_ppi_request()
85 if (obj->package.elements[0].integer.value) in tpm_show_ppi_request()
98 obj->package.elements[0].type == ACPI_TYPE_INTEGER && in tpm_show_ppi_request()
100 if (obj->package.elements[0].integer.value) in tpm_show_ppi_request()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsi.c61 mmAZALIA_SCLK_CONTROL, 0x00000030, 0x00000011,
62 mmCB_HW_CONTROL, 0x00010000, 0x00018208,
63 mmDB_DEBUG, 0xffffffff, 0x00000000,
64 mmDB_DEBUG2, 0xf00fffff, 0x00000400,
65 mmDB_DEBUG3, 0x0002021c, 0x00020200,
66 mmDCI_CLK_CNTL, 0x00000080, 0x00000000,
67 0x340c, 0x000000c0, 0x00800040,
68 0x360c, 0x000000c0, 0x00800040,
69 mmFBC_DEBUG_COMP, 0x000000f0, 0x00000070,
70 mmFBC_MISC, 0x00200000, 0x50100000,
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk110.c39 { 0x020520, 0xfffffffc }, in gk110_pmu_pgob()
40 { 0x020524, 0xfffffffe }, in gk110_pmu_pgob()
41 { 0x020524, 0xfffffffc }, in gk110_pmu_pgob()
42 { 0x020524, 0xfffffff8 }, in gk110_pmu_pgob()
43 { 0x020524, 0xffffffe0 }, in gk110_pmu_pgob()
44 { 0x020530, 0xfffffffe }, in gk110_pmu_pgob()
45 { 0x02052c, 0xfffffffa }, in gk110_pmu_pgob()
46 { 0x02052c, 0xfffffff0 }, in gk110_pmu_pgob()
47 { 0x02052c, 0xffffffc0 }, in gk110_pmu_pgob()
48 { 0x02052c, 0xffffff00 }, in gk110_pmu_pgob()
[all …]

123456