Searched refs:ocs_config_read32 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_mgmt.c | 938 ocs_config_read32(ocs, SLI4_INTF_REG)); in get_sli4_intf_reg() 958 ocs_config_read32(ocs, SLI4_ASIC_ID_REG)); in get_asic_id() 972 family = (ocs_config_read32(ocs, SLI4_INTF_REG) & 0x00000f00) >> 8; in get_chip_type() 973 asic_id = ocs_config_read32(ocs, SLI4_ASIC_ID_REG); in get_chip_type() 977 rev_id = ocs_config_read32(ocs, SLI4_PCI_CLASS_REVISION) & 0xff; in get_chip_type()
|
H A D | ocs_ioctl.c | 317 v32 = ocs_config_read32(ocs, req->offset); in ocs_process_ecd_helper() 509 req->sli_intf = ocs_config_read32(ocs, SLI4_INTF_REG); in ocs_ioctl() 1117 ocs_config_read32(ocs, SLI4_INTF_REG)); in ocs_sysctl_init()
|
H A D | ocs_os.c | 49 ocs_config_read32(ocs_os_handle_t os, uint32_t reg) in ocs_config_read32() function
|
H A D | ocs_os.h | 1069 extern uint32_t ocs_config_read32(ocs_os_handle_t os, uint32_t reg);
|
H A D | sli4.c | 4094 sli_intf = ocs_config_read32(os, SLI4_INTF_REG); in sli_setup() 4124 pci_class_rev = ocs_config_read32(os, SLI4_PCI_CLASS_REVISION); in sli_setup() 4128 uint32_t asic_id = ocs_config_read32(os, SLI4_ASIC_ID_REG); in sli_setup() 4301 val = ocs_config_read32(sli4->os, SLI4_PCI_SOFT_RESET_CSR); in sli_fw_reset() 5642 value = ocs_config_read32(sli4->os, SLI4_SW_UE_REG); in sli_raise_ue()
|