Searched refs:base_off (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A 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()
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol-elf.c | 2616 static void sdt_adjust_loc(struct sdt_note *tmp, GElf_Addr base_off) in sdt_adjust_loc() argument 2618 if (!base_off) in sdt_adjust_loc() 2623 tmp->addr.a32[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2627 tmp->addr.a64[SDT_NOTE_IDX_LOC] + base_off - in sdt_adjust_loc() 2632 GElf_Addr base_off) in sdt_adjust_refctr() argument 2634 if (!base_off) in sdt_adjust_refctr() 2638 tmp->addr.a32[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr() 2640 tmp->addr.a64[SDT_NOTE_IDX_REFCTR] -= (base_addr - base_off); in sdt_adjust_refctr()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 2951 int base_off; member 3008 .base_off = PORT_BASE, 3095 .base_off = AXI_MASTER_CFG_BASE, 3112 .base_off = RAS_BASE, 3475 offset = port->base_off + 4 * i; in debugfs_snapshot_port_reg_v3_hw() 3500 *databuf = hisi_sas_read32(hisi_hba, 4 * i + axi->base_off); in debugfs_snapshot_axi_reg_v3_hw() 3511 *databuf = hisi_sas_read32(hisi_hba, 4 * i + ras->base_off); in debugfs_snapshot_ras_reg_v3_hw() 3552 debugfs_to_reg_name_v3_hw(int off, int base_off, in debugfs_to_reg_name_v3_hw() argument 3556 if (off == lu->off - base_off) in debugfs_to_reg_name_v3_hw() 3577 name = debugfs_to_reg_name_v3_hw(off, reg->base_off, in debugfs_print_reg_v3_hw()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 473 long base_off; member 480 long base_off; member 487 long base_off; member 494 long base_off; member 665 long n = bnxt_rx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 671 long n = bnxt_rx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 677 long n = bnxt_tx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats() 683 long n = bnxt_tx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats()
|
/openbmc/linux/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 1936 static void goya_init_tpc_qman(struct hl_device *hdev, u32 base_off, int tpc_id) in goya_init_tpc_qman() argument 1954 qman_base_addr = hdev->asic_prop.sram_base_address + base_off; in goya_init_tpc_qman()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 846 static int tg3_ape_scratchpad_read(struct tg3 *tp, u32 *data, u32 base_off, in tg3_ape_scratchpad_read() argument 889 tg3_ape_write32(tp, bufoff, base_off); in tg3_ape_scratchpad_read() 895 base_off += length; in tg3_ape_scratchpad_read()
|