Searched refs:RD32_IO_REG (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c882 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE);
883 RD32_IO_REG(ha, ctrl_status); /* PCI Posting. */
910 RD32_IO_REG(ha, ctrl_status) & ~ISP_FLASH_ENABLE);
911 RD32_IO_REG(ha, ctrl_status); /* PCI Posting. */
H A Dql_api.c2273 stat = RD32_IO_REG(ha, risc2host);
11492 RD32_IO_REG(ha, ctrl_status) | FLASH_NVRAM_ACCESS_ERROR);
11498 if (RD32_IO_REG(ha, flash_address) & FLASH_DATA_FLAG) {
11507 } else if (RD32_IO_REG(ha, ctrl_status) & FLASH_NVRAM_ACCESS_ERROR) {
11512 *bp = RD32_IO_REG(ha, flash_data);
11547 RD32_IO_REG(ha, ctrl_status) | FLASH_NVRAM_ACCESS_ERROR);
11550 RD32_IO_REG(ha, flash_data); /* PCI Posting. */
11555 if ((RD32_IO_REG(ha, flash_address) & FLASH_DATA_FLAG) == 0) {
11572 } else if (RD32_IO_REG(ha, ctrl_status) & FLASH_NVRAM_ACCESS_ERROR) {
11623 RD32_IO_REG(h
[all...]
H A Dql_init.c3550 RD32_IO_REG(ha, ictrl);
3713 if ((RD32_IO_REG(ha, ctrl_status) & DMA_ACTIVE) == 0) {
3724 stat = RD32_IO_REG(ha, risc2host);
3750 if ((RD32_IO_REG(ha, ctrl_status) & ISP_RESET) == 0) {
3768 stat = RD32_IO_REG(ha, risc2host);
H A Dql_xioctl.c6035 (~(RD32_IO_REG(ha, gpiod)));
6089 gpio_data = RD32_IO_REG(ha, gpiod);
6094 gpio_data = RD32_IO_REG(ha, gpiod);
6179 gpio_data = RD32_IO_REG(ha, gpiod);
H A Dql_isr.c344 while (((stat = RD32_IO_REG(ha, risc2host)) & RH_RISC_INT) &&
357 (RD32_IO_REG(ha, nx_risc_int) == 0 ||
H A Dql_mbx.c103 RD32_IO_REG(ha, nx_host_int) & NX_MBX_CMD)) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h229 #define RD32_IO_REG(ha, regname) \ macro
1904 RD32_IO_REG(ha, nx_risc_int) & NX_RISC_INT : \

Completed in 136 milliseconds