Searched refs:physical (Results 1 - 25 of 33) sorted by relevance

12

/drivers/net/wireless/wl12xx/
H A Dio.h93 * The translated regions occur next to each other in physical device
111 int physical; local
113 physical = wl1271_translate_addr(wl, addr);
115 wl1271_raw_read(wl, physical, buf, len, fixed);
121 int physical; local
123 physical = wl1271_translate_addr(wl, addr);
125 wl1271_raw_write(wl, physical, buf, len, fixed);
131 int physical; local
137 physical = wl1271_translate_addr(wl, addr);
139 wl1271_raw_read(wl, physical, bu
[all...]
/drivers/net/wireless/wl1251/
H A Dio.c65 int physical; local
67 physical = wl1251_translate_mem_addr(wl, addr);
69 wl->if_ops->read(wl, physical, buf, len);
74 int physical; local
76 physical = wl1251_translate_mem_addr(wl, addr);
78 wl->if_ops->write(wl, physical, buf, len);
/drivers/video/i810/
H A Di810_main.h69 par->mtrr_reg = mtrr_add((u32) par->aperture.physical,
80 mtrr_del(par->mtrr_reg, (u32) par->aperture.physical,
H A Di810_main.c854 i810_writel(CURBASE, mmio, par->cursor_heap.physical);
1094 fix->smem_start = par->fb.physical;
1488 if ((i810_readl(CURBASE, mmio) & 0xf) != par->cursor_heap.physical) {
1633 par->fb.physical = par->aperture.physical+(par->fb.offset << 12);
1635 par->iring.physical = par->aperture.physical +
1705 par->cursor_heap.physical = par->i810_gtt.i810_cursor_memory->physical;
1849 par->aperture.physical
[all...]
H A Di810_accel.c421 i810_writel(DPLYBASE, mmio, par->fb.physical + offset);
448 tmp1 = par->iring.physical;
H A Di810.h226 unsigned long physical; member in struct:heap_data
/drivers/infiniband/hw/ehca/
H A Dehca_uverbs.c109 u64 vsize, physical; local
117 physical = galpas->user.fw_handle;
119 ehca_gen_dbg("vsize=%llx physical=%llx", vsize, physical);
121 ret = remap_4k_pfn(vma, vma->vm_start, physical >> EHCA_PAGESHIFT,
/drivers/video/intelfb/
H A Dintelfbdrv.c420 dinfo->mtrr_reg = mtrr_add(dinfo->aperture.physical,
431 mtrr_del(dinfo->mtrr_reg, dinfo->aperture.physical,
487 release_mem_region(dinfo->aperture.physical,
569 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar);
579 if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size,
679 (dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12)
712 dinfo->ring.physical = dinfo->aperture.physical
737 dinfo->cursor.physical
738 = dinfo->gtt_cursor_mem->physical;
1580 u32 physical; local
[all...]
H A Dintelfb.h240 u32 physical; member in struct:intelfb_heap_data
H A Dintelfbhw.c1652 OUTREG(PRI_RING_START, dinfo->ring.physical & RING_START_MASK);
1849 if (!dinfo->cursor.physical)
1857 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor.physical);
1881 if (!dinfo->cursor.physical)
1888 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor.physical);
1910 if (!dinfo->cursor.physical)
1917 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor.physical);
1944 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor.physical);
/drivers/isdn/mISDN/
H A DKconfig38 - direct tunneling of physical interface via IP
/drivers/char/agp/
H A Dcompat_ioctl.h74 u32 physical; /* device specific (some devices member in struct:agp_allocate32
H A Dcompat_ioctl.c163 alloc.physical = memory->physical;
H A Dfrontend.c903 alloc.physical = memory->physical;
/drivers/gpu/drm/
H A Ddrm_agpsupport.c226 request->physical = memory->physical;
H A Ddrm_ioc32.c182 u32 offset; /**< Requested physical address (0 for SAREA)*/
183 u32 size; /**< Requested physical size (bytes) */
748 u32 aperture_base; /* physical address */
795 u32 physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer32
820 || __get_user(req32.physical, &request->physical)
/drivers/staging/iio/
H A DKconfig11 number of different physical interfaces (i2c, spi, etc). See
/drivers/md/
H A DKconfig9 Support multiple physical spindles through a single logical device.
/drivers/net/
H A DKconfig204 device, which instead of receiving packets from a physical media,
206 via physical media writes them to the user space program.
/drivers/hid/
H A Dhid-ntrig.c464 if (field->physical)
553 if (field->physical)
922 * The physical touchscreen (single touch)
923 * input has a value for physical, whereas
929 ->physical) ?
H A Dhid-debug.c452 if (field->physical) {
455 hid_resolv_usage(field->physical, f); seq_printf(f, ")\n");
H A Dhid-input.c495 switch (field->physical) {
615 switch (field->physical & 0xff) {
/drivers/acpi/
H A DKconfig302 i.e., segment/bus/device/function tuples, with physical slots in
/drivers/hid/usbhid/
H A Dhiddev.c771 finfo.physical = field->physical;
/drivers/pci/hotplug/
H A DKconfig32 This is a "logical" removal, not a physical or electrical

Completed in 3459 milliseconds

12