Home
last modified time | relevance | path

Searched refs:base_off (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/
H A Datafb.c898 int hdb_off, hde_off, base_off; in falcon_decode_var() local
1199 base_off = par->hw.falcon.vid_control & VCO_SHORTOFFS ? 64 : 128; in falcon_decode_var()
1208 hdb_off = (base_off + 16 * plen) + prescale; in falcon_decode_var()
1213 hdb_off = (64 + base_off + (128 / bpp + 2) * plen) + prescale; in falcon_decode_var()
1215 hdb_off = (base_off + (128 / bpp + 18) * plen) + prescale; in falcon_decode_var()
1355 int hdb_off, hde_off, base_off; in falcon_encode_var() local
1456 base_off = hw->vid_control & VCO_SHORTOFFS ? 64 : 128; in falcon_encode_var()
1459 hdb_off = (base_off + 16 * plen) + prescale; in falcon_encode_var()
1463 hdb_off = (64 + base_off + (128 / var->bits_per_pixel + 2) * plen) in falcon_encode_var()
1466 hdb_off = (base_off + (128 / var->bits_per_pixel + 18) * plen) in falcon_encode_var()
/linux/tools/perf/util/
H A Dsymbol-elf.c2637 static void sdt_adjust_loc(struct sdt_note *tmp, GElf_Addr base_off) in sdt_adjust_loc() argument
2639 if (!base_off) in sdt_adjust_loc()
2644 tmp->addr.a32[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc()
2648 tmp->addr.a64[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc()
2653 GElf_Addr base_off) in sdt_adjust_refctr() argument
2655 if (!base_off) in sdt_adjust_refctr()
2659 tmp->addr.a32[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr()
2661 tmp->addr.a64[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3016 int base_off; member
3073 .base_off = PORT_BASE,
3160 .base_off = AXI_MASTER_CFG_BASE,
3177 .base_off = RAS_BASE,
3549 offset = port->base_off + HISI_SAS_REG_MEM_SIZE * i; in debugfs_snapshot_port_reg_v3_hw()
3577 axi->base_off); in debugfs_snapshot_axi_reg_v3_hw()
3590 ras->base_off); in debugfs_snapshot_ras_reg_v3_hw()
3631 debugfs_to_reg_name_v3_hw(int off, int base_off, in debugfs_to_reg_name_v3_hw() argument
3635 if (off == lu->off - base_off) in debugfs_to_reg_name_v3_hw()
3656 name = debugfs_to_reg_name_v3_hw(off, reg->base_off, in debugfs_print_reg_v3_hw()
/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c1930 static void goya_init_tpc_qman(struct hl_device *hdev, u32 base_off, int tpc_id) in goya_init_tpc_qman() argument
1948 qman_base_addr = hdev->asic_prop.sram_base_address + base_off; in goya_init_tpc_qman()