Searched refs:base_off (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/ |
D | atafb.c | 898 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-6.1.9/tools/perf/util/ |
D | symbol-elf.c | 2240 static void sdt_adjust_loc(struct sdt_note *tmp, GElf_Addr base_off) in sdt_adjust_loc() argument 2242 if (!base_off) in sdt_adjust_loc() 2247 tmp->addr.a32[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2251 tmp->addr.a64[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2256 GElf_Addr base_off) in sdt_adjust_refctr() argument 2258 if (!base_off) in sdt_adjust_refctr() 2262 tmp->addr.a32[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr() 2264 tmp->addr.a64[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr()
|
/linux-6.1.9/drivers/scsi/hisi_sas/ |
D | hisi_sas_v3_hw.c | 2824 int base_off; member 2881 .base_off = PORT_BASE, 2967 .base_off = AXI_MASTER_CFG_BASE, 2984 .base_off = RAS_BASE, 3314 offset = port->base_off + 4 * i; in debugfs_snapshot_port_reg_v3_hw() 3339 *databuf = hisi_sas_read32(hisi_hba, 4 * i + axi->base_off); in debugfs_snapshot_axi_reg_v3_hw() 3350 *databuf = hisi_sas_read32(hisi_hba, 4 * i + ras->base_off); in debugfs_snapshot_ras_reg_v3_hw() 3391 debugfs_to_reg_name_v3_hw(int off, int base_off, in debugfs_to_reg_name_v3_hw() argument 3395 if (off == lu->off - base_off) in debugfs_to_reg_name_v3_hw() 3411 name = debugfs_to_reg_name_v3_hw(off, reg->base_off, in debugfs_print_reg_v3_hw()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 471 long base_off; member 478 long base_off; member 485 long base_off; member 492 long base_off; member 667 long n = bnxt_rx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 673 long n = bnxt_rx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 679 long n = bnxt_tx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 685 long n = bnxt_tx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats()
|
/linux-6.1.9/drivers/misc/habanalabs/goya/ |
D | goya.c | 1929 static void goya_init_tpc_qman(struct hl_device *hdev, u32 base_off, int tpc_id) in goya_init_tpc_qman() argument 1947 qman_base_addr = hdev->asic_prop.sram_base_address + base_off; in goya_init_tpc_qman()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/ |
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()
|