Searched refs:hccs_pcc_cmd_send (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/soc/hisilicon/ |
D | kunpeng_hccs.c | 266 static int hccs_pcc_cmd_send(struct hccs_dev *hdev, u8 cmd, in hccs_pcc_cmd_send() function 326 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DEV_CAP, &desc); in hccs_get_dev_caps() 343 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_CHIP_NUM, &desc); in hccs_query_chip_num_on_platform() 369 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_NUM, &desc); in hccs_get_chip_info() 426 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_INFO, &desc); in hccs_query_die_info_on_chip() 495 ret = hccs_pcc_cmd_send(hdev, opcode, desc); in hccs_get_bd_info() 678 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_PORT_LINK_STATUS, &desc); in hccs_query_port_link_status() 705 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_PORT_CRC_ERR_CNT, &desc); in hccs_query_port_crc_err_cnt() 734 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_PORTS_LINK_STA, &desc); in hccs_get_die_all_link_status() 764 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_PORTS_LANE_STA, &desc); in hccs_get_die_all_port_lane_status() [all …]
|