Home
last modified time | relevance | path

Searched refs:physical (Results 1 – 25 of 77) sorted by relevance

1234

/drivers/net/wireless/ti/wlcore/
A Dio.h121 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/md/dm-vdo/
A Dio-submitter.h28 void __submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
32 static inline void vdo_submit_metadata_vio(struct vio *vio, physical_block_number_t physical, in vdo_submit_metadata_vio() argument
36 __submit_metadata_vio(vio, physical, callback, error_handler, in vdo_submit_metadata_vio()
41 physical_block_number_t physical, in vdo_submit_metadata_vio_with_size() argument
47 __submit_metadata_vio(vio, physical, callback, error_handler, in vdo_submit_metadata_vio_with_size()
A Dio-submitter.c340 void __submit_metadata_vio(struct vio *vio, physical_block_number_t physical, in __submit_metadata_vio() argument
354 physical); in __submit_metadata_vio()
A DMakefile30 physical-zone.o \
/drivers/net/wireless/ti/wl1251/
A Dio.c51 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/
A Dwacom_wac.h164 #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/net/wireless/intel/iwlwifi/pcie/
A Dctxt-info-v2.c52 dbg_cfg->hwm_base_addr = cpu_to_le64(fw_mon->physical); in iwl_pcie_ctxt_info_dbg_enable()
79 dbg_cfg->hwm_base_addr = cpu_to_le64(frag->physical); in iwl_pcie_ctxt_info_dbg_enable()
374 &dram->physical); in iwl_pcie_load_payloads_contig()
404 &desc_dram->physical); in iwl_pcie_load_payloads_segments()
435 cpu_to_le64(dram_regions->drams[i].physical); in iwl_pcie_load_payloads_segments()
507 cpu_to_le64(dram_regions->prph_scratch_mem_desc.physical); in iwl_pcie_set_pnvm_segments()
519 cpu_to_le64(trans_pcie->pnvm_data.drams[0].physical); in iwl_pcie_set_contig_pnvm()
589 cpu_to_le64(dram_regions->prph_scratch_mem_desc.physical); in iwl_pcie_set_reduce_power_segments()
601 cpu_to_le64(trans_pcie->reduced_tables_data.drams[0].physical); in iwl_pcie_set_contig_reduce_power()
A Dctxt-info.c53 &dram->physical); in iwl_pcie_ctxt_info_alloc_dma()
77 dram->paging[i].physical); in iwl_pcie_ctxt_info_free_paging()
117 cpu_to_le64(dram->fw[dram->fw_cnt].physical); in iwl_pcie_init_fw_sec()
131 cpu_to_le64(dram->fw[dram->fw_cnt].physical); in iwl_pcie_init_fw_sec()
156 cpu_to_le64(dram->paging[i].physical); in iwl_pcie_init_fw_sec()
/drivers/net/caif/
A DKconfig3 # CAIF physical drivers
10 Enable this to see CAIF physical drivers.
/drivers/mtd/maps/
A DKconfig13 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 "Baikal-T1 Boot ROMs OF-based physical memory map handling"
90 bool "ARM Versatile OF-based physical memory map handling"
100 bool "Cortina Gemini OF-based physical memory map handling"
111 bool "Intel IXP4xx OF-based physical memory map handling"
/drivers/mtd/chips/
A DKconfig88 If you wish to support CFI devices on a physical bus which is
95 If you wish to support CFI devices on a physical bus which is
102 If you wish to support CFI devices on a physical bus which is
109 If you wish to support CFI devices on a physical bus which is
116 If you wish to support CFI devices on a physical bus which is
124 If you wish to support CFI devices on a physical bus which is
/drivers/net/wireless/intel/iwlwifi/
A Diwl-dbg-tlv.c406 frag->physical); in iwl_dbg_tlv_fragments_free()
408 frag->physical = 0; in iwl_dbg_tlv_fragments_free()
544 dma_addr_t physical; in iwl_dbg_tlv_alloc_fragment() local
558 &physical, in iwl_dbg_tlv_alloc_fragment()
572 frag->physical = physical; in iwl_dbg_tlv_alloc_fragment()
711 frag->addr = cpu_to_le64(fw_mon_frag->physical); in iwl_dbg_tlv_apply_buffer()
782 frag->addr = cpu_to_le64(fw_mon_frag->physical); in iwl_dbg_tlv_update_dram()
786 j, cpu_to_le64(fw_mon_frag->physical), in iwl_dbg_tlv_update_dram()
910 dram_base_addr = cpu_to_le64(frags->physical); in iwl_dbg_tlv_apply_config()
/drivers/video/fbdev/i810/
A Di810_main.c856 i810_writel(CURBASE, mmio, par->cursor_heap.physical); in i810_init_cursor()
1096 fix->smem_start = par->fb.physical; in encode_fix()
1637 par->fb.physical = par->aperture.physical+(par->fb.offset << 12); in i810_fix_pointers()
1639 par->iring.physical = par->aperture.physical + in i810_fix_pointers()
1709 par->cursor_heap.physical = par->i810_gtt.i810_cursor_memory->physical; in i810_alloc_agp_mem()
1824 par->wc_cookie= arch_phys_wc_add((u32) par->aperture.physical, in i810_init_device()
1853 par->aperture.physical = pci_resource_start(par->dev, 0); in i810_allocate_pci_resource()
1857 par->aperture.physical = pci_resource_start(par->dev, 1); in i810_allocate_pci_resource()
1866 if (!request_mem_region(par->aperture.physical, in i810_allocate_pci_resource()
1874 par->aperture.virtual = ioremap_wc(par->aperture.physical, in i810_allocate_pci_resource()
[all …]
A Di810_accel.c421 i810_writel(DPLYBASE, mmio, par->fb.physical + offset); in i810fb_load_front()
448 tmp1 = par->iring.physical; in i810fb_init_ringbuffer()
/drivers/input/rmi4/
A Drmi_bus.c338 bool physical = rmi_is_physical_device(dev); in rmi_bus_match() local
341 if (physical != rmi_is_physical_driver(drv)) in rmi_bus_match()
344 return physical || rmi_function_match(dev, drv); in rmi_bus_match()
/drivers/net/ethernet/cavium/
A DKconfig21 This driver supports Thunder's NIC physical function.
43 interface from NIC physical function driver.
/drivers/net/ethernet/qualcomm/rmnet/
A DKconfig14 any IP mode physical device.
/drivers/net/ethernet/fungible/funeth/
A DKconfig14 It works with both physical and virtual functions.
/drivers/gpu/drm/clients/
A DKconfig55 bool "Shamelessly allow leaking of fbdev physical address (DANGEROUS)"
60 use-cases to keep leaking the fbdev physical address to the
/drivers/net/ethernet/freescale/enetc/
A DKconfig41 physical function (PF) devices, managing ENETC Ports at a privileged
89 physical function (PF) device.
/drivers/staging/most/Documentation/
A Ddriver_usage.txt10 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/isdn/mISDN/
A DKconfig40 - direct tunneling of physical interface via IP
/drivers/net/can/softing/
A DKconfig8 Softing Gmbh CAN cards come with 1 or 2 physical buses.
/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
A Dtrans.c66 fw_mon->physical); in iwl_pcie_free_fw_monitor()
69 fw_mon->physical = 0; in iwl_pcie_free_fw_monitor()
78 dma_addr_t physical = 0; in iwl_pcie_alloc_fw_monitor_block() local
111 fw_mon->physical = physical; in iwl_pcie_alloc_fw_monitor_block()
818 frag->physical >> MON_BUFF_SHIFT_VER2); in iwl_pcie_apply_destination_ini()
820 (frag->physical + frag->size - 256) >> in iwl_pcie_apply_destination_ini()
884 fw_mon->physical >> dest->base_shift); in iwl_pcie_apply_destination()
887 (fw_mon->physical + fw_mon->size - in iwl_pcie_apply_destination()
891 (fw_mon->physical + fw_mon->size) >> in iwl_pcie_apply_destination()
1908 dram_regions->drams[i].physical); in iwl_trans_pcie_free_pnvm_dram_regions()
[all …]
/drivers/gpu/drm/amd/amdkfd/
A DKconfig39 address space within the physical address limits of the GPUs.

Completed in 55 milliseconds

1234