Searched refs:do_8051_command (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1038 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, 6160 ret = do_8051_command(dd, HCMD_MISC, in request_host_lcb_access() 6174 ret = do_8051_command(dd, HCMD_MISC, in request_8051_lcb_access() 8585 ret = do_8051_command(dd, HCMD_READ_LCB_CSR, regno, data); in read_lcb_via_8051() 8680 ret = do_8051_command(dd, HCMD_WRITE_LCB_CSR, regno, &data); in write_lcb_via_8051() 8710 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, in do_8051_command() function 8833 return do_8051_command(dd, HCMD_CHANGE_PHY_STATE, state, NULL); in set_physical_link_state() 8845 ret = do_8051_command(dd, HCMD_LOAD_CONFIG_DATA, data, NULL); in load_8051_config() 9126 ret = do_8051_command(dd, HCMD_READ_LCB_IDLE_MSG, type, data_out); in read_idle_message() 9160 ret = do_8051_command(dd, HCMD_SEND_LCB_IDLE_MSG, data, NULL); in send_idle_message()
|