Home
last modified time | relevance | path

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

/drivers/video/fbdev/
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()
/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c2830 int base_off; member
2887 .base_off = PORT_BASE,
2973 .base_off = AXI_MASTER_CFG_BASE,
2990 .base_off = RAS_BASE,
3320 offset = port->base_off + 4 * i; in debugfs_snapshot_port_reg_v3_hw()
3345 *databuf = hisi_sas_read32(hisi_hba, 4 * i + axi->base_off); in debugfs_snapshot_axi_reg_v3_hw()
3356 *databuf = hisi_sas_read32(hisi_hba, 4 * i + ras->base_off); in debugfs_snapshot_ras_reg_v3_hw()
3397 debugfs_to_reg_name_v3_hw(int off, int base_off, in debugfs_to_reg_name_v3_hw() argument
3401 if (off == lu->off - base_off) in debugfs_to_reg_name_v3_hw()
3417 name = debugfs_to_reg_name_v3_hw(off, reg->base_off, in debugfs_print_reg_v3_hw()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c470 long base_off; member
477 long base_off; member
484 long base_off; member
491 long base_off; member
666 long n = bnxt_rx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats()
672 long n = bnxt_rx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats()
678 long n = bnxt_tx_bytes_pri_arr[i].base_off + in bnxt_get_ethtool_stats()
684 long n = bnxt_tx_pkts_pri_arr[i].base_off + in bnxt_get_ethtool_stats()
/drivers/misc/habanalabs/goya/
Dgoya.c1929 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()
/drivers/net/ethernet/broadcom/
Dtg3.c844 static int tg3_ape_scratchpad_read(struct tg3 *tp, u32 *data, u32 base_off, in tg3_ape_scratchpad_read() argument
887 tg3_ape_write32(tp, bufoff, base_off); in tg3_ape_scratchpad_read()
893 base_off += length; in tg3_ape_scratchpad_read()