Searched refs:do_8051_command (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1038 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, 6161 ret = do_8051_command(dd, HCMD_MISC, in request_host_lcb_access() 6175 ret = do_8051_command(dd, HCMD_MISC, in request_8051_lcb_access() 8587 ret = do_8051_command(dd, HCMD_READ_LCB_CSR, regno, data); in read_lcb_via_8051() 8682 ret = do_8051_command(dd, HCMD_WRITE_LCB_CSR, regno, &data); in write_lcb_via_8051() 8712 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, in do_8051_command() function 8835 return do_8051_command(dd, HCMD_CHANGE_PHY_STATE, state, NULL); in set_physical_link_state() 8847 ret = do_8051_command(dd, HCMD_LOAD_CONFIG_DATA, data, NULL); in load_8051_config() 9128 ret = do_8051_command(dd, HCMD_READ_LCB_IDLE_MSG, type, data_out); in read_idle_message() 9162 ret = do_8051_command(dd, HCMD_SEND_LCB_IDLE_MSG, data, NULL); in send_idle_message()
|