Home
last modified time | relevance | path

Searched refs:fb_cmd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c306 if (RD16_IO_REG(ha, fb_cmd) == 6) { in ql_pci_sbus_config()
3807 WRT16_IO_REG(ha, fb_cmd, 0x00fc); in ql_reset_chip()
3810 if ((RD16_IO_REG(ha, fb_cmd) & 0xff) == 0) { in ql_reset_chip()
3816 WRT16_IO_REG(ha, fb_cmd, 0xa000); in ql_reset_chip()
H A Dql_api.c14295 WRT16_IO_REG(ha, fb_cmd, 0xa000); in ql_2200_binary_fw_dump()
14505 WRT16_IO_REG(ha, fb_cmd, 0xa000); in ql_2300_binary_fw_dump()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h555 uint16_t fb_cmd; member