Home
last modified time | relevance | path

Searched refs:pci_config_hdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c110 ddi_acc_handle_t pci_config_hdl, uint32_t addr);
113 ddi_acc_handle_t pci_config_hdl, uint32_t addr, uint32_t data);
117 ddi_acc_handle_t pci_config_hdl);
2676 pci_config_put32(pci_config_hdl, HERMON_HW_FLASH_CFG_ADDR, in hermon_flash_read_cfg()
2678 read = pci_config_get32(pci_config_hdl, in hermon_flash_read_cfg()
2691 hermon_flash_write_confirm(state, pci_config_hdl); in hermon_flash_write_cfg()
2696 ddi_acc_handle_t pci_config_hdl) in hermon_flash_write_confirm() argument
2700 hermon_flash_write_cfg_helper(state, pci_config_hdl, in hermon_flash_write_confirm()
2703 sem_value = hermon_flash_read_cfg(state, pci_config_hdl, in hermon_flash_write_confirm()
2734 pci_config_put32(pci_config_hdl, HERMON_HW_FLASH_CFG_ADDR, in hermon_flash_write_cfg_helper()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c96 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,
1960 tavor_flash_read_cfg(ddi_acc_handle_t pci_config_hdl, uint32_t addr) in tavor_flash_read_cfg() argument
1969 pci_config_put32(pci_config_hdl, TAVOR_HW_FLASH_CFG_ADDR, addr); in tavor_flash_read_cfg()
1970 read = pci_config_get32(pci_config_hdl, TAVOR_HW_FLASH_CFG_DATA); in tavor_flash_read_cfg()
1979 tavor_flash_write_cfg(ddi_acc_handle_t pci_config_hdl, uint32_t addr, in tavor_flash_write_cfg() argument
1987 pci_config_put32(pci_config_hdl, TAVOR_HW_FLASH_CFG_ADDR, addr); in tavor_flash_write_cfg()
1988 pci_config_put32(pci_config_hdl, TAVOR_HW_FLASH_CFG_DATA, data); in tavor_flash_write_cfg()