Searched refs:do_8051_command (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 1037 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, 6159 ret = do_8051_command(dd, HCMD_MISC, in request_host_lcb_access() 6173 ret = do_8051_command(dd, HCMD_MISC, in request_8051_lcb_access() 8582 ret = do_8051_command(dd, HCMD_READ_LCB_CSR, regno, data); in read_lcb_via_8051() 8677 ret = do_8051_command(dd, HCMD_WRITE_LCB_CSR, regno, &data); in write_lcb_via_8051() 8707 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, in do_8051_command() function 8830 return do_8051_command(dd, HCMD_CHANGE_PHY_STATE, state, NULL); in set_physical_link_state() 8842 ret = do_8051_command(dd, HCMD_LOAD_CONFIG_DATA, data, NULL); in load_8051_config() 9123 ret = do_8051_command(dd, HCMD_READ_LCB_IDLE_MSG, type, data_out); in read_idle_message() 9157 ret = do_8051_command(dd, HCMD_SEND_LCB_IDLE_MSG, data, NULL); in send_idle_message()
|