Searched refs:hccs_pcc_cmd_send (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/soc/hisilicon/ |
| H A D | kunpeng_hccs.c | 319 static int hccs_pcc_cmd_send(struct hccs_dev *hdev, u8 cmd, in hccs_pcc_cmd_send() function 379 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DEV_CAP, &desc); in hccs_get_dev_caps() 396 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_CHIP_NUM, &desc); in hccs_query_chip_num_on_platform() 422 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_NUM, &desc); in hccs_get_chip_info() 479 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_DIE_INFO, &desc); in hccs_query_die_info_on_chip() 550 ret = hccs_pcc_cmd_send(hdev, opcode, desc); in hccs_get_bd_info() 784 ret = hccs_pcc_cmd_send(hdev, HCCS_GET_PORT_LINK_STATUS, &desc); in hccs_query_port_link_status() 1368 ret = hccs_pcc_cmd_send(hdev, HCCS_PM_INC_LANE, &desc); in hccs_prepare_inc_lane() 1393 ret = hccs_pcc_cmd_send(hdev, HCCS_PM_INC_LANE, &desc); in hccs_wait_serdes_adapt_completed() 1421 ret = hccs_pcc_cmd_send(hdev, HCCS_PM_INC_LANE, &desc); in hccs_start_hpcs_retraining() [all …]
|