| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_pingpong.c | 50 b->base_off = addr; in _pingpong_offset() 134 rc = readl_poll_timeout(c->base_off + c->blk_off + PP_LINE_COUNT, in dpu_hw_pp_poll_timeout_wr_ptr()
|
| H A D | dpu_hw_util.c | 71 writel_relaxed(val, c->base_off + c->blk_off + reg_off); in dpu_reg_write() 76 return readl_relaxed(c->base_off + c->blk_off + reg_off); in dpu_reg_read()
|
| H A D | dpu_hw_dspp.c | 84 b->base_off = addr; in _dspp_offset()
|
| H A D | dpu_hw_util.h | 25 void __iomem *base_off; member
|
| H A D | dpu_hw_lm.c | 36 b->base_off = addr; in _lm_offset()
|
| H A D | dpu_hw_vbif.c | 222 b->base_off = addr; in _top_offset()
|
| H A D | dpu_hw_intf.c | 71 b->base_off = addr; in _intf_offset()
|
| H A D | dpu_hw_top.c | 286 b->base_off = addr; in _top_offset()
|
| H A D | dpu_hw_ctl.c | 44 b->base_off = addr; in _ctl_offset()
|
| H A D | dpu_hw_sspp.c | 697 b->base_off = addr; in _sspp_offset()
|
| H A D | dpu_hw_interrupts.c | 1090 hw->base_off = addr; in __intr_offset()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-elf.c | 2140 static void sdt_adjust_loc(struct sdt_note *tmp, GElf_Addr base_off) in sdt_adjust_loc() argument 2142 if (!base_off) in sdt_adjust_loc() 2147 tmp->addr.a32[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2151 tmp->addr.a64[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2156 GElf_Addr base_off) in sdt_adjust_refctr() argument 2158 if (!base_off) in sdt_adjust_refctr() 2162 tmp->addr.a32[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr() 2164 tmp->addr.a64[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | atafb.c | 910 int hdb_off, hde_off, base_off; in falcon_decode_var() local 1218 base_off = par->hw.falcon.vid_control & VCO_SHORTOFFS ? 64 : 128; in falcon_decode_var() 1227 hdb_off = (base_off + 16 * plen) + prescale; in falcon_decode_var() 1232 hdb_off = (64 + base_off + (128 / bpp + 2) * plen) + prescale; in falcon_decode_var() 1234 hdb_off = (base_off + (128 / bpp + 18) * plen) + prescale; in falcon_decode_var() 1374 int hdb_off, hde_off, base_off; in falcon_encode_var() local 1475 base_off = hw->vid_control & VCO_SHORTOFFS ? 64 : 128; in falcon_encode_var() 1478 hdb_off = (base_off + 16 * plen) + prescale; in falcon_encode_var() 1482 hdb_off = (64 + base_off + (128 / var->bits_per_pixel + 2) * plen) in falcon_encode_var() 1485 hdb_off = (base_off + (128 / var->bits_per_pixel + 18) * plen) in falcon_encode_var()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 430 long base_off; member 437 long base_off; member 444 long base_off; member 451 long base_off; member 624 long n = bnxt_rx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 630 long n = bnxt_rx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 636 long n = bnxt_tx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 642 long n = bnxt_tx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas.h | 256 int base_off; member
|
| H A D | hisi_sas_main.c | 2747 offset = port->base_off + 4 * i; in hisi_sas_debugfs_snapshot_port_reg() 2778 4 * i + axi->base_off); in hisi_sas_debugfs_snapshot_axi_reg() 2792 4 * i + ras->base_off); in hisi_sas_debugfs_snapshot_ras_reg() 2835 hisi_sas_debugfs_to_reg_name(int off, int base_off, in hisi_sas_debugfs_to_reg_name() argument 2839 if (off == lu->off - base_off) in hisi_sas_debugfs_to_reg_name() 2856 name = hisi_sas_debugfs_to_reg_name(off, reg->base_off, in hisi_sas_debugfs_print_reg()
|
| H A D | hisi_sas_v3_hw.c | 2823 .base_off = PORT_BASE, 2911 .base_off = AXI_MASTER_CFG_BASE, 2929 .base_off = RAS_BASE,
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | data_mgmt.c | 1530 loff_t base_off = le64_to_cpu(bm->m_base_offset); in process_blockmap_md() local 1540 df->df_blockmap_off = base_off; in process_blockmap_md()
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/goya/ |
| H A D | goya.c | 1743 static void goya_init_tpc_qman(struct hl_device *hdev, u32 base_off, int tpc_id) in goya_init_tpc_qman() argument 1761 qman_base_addr = hdev->asic_prop.sram_base_address + base_off; in goya_init_tpc_qman()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 843 static int tg3_ape_scratchpad_read(struct tg3 *tp, u32 *data, u32 base_off, in tg3_ape_scratchpad_read() argument 886 tg3_ape_write32(tp, bufoff, base_off); in tg3_ape_scratchpad_read() 892 base_off += length; in tg3_ape_scratchpad_read()
|