Searched refs:pci_config_hdl (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ioctl.c | 110 ddi_acc_handle_t pci_config_hdl, uint32_t addr); 113 ddi_acc_handle_t pci_config_hdl, uint32_t addr, uint32_t data); 115 ddi_acc_handle_t pci_config_hdl, uint32_t addr, uint32_t data); 117 ddi_acc_handle_t pci_config_hdl); 2662 hermon_flash_read_cfg(hermon_state_t *state, ddi_acc_handle_t pci_config_hdl, in hermon_flash_read_cfg() argument 2678 pci_config_put32(pci_config_hdl, HERMON_HW_FLASH_CFG_ADDR, in hermon_flash_read_cfg() 2680 read = pci_config_get32(pci_config_hdl, in hermon_flash_read_cfg() 2690 ddi_acc_handle_t pci_config_hdl, uint32_t addr, uint32_t data) in hermon_flash_write_cfg() argument 2692 hermon_flash_write_cfg_helper(state, pci_config_hdl, addr, data); in hermon_flash_write_cfg() 2693 hermon_flash_write_confirm(state, pci_config_hdl); in hermon_flash_write_cfg() [all …]
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ioctl.c | 96 static uint32_t tavor_flash_read_cfg(ddi_acc_handle_t pci_config_hdl, 98 static void tavor_flash_write_cfg(ddi_acc_handle_t pci_config_hdl, 2265 tavor_flash_read_cfg(ddi_acc_handle_t pci_config_hdl, uint32_t addr) in tavor_flash_read_cfg() argument 2276 pci_config_put32(pci_config_hdl, TAVOR_HW_FLASH_CFG_ADDR, addr); in tavor_flash_read_cfg() 2277 read = pci_config_get32(pci_config_hdl, TAVOR_HW_FLASH_CFG_DATA); in tavor_flash_read_cfg() 2288 tavor_flash_write_cfg(ddi_acc_handle_t pci_config_hdl, uint32_t addr, in tavor_flash_write_cfg() argument 2298 pci_config_put32(pci_config_hdl, TAVOR_HW_FLASH_CFG_ADDR, addr); in tavor_flash_write_cfg() 2299 pci_config_put32(pci_config_hdl, TAVOR_HW_FLASH_CFG_DATA, data); in tavor_flash_write_cfg()
|