Searched refs:off (Results 176 - 200 of 300) sorted by relevance

1234567891011>>

/arch/arm/boot/dts/
H A Dam335x-evm.dts449 gpmc,cs-rd-off-ns = <44>;
450 gpmc,cs-wr-off-ns = <44>;
452 gpmc,adv-rd-off-ns = <34>;
453 gpmc,adv-wr-off-ns = <44>;
455 gpmc,we-off-ns = <40>;
457 gpmc,oe-off-ns = <54>;
H A Darmada-xp-db.dts53 devbus,turn-off-ps = <60000>;
H A Darmada-xp-gp.dts63 devbus,turn-off-ps = <60000>;
H A Darmada-xp-openblocks-ax3-4.dts43 devbus,turn-off-ps = <60000>;
94 default-state = "off";
100 default-state = "off";
H A Domap3-cm-t3517.dts135 cap-power-off-card;
H A Dorion5x-lacie-ethernet-disk-mini-v2.dts12 * TODO: add power-off support.
72 devbus,turn-off-ps = <90000>;
/arch/hexagon/include/asm/
H A Dpgtable.h465 * miss handler at the cost of 3 bits of offset. That trade-off can
507 #define pgoff_to_pte(off) \
508 ((pte_t) { ((((off) & 0x7ffff00) << 5) | (((off) & 0xff) << 2)\
/arch/m68k/fpsp040/
H A Dsgetem.S51 subw #0x3fff,%d0 |subtract off the bias
60 subw #0x3fff,%d0 |subtract off the bias
133 lsrl %d5,%d6 |shift off all bits but those that will
/arch/metag/kernel/
H A Dprocess.c381 unsigned long off = eppnt->p_offset - page_off; local
406 map_addr = vm_mmap(filep, addr, total_size, prot, type, off);
410 map_addr = vm_mmap(filep, addr, size, prot, type, off);
/arch/score/include/asm/
H A Dpgtable.h100 #define pgoff_to_pte(off) \
101 ((pte_t) {((off) & 0x1ff) | (((off) >> 9) << 11) | _PAGE_FILE})
/arch/arc/mm/
H A Dcache_arc700.c568 unsigned int off, sz; local
571 off = kstart % PAGE_SIZE;
573 phy = (pfn << PAGE_SHIFT) + off;
574 sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off);
/arch/arm/mach-omap2/
H A Dvoltage.h123 * @cmd_reg_addr: command (on, on-LP, ret, off) configuration register address
157 u32 off; member in struct:omap_vc_param
/arch/arm/mach-vexpress/
H A Dspc.c403 uint32_t data = 0, off, ret, idx; local
412 off = cluster_is_a15(cluster) ? A15_PERFVAL_BASE : A7_PERFVAL_BASE;
413 for (idx = 0; idx < MAX_OPPS; idx++, off += 4, opps++) {
414 ret = ve_spc_read_sys_cfg(SYSCFG_SCC, off, &data);
/arch/arm64/mm/
H A Ddma-mapping.c296 unsigned long off = vma->vm_pgoff; local
301 if (off < nr_pages && nr_vma_pages <= (nr_pages - off)) {
303 pfn + off,
/arch/frv/include/asm/
H A Dpgtable.h61 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
485 #define pgoff_to_pte(off) __pte((off) << 2 | _PAGE_FILE)
/arch/m68k/include/asm/
H A Dprocessor.h78 #define TASK_UNMAPPED_ALIGN(addr, off) PAGE_ALIGN(addr)
H A Dsun3_pgtable.h210 static inline pte_t pgoff_to_pte(unsigned off) argument
212 pte_t pte = { off + SUN3_PAGE_ACCESSED };
/arch/microblaze/include/asm/
H A Dpgtable.h39 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
505 #define pgoff_to_pte(off) ((pte_t) { ((off) << 3) | _PAGE_FILE })
/arch/sh/include/asm/
H A Dpgtable_32.h478 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) })
494 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE })
/arch/sparc/kernel/
H A Dleon_kernel.c264 u32 rld, val, ctrl, off; local
271 off = 2 * rld - val;
273 off = rld - val;
276 return off;
/arch/tile/include/asm/
H A Dpgtable.h296 #define pgoff_to_pte(off) ((pte_t) { (((long long)(off)) << 32) | _PAGE_FILE })
305 #define __swp_entry(type, off) ((swp_entry_t) { (type) | ((off) << 5) })
/arch/arc/include/asm/
H A Dpgtable.h175 * | | --> off in page frame
365 /* Encode swap {type,off} tuple into PTE
369 #define __swp_entry(type, off) ((swp_entry_t) { \
370 ((type) & 0x1f) | ((off) << 13) })
/arch/ia64/include/asm/
H A Dpage.h129 unsigned long off : 61; /* intra-region offset */ member in struct:ia64_va::__anon1521
146 #define REGION_OFFSET(x) ({ia64_va _v; _v.l = (long) (x); _v.f.off;})
/arch/mips/include/asm/
H A Dpgtable-64.h301 #define pgoff_to_pte(off) ((pte_t) { ((off) << 8) | _PAGE_FILE })
/arch/mips/pci/
H A Dpci-xlp.c60 #define pci_cfg_addr(bus, devfn, off) (((bus) << 20) | ((devfn) << 12) | (off))

Completed in 1498 milliseconds

1234567891011>>