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

1234

/linux-master/drivers/md/dm-vdo/
H A Dio-submitter.h27 void __submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
31 static inline void vdo_submit_metadata_vio(struct vio *vio, physical_block_number_t physical, argument
35 __submit_metadata_vio(vio, physical, callback, error_handler,
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dio.c51 int physical; local
53 physical = wl1251_translate_mem_addr(wl, addr);
55 wl->if_ops->read(wl, physical, buf, len);
60 int physical; local
62 physical = wl1251_translate_mem_addr(wl, addr);
64 wl->if_ops->write(wl, physical, buf, len);
/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/arch/arm/include/debug/
H A Dux500.S35 ldr \rp, =UART_PHYS_BASE @ no, physical address
H A Dimx.S29 ldr \rp, =UART_PADDR @ physical
H A Dmeson.S14 ldr \rp, =(CONFIG_DEBUG_UART_PHYS) @ physical
H A Dsti.S18 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ physical base
H A Dsa1100.S20 moveq \rp, #0x80000000 @ physical base address
46 orr \rp, \rp, #0x80000000 @ physical
H A Dzynq.S28 ldr \rp, =LL_UART_PADDR @ physical
H A Dvf.S17 ldr \rp, =VF_UART_PHYSICAL_BASE @ physical
H A Dstm32.S22 ldr \rp, =CONFIG_DEBUG_UART_PHYS @ physical base
/linux-master/fs/btrfs/
H A Draid-stripe-tree.c100 u64 physical = bioc->stripes[i].physical; local
108 btrfs_set_stack_raid_stride_physical(raid_stride, physical);
239 u64 physical = btrfs_raid_stride_physical(leaf, stride); local
247 stripe->physical = physical + offset;
250 stripe->physical, devid);
H A Ddev-replace.h31 u64 physical);
H A Dscrub.c89 /* Set when @mirror_num, @dev, @physical and @logical are set. */
117 u64 physical; member in struct:scrub_stripe
226 u64 physical; member in struct:scrub_warning
454 "%s at logical %llu on dev %s, physical %llu, root %llu, inode %llu, offset %llu, length %u, links %u (path: %s)",
457 swarn->physical,
468 "%s at logical %llu on dev %s, physical %llu, root %llu, inode %llu, offset %llu: path resolving failed with ret=%d",
471 swarn->physical,
479 bool is_super, u64 logical, u64 physical)
493 btrfs_warn_in_rcu(fs_info, "%s on device %s, physical %llu",
494 errstr, btrfs_dev_name(dev), physical);
478 scrub_print_common_warning(const char *errstr, struct btrfs_device *dev, bool is_super, u64 logical, u64 physical) argument
560 fill_writer_pointer_gap(struct scrub_ctx *sctx, u64 physical) argument
873 u64 physical = 0; local
1291 get_raid56_logic_offset(u64 physical, int num, struct btrfs_chunk_map *map, u64 *offset, u64 *stripe_start) argument
1458 sync_write_pointer_for_zoned(struct scrub_ctx *sctx, u64 logical, u64 physical, u64 physical_end) argument
1524 scrub_find_fill_first_stripe(struct btrfs_block_group *bg, struct btrfs_path *extent_path, struct btrfs_path *csum_path, struct btrfs_device *dev, u64 physical, int mirror_num, u64 logical_start, u32 logical_len, struct scrub_stripe *stripe) argument
1882 queue_scrub_stripe(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct btrfs_device *dev, int mirror_num, u64 logical, u32 length, u64 physical, u64 *found_logical_ret) argument
1958 u64 physical; local
2093 scrub_simple_mirror(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct btrfs_chunk_map *map, u64 logical_start, u64 logical_length, struct btrfs_device *device, u64 physical, int mirror_num) argument
2236 u64 physical = map->stripes[stripe_index].physical; local
2752 scrub_one_super(struct scrub_ctx *sctx, struct btrfs_device *dev, struct page *page, u64 physical, u64 generation) argument
[all...]
H A Dzoned.h72 int btrfs_reset_device_zone(struct btrfs_device *device, u64 physical,
81 int btrfs_zoned_issue_zeroout(struct btrfs_device *device, u64 physical, u64 length);
177 u64 physical, u64 length, u64 *bytes)
213 u64 physical, u64 length)
351 u64 physical, u64 length)
355 if (!btrfs_dev_is_sequential(device, physical))
359 if (!IS_ALIGNED(physical, zone_size) || !IS_ALIGNED(length, zone_size))
176 btrfs_reset_device_zone(struct btrfs_device *device, u64 physical, u64 length, u64 *bytes) argument
212 btrfs_zoned_issue_zeroout(struct btrfs_device *device, u64 physical, u64 length) argument
350 btrfs_can_zone_reset(struct btrfs_device *device, u64 physical, u64 length) argument
H A Dzoned.c1133 int btrfs_reset_device_zone(struct btrfs_device *device, u64 physical, argument
1142 physical >> SECTOR_SHIFT, length >> SECTOR_SHIFT);
1149 btrfs_dev_set_zone_empty(device, physical);
1150 btrfs_dev_clear_active_zone(device, physical);
1151 physical += device->zone_info->zone_size;
1283 u64 physical; member in struct:zone_info
1299 info->physical = map->stripes[zone_idx].physical;
1310 if (!btrfs_dev_is_sequential(device, info->physical)) {
1316 btrfs_dev_clear_zone_empty(device, info->physical);
1752 const u64 physical = bbio->bio.bi_iter.bi_sector << SECTOR_SHIFT; local
1967 btrfs_zoned_issue_zeroout(struct btrfs_device *device, u64 physical, u64 length) argument
2000 u64 physical = bioc->stripes[i].physical; local
2064 u64 physical; local
2253 const u64 physical = map->stripes[i].physical; local
[all...]
/linux-master/arch/arm/mach-imx/
H A Dheadsmp.S19 add r1, r1, r0 @ r1 = physical &g_diag_reg
/linux-master/samples/hid/
H A Dhid_surface_dial.bpf.c37 int physical = 5; variable
122 *phys = physical;
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-gen3.c31 dbg_cfg->hwm_base_addr = cpu_to_le64(fw_mon->physical);
58 dbg_cfg->hwm_base_addr = cpu_to_le64(frag->physical);
305 &dram->physical);
335 &desc_dram->physical);
366 cpu_to_le64(dram_regions->drams[i].physical);
440 cpu_to_le64(dram_regions->prph_scratch_mem_desc.physical);
452 cpu_to_le64(trans_pcie->pnvm_data.drams[0].physical);
524 cpu_to_le64(dram_regions->prph_scratch_mem_desc.physical);
536 cpu_to_le64(trans_pcie->reduced_tables_data.drams[0].physical);
H A Dctxt-info.c53 &dram->physical);
77 dram->paging[i].physical);
117 cpu_to_le64(dram->fw[dram->fw_cnt].physical);
131 cpu_to_le64(dram->fw[dram->fw_cnt].physical);
156 cpu_to_le64(dram->paging[i].physical);
/linux-master/drivers/hid/
H A Dwacom_wac.h167 #define WACOM_PAD_FIELD(f) (((f)->physical == HID_DG_TABLETFUNCTIONKEY) || \
168 ((f)->physical == WACOM_HID_WD_DIGITIZERFNKEYS) || \
169 ((f)->physical == WACOM_HID_WD_DIGITIZERINFO))
172 ((f)->physical == HID_DG_STYLUS) || \
173 ((f)->physical == HID_DG_PEN) || \
181 ((f)->physical == HID_DG_FINGER) || \
/linux-master/include/linux/
H A Dagp_backend.h79 u32 physical; member in struct:agp_memory
H A Dagpgart.h73 u32 physical; /* device specific (some devices member in struct:agp_allocate
/linux-master/include/uapi/linux/
H A Dagpgart.h95 __u32 physical; /* device specific (some devices member in struct:_agp_allocate
/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

Completed in 483 milliseconds

1234