Home
last modified time | relevance | path

Searched refs:sbus_fpga_iobase (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c985 (caddr_t *)&ha->sbus_fpga_iobase, 0, 0x400, in ql_attach()
991 ha->sbus_fpga_iobase = NULL; in ql_attach()
1855 if (ha->sbus_fpga_iobase != NULL) { in ql_attach()
2191 if (ha->sbus_fpga_iobase != NULL) { in ql_detach()
11434 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_CONF)); in ql_flash_enable()
11437 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_CONF), data); in ql_flash_enable()
11483 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_CONF)); in ql_flash_disable()
11486 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_CONF), data); in ql_flash_disable()
11513 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_EEPROM_LOADDR), in ql_write_flash_byte()
11519 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_EEPROM_DATA), in ql_write_flash_byte()
[all …]
H A Dql_init.c264 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_REVISION)); in ql_pci_sbus_config()
H A Dql_xioctl.c857 (ha->sbus_fpga_iobase + FPGA_REVISION)); in ql_qry_hba_node()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1826 caddr_t sbus_fpga_iobase; member