Searched refs:hccs_pcc_cmd_send (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/soc/hisilicon/ |
H A D | kunpeng_hccs.c | 199 static int hccs_pcc_cmd_send(struct hccs_dev *hdev, u8 cmd, in hccs_pcc_cmd_send() function 265 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DEV_CAP, &desc); in hccs_get_dev_caps() 282 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_CHIP_NUM, &desc); in hccs_query_chip_num_on_platform() 308 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_NUM, &desc); in hccs_get_chip_info() 365 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_INFO, &desc); in hccs_query_die_info_on_chip() 434 ret = hccs_pcc_cmd_send(hdev, opcode, desc); in hccs_get_bd_info() 612 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_PORT_LINK_STATUS, &desc); in hccs_query_port_link_status() 639 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_PORT_CRC_ERR_CNT, &desc); in hccs_query_port_crc_err_cnt() 668 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_PORTS_LINK_STA, &desc); in hccs_get_die_all_link_status() 698 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_PORTS_LANE_STA, &desc); in hccs_get_die_all_port_lane_status() [all …]
|