Home
last modified time | relevance | path

Searched refs:HISI_SAS_REG_MEM_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1156 if (((phy_port_num_ma >> (i * HISI_SAS_REG_MEM_SIZE)) & 0xf) == in get_wideport_bitmap_v3_hw()
1594 port_id = (port_id >> (HISI_SAS_REG_MEM_SIZE * phy_no)) & 0xf; in phy_up_v3_hw()
1596 link_rate = (link_rate >> (phy_no * HISI_SAS_REG_MEM_SIZE)) & 0xf; in phy_up_v3_hw()
3559 offset = port->base_off + HISI_SAS_REG_MEM_SIZE * i; in debugfs_snapshot_port_reg_v3_hw()
3574 HISI_SAS_REG_MEM_SIZE * i); in debugfs_snapshot_global_reg_v3_hw()
3586 HISI_SAS_REG_MEM_SIZE * i + in debugfs_snapshot_axi_reg_v3_hw()
3599 HISI_SAS_REG_MEM_SIZE * i + in debugfs_snapshot_ras_reg_v3_hw()
3663 u32 off = i * HISI_SAS_REG_MEM_SIZE; in debugfs_print_reg_v3_hw()
4568 HISI_SAS_FIFO_DATA_DW_SIZE * HISI_SAS_REG_MEM_SIZE, in debugfs_fifo_data_v3_hw_show()
4701 sz = debugfs_reg_array_v3_hw[r]->count * HISI_SAS_REG_MEM_SIZE; in debugfs_alloc_v3_hw()
[all …]
H A Dhisi_sas.h49 #define HISI_SAS_REG_MEM_SIZE 4 macro