Searched refs:do_8051_command (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c1038 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data,
6161 ret = do_8051_command(dd, HCMD_MISC,
6175 ret = do_8051_command(dd, HCMD_MISC,
8587 ret = do_8051_command(dd, HCMD_READ_LCB_CSR, regno, data);
8682 ret = do_8051_command(dd, HCMD_WRITE_LCB_CSR, regno, &data);
8712 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, function
8835 return do_8051_command(dd, HCMD_CHANGE_PHY_STATE, state, NULL);
8847 ret = do_8051_command(dd, HCMD_LOAD_CONFIG_DATA, data, NULL);
9128 ret = do_8051_command(dd, HCMD_READ_LCB_IDLE_MSG, type, data_out);
9162 ret = do_8051_command(d
[all...]

Completed in 596 milliseconds