Searched refs:GENERAL_CONFIG (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | platform.c | 650 read_8051_config(ppd->dd, LINK_TUNING_PARAMETERS, GENERAL_CONFIG, in apply_tunings() 654 ret = load_8051_config(ppd->dd, LINK_TUNING_PARAMETERS, GENERAL_CONFIG, in apply_tunings() 673 GENERAL_CONFIG, &config_data); in apply_tunings() 678 GENERAL_CONFIG, config_data); in apply_tunings()
|
D | intr.c | 24 read_8051_config(dd, REMOTE_LNI_INFO, GENERAL_CONFIG, &frame); in set_mgmt_allowed()
|
D | chip.c | 8902 GENERAL_CONFIG, frame); in write_vc_local_phy() 8916 GENERAL_CONFIG, frame); in write_vc_local_fabric() 8924 read_8051_config(dd, VERIFY_CAP_LOCAL_LINK_MODE, GENERAL_CONFIG, in read_vc_local_link_mode() 8941 return load_8051_config(dd, VERIFY_CAP_LOCAL_LINK_MODE, GENERAL_CONFIG, in write_vc_local_link_mode() 8952 return load_8051_config(dd, LOCAL_DEVICE_ID, GENERAL_CONFIG, frame); in write_local_device_id() 8960 read_8051_config(dd, REMOTE_DEVICE_ID, GENERAL_CONFIG, &frame); in read_remote_device_id() 8972 read_8051_config(dd, RESERVED_REGISTERS, GENERAL_CONFIG, &frame); in write_host_interface_version() 8976 return load_8051_config(dd, RESERVED_REGISTERS, GENERAL_CONFIG, in write_host_interface_version() 8985 read_8051_config(dd, MISC_STATUS, GENERAL_CONFIG, &frame); in read_misc_status() 8991 read_8051_config(dd, VERSION_PATCH, GENERAL_CONFIG, &frame); in read_misc_status() [all …]
|
D | chip.h | 390 #define GENERAL_CONFIG 4 macro
|