Searched refs:ull (Results 1 - 25 of 105) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dtioca.h81 #define CA_SYS_BIG_END (1ull << 0)
82 #define CA_DMA_AGP_SWAP (1ull << 1)
83 #define CA_DMA_PCI_SWAP (1ull << 2)
84 #define CA_PIO_IO_SWAP (1ull << 3)
85 #define CA_PIO_MEM_SWAP (1ull << 4)
86 #define CA_GFX_WR_SWAP (1ull << 5)
87 #define CA_AGP_FW_ENABLE (1ull << 6)
90 #define CA_AGP_CAL_PRSCL_BYP (1ull << 10)
91 #define CA_AGP_INIT_CAL_ENB (1ull << 11)
92 #define CA_INJ_ADDR_PERR (1ull << 1
[all...]
H A Dpcibr_provider.h37 #define PCI64_ATTR_PREF (1ull << 59)
38 #define PCI64_ATTR_PREC (1ull << 58)
39 #define PCI64_ATTR_VIRTUAL (1ull << 57)
40 #define PCI64_ATTR_BAR (1ull << 56)
41 #define PCI64_ATTR_SWAP (1ull << 55)
42 #define PCI64_ATTR_VIRTUAL1 (1ull << 54)
88 #define PCIBR_DEV_SWAP_DIR (1ull << 19)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dpci-octeon.h21 #define CVMX_PCIE_BAR1_PHYS_BASE ((1ull << 32) - (1ull << 28))
22 #define CVMX_PCIE_BAR1_PHYS_SIZE (1ull << 28)
28 #define CVMX_PCIE_BAR1_RC_BASE (1ull << 41)
H A Dcvmx-bootinfo.h122 #define CVMX_BOOTINFO_CFG_FLAG_PCI_HOST (1ull << 0)
123 #define CVMX_BOOTINFO_CFG_FLAG_PCI_TARGET (1ull << 1)
124 #define CVMX_BOOTINFO_CFG_FLAG_DEBUG (1ull << 2)
125 #define CVMX_BOOTINFO_CFG_FLAG_NO_MAGIC (1ull << 3)
128 #define CVMX_BOOTINFO_CFG_FLAG_OVERSIZE_TLB_MAPPING (1ull << 4)
129 #define CVMX_BOOTINFO_CFG_FLAG_BREAK (1ull << 5)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Ducmpdi2.c4 unsigned long long ull; member in union:ull_union
13 union ull_union au = {.ull = a};
14 union ull_union bu = {.ull = b};
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pip.h47 CVMX_PIP_L4_NO_ERR = 0ull,
52 CVMX_PIP_L4_MAL_ERR = 1ull,
54 CVMX_PIP_CHK_ERR = 2ull,
59 CVMX_PIP_L4_LENGTH_ERR = 3ull,
61 CVMX_PIP_BAD_PRT_ERR = 4ull,
63 CVMX_PIP_TCP_FLG8_ERR = 8ull,
65 CVMX_PIP_TCP_FLG9_ERR = 9ull,
67 CVMX_PIP_TCP_FLG10_ERR = 10ull,
69 CVMX_PIP_TCP_FLG11_ERR = 11ull,
71 CVMX_PIP_TCP_FLG12_ERR = 12ull,
[all...]
H A Dcvmx-fpa.h154 cvmx_read_csr(CVMX_FPA_FPF1_MARKS + (i - 1) * 8ull);
156 cvmx_write_csr(CVMX_FPA_FPF1_MARKS + (i - 1) * 8ull,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dspu.h432 #define MFC_CNTL_RESUME_DMA_QUEUE (0ull << 0)
433 #define MFC_CNTL_SUSPEND_DMA_QUEUE (1ull << 0)
434 #define MFC_CNTL_SUSPEND_DMA_QUEUE_MASK (1ull << 0)
435 #define MFC_CNTL_SUSPEND_MASK (1ull << 4)
436 #define MFC_CNTL_NORMAL_DMA_QUEUE_OPERATION (0ull << 8)
437 #define MFC_CNTL_SUSPEND_IN_PROGRESS (1ull << 8)
438 #define MFC_CNTL_SUSPEND_COMPLETE (3ull << 8)
439 #define MFC_CNTL_SUSPEND_DMA_STATUS_MASK (3ull << 8)
440 #define MFC_CNTL_DMA_QUEUES_EMPTY (1ull << 14)
441 #define MFC_CNTL_DMA_QUEUES_EMPTY_MASK (1ull << 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-int.h69 #define SWAPLL(ull) ((ull & 0xff00000000000000) >> 56) | \
70 ((ull & 0x00ff000000000000) >> 40) | \
71 ((ull & 0x0000ff0000000000) >> 24) | \
72 ((ull & 0x000000ff00000000) >> 8) | \
73 ((ull & 0x00000000ff000000) << 8) | \
74 ((ull & 0x0000000000ff0000) << 24) | \
75 ((ull & 0x000000000000ff00) << 40) | \
76 ((ull & 0x00000000000000ff) << 56)
84 #define SWAPLL(ull) ((ul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/protocol/ed2k/
H A DConstants.h77 #define OLD_MAX_FILE_SIZE 4290048000ull
82 const uint64 PARTSIZE = 9728000ull;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dvmx.h370 #define VMX_EPT_EXECUTE_ONLY_BIT (1ull)
371 #define VMX_EPT_PAGE_WALK_4_BIT (1ull << 6)
372 #define VMX_EPTP_UC_BIT (1ull << 8)
373 #define VMX_EPTP_WB_BIT (1ull << 14)
374 #define VMX_EPT_2MB_PAGE_BIT (1ull << 16)
375 #define VMX_EPT_1GB_PAGE_BIT (1ull << 17)
376 #define VMX_EPT_EXTENT_INDIVIDUAL_BIT (1ull << 24)
377 #define VMX_EPT_EXTENT_CONTEXT_BIT (1ull << 25)
378 #define VMX_EPT_EXTENT_GLOBAL_BIT (1ull << 26)
380 #define VMX_VPID_EXTENT_SINGLE_CONTEXT_BIT (1ull <<
[all...]
H A Dhyperv.h172 (~((1ull << HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_SHIFT) - 1))
180 (~((1ull << HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_SHIFT) - 1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Docteon-irq.c118 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
194 en0 |= 1ull << bit;
209 en0 |= 1ull << bit;
225 en0 &= ~(1ull << bit);
243 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
259 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
272 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
304 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
316 u64 mask = 1ull << (irq - OCTEON_IRQ_WORKQ0);
349 en0 |= 1ull << bi
[all...]
H A Dserial.c109 p->mapbase = CVMX_MIO_UARTX_RBR(0) & ((1ull << 49) - 1);
118 p->mapbase = CVMX_MIO_UARTX_RBR(1) & ((1ull << 49) - 1);
126 p->mapbase = CVMX_MIO_UART2_RBR & ((1ull << 49) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dprovider.c416 (1ull << IB_USER_VERBS_CMD_GET_CONTEXT) |
417 (1ull << IB_USER_VERBS_CMD_QUERY_DEVICE) |
418 (1ull << IB_USER_VERBS_CMD_QUERY_PORT) |
419 (1ull << IB_USER_VERBS_CMD_ALLOC_PD) |
420 (1ull << IB_USER_VERBS_CMD_DEALLOC_PD) |
421 (1ull << IB_USER_VERBS_CMD_REG_MR) |
422 (1ull << IB_USER_VERBS_CMD_DEREG_MR) |
423 (1ull << IB_USER_VERBS_CMD_CREATE_COMP_CHANNEL) |
424 (1ull << IB_USER_VERBS_CMD_CREATE_CQ) |
425 (1ull << IB_USER_VERBS_CMD_DESTROY_C
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Deq.c88 #define MLX4_ASYNC_EVENT_MASK ((1ull << MLX4_EVENT_TYPE_PATH_MIG) | \
89 (1ull << MLX4_EVENT_TYPE_COMM_EST) | \
90 (1ull << MLX4_EVENT_TYPE_SQ_DRAINED) | \
91 (1ull << MLX4_EVENT_TYPE_CQ_ERROR) | \
92 (1ull << MLX4_EVENT_TYPE_WQ_CATAS_ERROR) | \
93 (1ull << MLX4_EVENT_TYPE_EEC_CATAS_ERROR) | \
94 (1ull << MLX4_EVENT_TYPE_PATH_MIG_FAILED) | \
95 (1ull << MLX4_EVENT_TYPE_WQ_INVAL_REQ_ERROR) | \
96 (1ull << MLX4_EVENT_TYPE_WQ_ACCESS_ERROR) | \
97 (1ull << MLX4_EVENT_TYPE_PORT_CHANG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dmain.c122 props->max_mr_size = ~0ull;
591 (1ull << IB_USER_VERBS_CMD_GET_CONTEXT) |
592 (1ull << IB_USER_VERBS_CMD_QUERY_DEVICE) |
593 (1ull << IB_USER_VERBS_CMD_QUERY_PORT) |
594 (1ull << IB_USER_VERBS_CMD_ALLOC_PD) |
595 (1ull << IB_USER_VERBS_CMD_DEALLOC_PD) |
596 (1ull << IB_USER_VERBS_CMD_REG_MR) |
597 (1ull << IB_USER_VERBS_CMD_DEREG_MR) |
598 (1ull << IB_USER_VERBS_CMD_CREATE_COMP_CHANNEL) |
599 (1ull << IB_USER_VERBS_CMD_CREATE_C
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpower4-pmu.c309 mask |= 1ull << 56;
310 value |= 1ull << 56;
315 mask |= 1ull << 56;
443 mmcr1 |= 1ull << MMCR1_TTC0SEL_SH;
445 mmcr1 |= 1ull << MMCR1_TTC1SEL_SH;
447 mmcr1 |= 1ull << MMCR1_TTC2SEL_SH;
449 mmcr1 |= 1ull << MMCR1_TTC3SEL_SH;
458 mmcr1 |= 1ull << (MMCR1_DEBUG0SEL_SH - byte);
497 mmcr1 |= 1ull << mmcr1_adder_bits[pmc];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_main.c446 (1ull << IB_USER_VERBS_CMD_GET_CONTEXT) |
447 (1ull << IB_USER_VERBS_CMD_QUERY_DEVICE) |
448 (1ull << IB_USER_VERBS_CMD_QUERY_PORT) |
449 (1ull << IB_USER_VERBS_CMD_ALLOC_PD) |
450 (1ull << IB_USER_VERBS_CMD_DEALLOC_PD) |
451 (1ull << IB_USER_VERBS_CMD_REG_MR) |
452 (1ull << IB_USER_VERBS_CMD_DEREG_MR) |
453 (1ull << IB_USER_VERBS_CMD_CREATE_COMP_CHANNEL) |
454 (1ull << IB_USER_VERBS_CMD_CREATE_CQ) |
455 (1ull << IB_USER_VERBS_CMD_DESTROY_C
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c790 (1ull << IB_USER_VERBS_CMD_GET_CONTEXT) |
791 (1ull << IB_USER_VERBS_CMD_QUERY_DEVICE) |
792 (1ull << IB_USER_VERBS_CMD_QUERY_PORT) |
793 (1ull << IB_USER_VERBS_CMD_ALLOC_PD) |
794 (1ull << IB_USER_VERBS_CMD_DEALLOC_PD) |
795 (1ull << IB_USER_VERBS_CMD_REG_MR) |
796 (1ull << IB_USER_VERBS_CMD_DEREG_MR) |
797 (1ull << IB_USER_VERBS_CMD_CREATE_COMP_CHANNEL) |
798 (1ull << IB_USER_VERBS_CMD_CREATE_CQ) |
799 (1ull << IB_USER_VERBS_CMD_DESTROY_C
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlonglong.h1053 inline bool operator<(unsigned long l, const wxULongLong& ull) { return ull > l; } argument
1054 inline bool operator>(unsigned long l, const wxULongLong& ull) { return ull < l; } argument
1055 inline bool operator<=(unsigned long l, const wxULongLong& ull) { return ull >= l; } argument
1056 inline bool operator>=(unsigned long l, const wxULongLong& ull) { return ull <= l; } argument
1057 inline bool operator==(unsigned long l, const wxULongLong& ull) { return ull argument
1058 operator !=(unsigned long l, const wxULongLong& ull) argument
1060 operator +(unsigned long l, const wxULongLong& ull) argument
1062 operator -(unsigned long l, const wxULongLong& ull) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dmsi-octeon.c238 & (1ull << (irq0 + number_irqs))))
271 en |= 1ull << irq_bit;
287 en &= ~(1ull << irq_bit);
334 cvmx_write_csr(msi_rcv_reg[index], 1ull << bit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Dlogfs_abi.h77 #define LOGFS_BLOCKSIZE (4096ull)
196 #define LOGFS_FEATURES_INCOMPAT (0ull)
197 #define LOGFS_FEATURES_RO_COMPAT (0ull)
198 #define LOGFS_FEATURES_COMPAT (0ull)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dpacker.c83 mask = cpu_to_be32(((1ull << desc[i].size_bits) - 1) << shift);
100 mask = cpu_to_be64((~0ull >> (64 - desc[i].size_bits)) << shift);
166 mask = ((1ull << desc[i].size_bits) - 1) << shift;
180 mask = (~0ull >> (64 - desc[i].size_bits)) << shift;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dspu_utils.h28 unsigned long long ull; member in union:__anon10045

Completed in 362 milliseconds

12345