| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | cache-sh4.c | 150 unsigned long addr, end_addr, entry_offset; in flush_dcache_all() local 157 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all() 160 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 161 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 162 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 163 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 164 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 165 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 166 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 167 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | power_budget.c | 107 u32 entry_offset; in nvbios_power_budget_entry() local 113 entry_offset = budget->offset + budget->hlen + idx * budget->elen; in nvbios_power_budget_entry() 116 entry->min_w = nvbios_rd32(bios, entry_offset + 0x2); in nvbios_power_budget_entry() 117 entry->avg_w = nvbios_rd32(bios, entry_offset + 0x6); in nvbios_power_budget_entry() 118 entry->max_w = nvbios_rd32(bios, entry_offset + 0xa); in nvbios_power_budget_entry() 121 entry->max_w = nvbios_rd32(bios, entry_offset + 0x2); in nvbios_power_budget_entry()
|
| /OK3568_Linux_fs/buildroot/package/mkpimage/ |
| H A D | mkpimage.c | 38 uint8_t entry_offset[4]; member 228 header->v1.entry_offset[0] = (start_addr >> 0) & 0xff; in add_socfpga_header() 229 header->v1.entry_offset[1] = (start_addr >> 8) & 0xff; in add_socfpga_header() 230 header->v1.entry_offset[2] = (start_addr >> 16) & 0xff; in add_socfpga_header() 231 header->v1.entry_offset[3] = (start_addr >> 24) & 0xff; in add_socfpga_header()
|
| /OK3568_Linux_fs/kernel/sound/firewire/dice/ |
| H A D | dice-extension.c | 65 u32 entry_offset; in read_stream_entries() local 71 entry_offset = base_offset + i * EXT_APP_STREAM_ENTRY_SIZE; in read_stream_entries() 73 entry_offset + EXT_APP_NUMBER_AUDIO, in read_stream_entries()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | debug.c | 461 size_t entry_offset; in debug_output() local 469 entry_offset = p_info->act_entry_offset; in debug_output() 477 formatted_line_residue = formatted_line_size - entry_offset; in debug_output() 482 + entry_offset, copy_size)) in debug_output() 485 entry_offset += copy_size; in debug_output() 488 entry_offset = 0; in debug_output() 495 p_info->act_entry_offset = entry_offset; in debug_output()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_minidump.c | 1290 u32 entry_offset, dump, no_entries, buf_offset = 0; in qlcnic_dump_fw() local 1335 entry_offset = fw_dump->offset; in qlcnic_dump_fw() 1352 entry = tmpl_hdr + entry_offset; in qlcnic_dump_fw() 1355 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1371 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1379 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1384 entry_offset += entry->hdr.offset; in qlcnic_dump_fw()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 740 unsigned int entry_offset; in compat_calc_entry() local 744 entry_offset = (void *)e - base; in compat_calc_entry() 749 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry() 1077 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1098 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1111 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
|
| H A D | ip_tables.c | 896 unsigned int entry_offset; in compat_calc_entry() local 900 entry_offset = (void *)e - base; in compat_calc_entry() 906 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry() 1293 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1315 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1335 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | alloc.c | 364 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local 367 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry() 370 entry_offset * NILFS_MDT(inode)->mi_entry_size; in nilfs_palloc_block_get_entry()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swap_state.c | 658 unsigned long entry_offset = swp_offset(entry); in swap_cluster_readahead() local 659 unsigned long offset = entry_offset; in swap_cluster_readahead() 698 if (offset != entry_offset) { in swap_cluster_readahead()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 913 unsigned int entry_offset; in compat_calc_entry() local 917 entry_offset = (void *)e - base; in compat_calc_entry() 923 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry() 1310 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1332 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1352 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_tmpl.h | 14 __le32 entry_offset; member
|
| H A D | qla_tmpl.c | 837 le32_to_cpu(tmp->entry_offset); in qla27xx_walk_template()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | unpack_bootimg | 413 entry_offset = vendor_ramdisk_table_offset + ( 415 args.boot_img.seek(entry_offset)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unpack_bootimg | 420 entry_offset = vendor_ramdisk_table_offset + ( 422 boot_img.seek(entry_offset)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_firmware.c | 2304 u32 entry_offset; in kbase_csf_firmware_load_init() local 2390 entry_offset = FIRMWARE_HEADER_LENGTH; in kbase_csf_firmware_load_init() 2391 while (entry_offset < entry_end_offset) { in kbase_csf_firmware_load_init() 2395 memcpy(&header, &mcu_fw->data[entry_offset], sizeof(header)); in kbase_csf_firmware_load_init() 2399 ret = load_firmware_entry(kbdev, mcu_fw, entry_offset, header); in kbase_csf_firmware_load_init() 2404 entry_offset += size; in kbase_csf_firmware_load_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_uncore.c | 1964 u32 entry_offset = i915_mmio_reg_offset(entry->offset_ldw); in i915_reg_read_ioctl() local 1968 GEM_BUG_ON(entry_offset & (entry->size - 1)); in i915_reg_read_ioctl() 1971 entry_offset == (reg->offset & -entry->size)) in i915_reg_read_ioctl()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebtables.c | 1669 unsigned int entry_offset; in compat_calc_entry() local 1676 entry_offset = (void *)e - base; in compat_calc_entry() 1688 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 9582 uint8 entry_offset; member
|