Searched refs:physical (Results 1 - 25 of 79) sorted by path

1234

/linux-master/drivers/hid/
H A Dhid-ntrig.c461 if (field->physical)
550 if (field->physical)
879 * The physical touchscreen (single touch)
880 * input has a value for physical, whereas
884 input->name = (hidinput->report->field[0]->physical) ?
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dio.h121 int physical; local
123 physical = wlcore_translate_addr(wl, addr);
125 return wlcore_raw_read(wl, physical, buf, len, fixed);
131 int physical; local
133 physical = wlcore_translate_addr(wl, addr);
135 return wlcore_raw_write(wl, physical, buf, len, fixed);
156 int physical; local
162 physical = wlcore_translate_addr(wl, addr);
164 return wlcore_raw_read(wl, physical, buf, len, fixed);
/linux-master/drivers/video/fbdev/i810/
H A Di810.h225 unsigned long physical; member in struct:heap_data
H A Di810_accel.c421 i810_writel(DPLYBASE, mmio, par->fb.physical + offset);
448 tmp1 = par->iring.physical;
/linux-master/include/linux/
H A Dagp_backend.h79 u32 physical; member in struct:agp_memory
/linux-master/include/uapi/linux/
H A Dhiddev.h97 __u32 physical; /* physical usage for this field */ member in struct:hiddev_field_info
/linux-master/arch/arm/boot/compressed/
H A Dhead.S69 mov \rb, #0x80000000 @ physical base address
263 * Find the start of physical memory. As we are executing
264 * without the MMU on, we are in the physical address space.
270 * platforms which align the start of their physical memory
274 * stricter alignment requirements on the start of physical
286 * validate the calculated start of physical memory, as its
288 * an offset from the same start of physical memory.
/linux-master/arch/arm/include/debug/
H A Dimx.S29 ldr \rp, =UART_PADDR @ physical
H A Dmeson.S14 ldr \rp, =(CONFIG_DEBUG_UART_PHYS) @ physical
H A Dsa1100.S20 moveq \rp, #0x80000000 @ physical base address
46 orr \rp, \rp, #0x80000000 @ physical
H A Dsti.S18 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ physical base
H A Dstm32.S22 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ physical base
H A Dux500.S35 ldr \rp, =UART_PHYS_BASE @ no, physical address
H A Dvf.S17 ldr \rp, =VF_UART_PHYSICAL_BASE @ physical
H A Dzynq.S28 ldr \rp, =LL_UART_PADDR @ physical
/linux-master/arch/arm/kernel/
H A Dhead.S185 * r4 = physical page table address
250 * set two variables to indicate the physical start and end of the
257 str r8, [r5, #4] @ Save physical start of kernel (BE)
259 str r8, [r5] @ Save physical start of kernel (LE)
270 str r3, [r5, #4] @ Save physical end of kernel (BE)
272 str r3, [r5] @ Save physical end of kernel (LE)
/linux-master/arch/arm/mach-imx/
H A Dheadsmp.S19 add r1, r1, r0 @ r1 = physical &g_diag_reg
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S84 * r0 = physical address of the parameters
90 mov r3, r0 @ physical address of parameters
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S52 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
93 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
163 @ force address lines low by reading at physical address 0
/linux-master/arch/arm/mm/
H A Dpv-fixup-asm.S5 * This assembly is required to safely remap the physical address space
64 adds r4, r4, r0 @ update physical address
68 adds r4, r4, r0 @ update physical address
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h20 # (only 32 bits set by bootloader, all addresses are physical
/linux-master/arch/s390/kernel/
H A Dentry.S186 stg %r2,__SF_SIE_CONTROL_PHYS(%r15) # save sie block physical..
/linux-master/arch/sparc/kernel/
H A Dhead_32.S154 sub %g1, %l6, %g1 ! translate to physical
155 sub %g3, %l6, %g3 ! translate to physical
250 * a physical address, which is 36 bits.
270 sll %o1, 0x8, %o1 ! Make physical
314 sll %g1, 0x4, %g1 ! make physical addr
338 sll %g1, 0x4, %g1 ! make physical addr
/linux-master/arch/sparc/mm/
H A Dultra.S221 sub %o0, %g1, %o0 ! physical address
795 xcall_flush_dcache_page_cheetah: /* %g1 == physical page address */
807 xcall_flush_dcache_page_spitfire: /* %g1 == physical page address
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1506 unsigned long physical; local
1536 physical = __pa(plr->kmem) >> PAGE_SHIFT;
1560 if (remap_pfn_range(vma, vma->vm_start, physical + vma->vm_pgoff,

Completed in 322 milliseconds

1234