Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c935 (caddr_t *)&ha->sbus_fpga_iobase, 0, 0x400, in ql_attach()
941 ha->sbus_fpga_iobase = NULL; in ql_attach()
1606 if (ha->sbus_fpga_iobase != NULL) { in ql_attach()
1933 if (ha->sbus_fpga_iobase != NULL) { in ql_detach()
11046 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_CONF)); in ql_flash_enable()
11049 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_CONF), data); in ql_flash_enable()
11095 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_CONF)); in ql_flash_disable()
11098 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_CONF), data); in ql_flash_disable()
11125 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_EEPROM_LOADDR), in ql_write_flash_byte()
11128 (uint16_t *)(ha->sbus_fpga_iobase + FPGA_EEPROM_HIADDR), 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.c820 (ha->sbus_fpga_iobase + FPGA_REVISION)); in ql_qry_hba_node()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1577 caddr_t sbus_fpga_iobase; member