Searched refs:do_8051_command (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 1061 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, 6172 ret = do_8051_command(dd, HCMD_MISC, in request_host_lcb_access() 6186 ret = do_8051_command(dd, HCMD_MISC, in request_8051_lcb_access() 8536 ret = do_8051_command(dd, HCMD_READ_LCB_CSR, regno, data); in read_lcb_via_8051() 8631 ret = do_8051_command(dd, HCMD_WRITE_LCB_CSR, regno, &data); in write_lcb_via_8051() 8661 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, in do_8051_command() function 8784 return do_8051_command(dd, HCMD_CHANGE_PHY_STATE, state, NULL); in set_physical_link_state() 8796 ret = do_8051_command(dd, HCMD_LOAD_CONFIG_DATA, data, NULL); in load_8051_config() 9077 ret = do_8051_command(dd, HCMD_READ_LCB_IDLE_MSG, type, data_out); in read_idle_message() 9111 ret = do_8051_command(dd, HCMD_SEND_LCB_IDLE_MSG, data, NULL); in send_idle_message()
|