Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2517 stat = RD32_IO_REG(ha, risc2host); in ql_quiesce()
2533 stat = RD32_IO_REG(ha, risc2host); in ql_quiesce()
2557 stat = RD32_IO_REG(ha, risc2host); in ql_quiesce()
14578 if ((RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0) { in ql_24xx_binary_fw_dump()
15014 fw->r2h_status = RD32_IO_REG(ha, risc2host); in ql_25xx_binary_fw_dump()
15018 if ((RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0) { in ql_25xx_binary_fw_dump()
15597 fw->r2h_status = RD32_IO_REG(ha, risc2host); in ql_81xx_binary_fw_dump()
16198 (RD16_IO_REG(ha, risc2host) & 0xff); in ql_read_risc_ram()
19782 fw->r2h_status = RD32_IO_REG(ha, risc2host); in ql_83xx_binary_fw_dump()
22483 (RD32_IO_REG(ha, risc2host) & RH_RISC_PAUSED) == 0; in ql_2700_dt_prisc()
[all …]
H A Dql_init.c3954 stat = RD32_IO_REG(ha, risc2host); in ql_reset_24xx_chip()
4020 stat = RD32_IO_REG(ha, risc2host); in ql_reset_24xx_chip()
H A Dql_isr.c362 if (((stat = RD32_IO_REG(ha, risc2host)) & RH_RISC_INT) == 0) { in ql_isr_aif()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h548 uint16_t risc2host; member