/drivers/net/wireless/ti/wlcore/ |
D | io.h | 121 int physical; in wlcore_read() local 123 physical = wlcore_translate_addr(wl, addr); in wlcore_read() 125 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read() 131 int physical; in wlcore_write() local 133 physical = wlcore_translate_addr(wl, addr); in wlcore_write() 135 return wlcore_raw_write(wl, physical, buf, len, fixed); in wlcore_write() 156 int physical; in wlcore_read_hwaddr() local 162 physical = wlcore_translate_addr(wl, addr); in wlcore_read_hwaddr() 164 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read_hwaddr()
|
/drivers/net/wireless/ti/wl1251/ |
D | io.c | 51 int physical; in wl1251_mem_read() local 53 physical = wl1251_translate_mem_addr(wl, addr); in wl1251_mem_read() 55 wl->if_ops->read(wl, physical, buf, len); in wl1251_mem_read() 60 int physical; in wl1251_mem_write() local 62 physical = wl1251_translate_mem_addr(wl, addr); in wl1251_mem_write() 64 wl->if_ops->write(wl, physical, buf, len); in wl1251_mem_write()
|
/drivers/hid/ |
D | wacom_wac.h | 164 #define WACOM_PAD_FIELD(f) (((f)->physical == HID_DG_TABLETFUNCTIONKEY) || \ 165 ((f)->physical == WACOM_HID_WD_DIGITIZERFNKEYS) || \ 166 ((f)->physical == WACOM_HID_WD_DIGITIZERINFO)) 169 ((f)->physical == HID_DG_STYLUS) || \ 170 ((f)->physical == HID_DG_PEN) || \ 178 ((f)->physical == HID_DG_FINGER) || \
|
/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 456 release_mem_region(dinfo->aperture.physical, in cleanup() 537 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar); in intelfb_pci_register() 547 if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size, in intelfb_pci_register() 647 (dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12) in intelfb_pci_register() 682 dinfo->ring.physical = dinfo->aperture.physical in intelfb_pci_register() 707 dinfo->cursor.physical in intelfb_pci_register() 708 = dinfo->gtt_cursor_mem->physical; in intelfb_pci_register() 710 dinfo->cursor.physical = dinfo->aperture.physical in intelfb_pci_register() 734 dinfo->fb.physical = dinfo->aperture.physical in intelfb_pci_register() 743 dinfo->wc_cookie = arch_phys_wc_add(dinfo->aperture.physical, in intelfb_pci_register() [all …]
|
D | intelfbhw.c | 1648 OUTREG(PRI_RING_START, dinfo->ring.physical & RING_START_MASK); in intelfbhw_2d_start() 1845 if (!dinfo->cursor.physical) in intelfbhw_cursor_init() 1853 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor.physical); in intelfbhw_cursor_init() 1877 if (!dinfo->cursor.physical) in intelfbhw_cursor_hide() 1884 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor.physical); in intelfbhw_cursor_hide() 1906 if (!dinfo->cursor.physical) in intelfbhw_cursor_show() 1913 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor.physical); in intelfbhw_cursor_show() 1940 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor.physical); in intelfbhw_cursor_setpos()
|
/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | ctxt-info.c | 74 dram->paging[i].physical); in iwl_pcie_ctxt_info_free_paging() 113 cpu_to_le64(dram->fw[dram->fw_cnt].physical); in iwl_pcie_init_fw_sec() 126 cpu_to_le64(dram->fw[dram->fw_cnt].physical); in iwl_pcie_init_fw_sec() 150 cpu_to_le64(dram->paging[i].physical); in iwl_pcie_init_fw_sec()
|
/drivers/mtd/chips/ |
D | Kconfig | 86 If you wish to support CFI devices on a physical bus which is 93 If you wish to support CFI devices on a physical bus which is 100 If you wish to support CFI devices on a physical bus which is 107 If you wish to support CFI devices on a physical bus which is 114 If you wish to support CFI devices on a physical bus which is 122 If you wish to support CFI devices on a physical bus which is
|
/drivers/net/ethernet/freescale/enetc/ |
D | Kconfig | 8 physical function (PF) devices, managing ENETC Ports at a privileged 28 physical function (PF) device.
|
/drivers/staging/most/Documentation/ABI/ |
D | configfs-most.txt | 51 a physical device is being attached to the bus. 95 a physical device is being attached to the bus. 139 a physical device is being attached to the bus. 193 a physical device is being attached to the bus.
|
/drivers/input/rmi4/ |
D | rmi_bus.c | 337 bool physical = rmi_is_physical_device(dev); in rmi_bus_match() local 340 if (physical != rmi_is_physical_driver(drv)) in rmi_bus_match() 343 return physical || rmi_function_match(dev, drv); in rmi_bus_match()
|
/drivers/video/fbdev/i810/ |
D | i810_main.c | 855 i810_writel(CURBASE, mmio, par->cursor_heap.physical); in i810_init_cursor() 1095 fix->smem_start = par->fb.physical; in encode_fix() 1489 if ((i810_readl(CURBASE, mmio) & 0xf) != par->cursor_heap.physical) { in i810fb_cursor() 1634 par->fb.physical = par->aperture.physical+(par->fb.offset << 12); in i810_fix_pointers() 1636 par->iring.physical = par->aperture.physical + in i810_fix_pointers() 1706 par->cursor_heap.physical = par->i810_gtt.i810_cursor_memory->physical; in i810_alloc_agp_mem() 1821 par->wc_cookie= arch_phys_wc_add((u32) par->aperture.physical, in i810_init_device() 1850 par->aperture.physical = pci_resource_start(par->dev, 0); in i810_allocate_pci_resource() 1854 par->aperture.physical = pci_resource_start(par->dev, 1); in i810_allocate_pci_resource() 1863 if (!request_mem_region(par->aperture.physical, in i810_allocate_pci_resource() [all …]
|
D | i810_accel.c | 421 i810_writel(DPLYBASE, mmio, par->fb.physical + offset); in i810fb_load_front() 448 tmp1 = par->iring.physical; in i810fb_init_ringbuffer()
|
/drivers/acpi/acpica/ |
D | tbxfload.c | 243 acpi_install_table(acpi_physical_address address, u8 physical) in acpi_install_table() argument 251 if (physical) { in acpi_install_table()
|
/drivers/mtd/maps/ |
D | Kconfig | 13 tristate "Flash device in physical memory map" 19 the physical address and size of the flash chips on your 42 This is the physical memory location at which the flash chips 54 physical memory map between the chips, this could be larger 70 bool "Memory device in physical memory map based on OF description" 79 bool "ARM Versatile OF-based physical memory map handling" 89 bool "Cortina Gemini OF-based physical memory map handling"
|
/drivers/net/ethernet/cavium/ |
D | Kconfig | 21 This driver supports Thunder's NIC physical function. 43 interface from NIC physical function driver.
|
/drivers/net/ethernet/qualcomm/rmnet/ |
D | Kconfig | 14 any IP mode physical device.
|
/drivers/char/agp/ |
D | compat_ioctl.c | 167 alloc.physical = memory->physical; in compat_agpioc_allocate_wrap()
|
D | compat_ioctl.h | 74 u32 physical; /* device specific (some devices member
|
/drivers/gpu/drm/ |
D | drm_agpsupport.c | 230 request->physical = memory->physical; in drm_agp_alloc()
|
/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 10 data using a single medium (physical layer). Media currently in use are 19 consumer devices via optical or electrical physical layers directly to one 155 a physical device is being attached to the bus. 176 until a physical device is being attached to the bus.
|
/drivers/iommu/ |
D | Kconfig | 53 This supports 32-bit virtual and physical addresses mapped using 229 Current Graphics drivers tend to use physical address 233 to use physical addresses for DMA, at least until this 292 Enables support for remapping discontiguous physical memory 316 non-linear physical memory chunks as linear memory in their
|
/drivers/isdn/mISDN/ |
D | Kconfig | 39 - direct tunneling of physical interface via IP
|
/drivers/net/can/softing/ |
D | Kconfig | 8 Softing Gmbh CAN cards come with 1 or 2 physical busses.
|
/drivers/mtd/ubi/ |
D | Kconfig | 36 This option specifies the maximum bad physical eraseblocks UBI 48 about 1.9% of physical eraseblocks for bad blocks handling. And that
|
/drivers/net/caif/ |
D | Kconfig | 3 # CAIF physical drivers
|