/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_pingpong.c | 51 b->base_off = addr; in _pingpong_offset() 158 rc = readl_poll_timeout(c->base_off + c->blk_off + PP_LINE_COUNT, in dpu_hw_pp_poll_timeout_wr_ptr()
|
A D | dpu_hw_merge3d.c | 26 b->base_off = addr; in _merge_3d_offset()
|
A D | dpu_hw_dspp.c | 76 b->base_off = addr; in _dspp_offset()
|
A D | dpu_hw_util.c | 84 writel_relaxed(val, c->base_off + c->blk_off + reg_off); in dpu_reg_write() 89 return readl_relaxed(c->base_off + c->blk_off + reg_off); in dpu_reg_read()
|
A D | dpu_hw_util.h | 26 void __iomem *base_off; member
|
A D | dpu_hw_lm.c | 46 b->base_off = addr; in _lm_offset()
|
A D | dpu_hw_vbif.c | 223 b->base_off = addr; in _top_offset()
|
A D | dpu_hw_top.c | 286 b->base_off = addr; in _top_offset()
|
A D | dpu_hw_intf.c | 73 b->base_off = addr; in _intf_offset()
|
A D | dpu_hw_interrupts.c | 383 hw->base_off = addr; in __intr_offset()
|
A D | dpu_hw_ctl.c | 53 b->base_off = addr; in _ctl_offset()
|
A D | dpu_hw_sspp.c | 698 b->base_off = addr; in _sspp_offset()
|
/linux/drivers/video/fbdev/ |
A D | atafb.c | 902 int hdb_off, hde_off, base_off; in falcon_decode_var() local 1210 base_off = par->hw.falcon.vid_control & VCO_SHORTOFFS ? 64 : 128; in falcon_decode_var() 1219 hdb_off = (base_off + 16 * plen) + prescale; in falcon_decode_var() 1224 hdb_off = (64 + base_off + (128 / bpp + 2) * plen) + prescale; in falcon_decode_var() 1226 hdb_off = (base_off + (128 / bpp + 18) * plen) + prescale; in falcon_decode_var() 1366 int hdb_off, hde_off, base_off; in falcon_encode_var() local 1467 base_off = hw->vid_control & VCO_SHORTOFFS ? 64 : 128; in falcon_encode_var() 1470 hdb_off = (base_off + 16 * plen) + prescale; in falcon_encode_var() 1474 hdb_off = (64 + base_off + (128 / var->bits_per_pixel + 2) * plen) in falcon_encode_var() 1477 hdb_off = (base_off + (128 / var->bits_per_pixel + 18) * plen) in falcon_encode_var()
|
/linux/tools/perf/util/ |
A D | symbol-elf.c | 2182 static void sdt_adjust_loc(struct sdt_note *tmp, GElf_Addr base_off) in sdt_adjust_loc() argument 2184 if (!base_off) in sdt_adjust_loc() 2189 tmp->addr.a32[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2193 tmp->addr.a64[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2198 GElf_Addr base_off) in sdt_adjust_refctr() argument 2200 if (!base_off) in sdt_adjust_refctr() 2204 tmp->addr.a32[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr() 2206 tmp->addr.a64[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr()
|
/linux/drivers/scsi/hisi_sas/ |
A D | hisi_sas_v3_hw.c | 2790 int base_off; member 2847 .base_off = PORT_BASE, 2933 .base_off = AXI_MASTER_CFG_BASE, 2950 .base_off = RAS_BASE, 3281 offset = port->base_off + 4 * i; in debugfs_snapshot_port_reg_v3_hw() 3306 *databuf = hisi_sas_read32(hisi_hba, 4 * i + axi->base_off); in debugfs_snapshot_axi_reg_v3_hw() 3317 *databuf = hisi_sas_read32(hisi_hba, 4 * i + ras->base_off); in debugfs_snapshot_ras_reg_v3_hw() 3358 debugfs_to_reg_name_v3_hw(int off, int base_off, in debugfs_to_reg_name_v3_hw() argument 3362 if (off == lu->off - base_off) in debugfs_to_reg_name_v3_hw() 3378 name = debugfs_to_reg_name_v3_hw(off, reg->base_off, in debugfs_print_reg_v3_hw()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_ethtool.c | 443 long base_off; member 450 long base_off; member 457 long base_off; member 464 long base_off; member 639 long n = bnxt_rx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 645 long n = bnxt_rx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 651 long n = bnxt_tx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 657 long n = bnxt_tx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats()
|
/linux/drivers/misc/habanalabs/goya/ |
A D | goya.c | 1861 static void goya_init_tpc_qman(struct hl_device *hdev, u32 base_off, int tpc_id) in goya_init_tpc_qman() argument 1879 qman_base_addr = hdev->asic_prop.sram_base_address + base_off; in goya_init_tpc_qman()
|
/linux/drivers/net/ethernet/broadcom/ |
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()
|