Searched refs:RD32_IO_REG (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_ioctl.c | 888 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE); in ql_24xx_load_nvram() 889 RD32_IO_REG(ha, ctrl_status); /* PCI Posting. */ in ql_24xx_load_nvram() 916 RD32_IO_REG(ha, ctrl_status) & ~ISP_FLASH_ENABLE); in ql_24xx_load_nvram() 917 RD32_IO_REG(ha, ctrl_status); /* PCI Posting. */ in ql_24xx_load_nvram()
|
H A D | ql_api.c | 2517 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() 11882 RD32_IO_REG(ha, ctrl_status) | FLASH_NVRAM_ACCESS_ERROR); in ql_24xx_read_flash() 11888 if (RD32_IO_REG(ha, flash_address) & FLASH_DATA_FLAG) { in ql_24xx_read_flash() 11897 } else if (RD32_IO_REG(ha, ctrl_status) & FLASH_NVRAM_ACCESS_ERROR) { in ql_24xx_read_flash() 11902 *bp = RD32_IO_REG(ha, flash_data); in ql_24xx_read_flash() 11937 RD32_IO_REG(ha, ctrl_status) | FLASH_NVRAM_ACCESS_ERROR); in ql_24xx_write_flash() 11940 RD32_IO_REG(ha, flash_data); /* PCI Posting. */ in ql_24xx_write_flash() 11945 if ((RD32_IO_REG(ha, flash_address) & FLASH_DATA_FLAG) == 0) { in ql_24xx_write_flash() [all …]
|
H A D | ql_isr.c | 115 (void) RD32_IO_REG(ha, ictrl); /* PCI posting */ in ql_disable_intr() 159 (void) RD32_IO_REG(ha, ictrl); /* PCI posting */ in ql_enable_intr() 200 RD32_IO_REG(ha, hccr); /* PCI posting. */ in ql_clr_risc_intr() 362 if (((stat = RD32_IO_REG(ha, risc2host)) & RH_RISC_INT) == 0) { in ql_isr_aif() 371 RD32_IO_REG(ha, nx_risc_int) == 0) { in ql_isr_aif()
|
H A D | ql_init.c | 3935 if ((RD32_IO_REG(ha, ctrl_status) & DMA_ACTIVE) == 0) { in ql_reset_24xx_chip() 3954 stat = RD32_IO_REG(ha, risc2host); in ql_reset_24xx_chip() 3989 if ((RD32_IO_REG(ha, ctrl_status) & ISP_RESET) == 0) { in ql_reset_24xx_chip() 4020 stat = RD32_IO_REG(ha, risc2host); in ql_reset_24xx_chip()
|
H A D | ql_xioctl.c | 6241 (~(RD32_IO_REG(ha, gpiod))); in ql_blink_led() 6345 gpio_data = RD32_IO_REG(ha, gpiod); in ql_drive_led() 6350 gpio_data = RD32_IO_REG(ha, gpiod); in ql_drive_led() 6508 gpio_data = RD32_IO_REG(ha, gpiod); in ql_wrapup_led()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 280 #define RD32_IO_REG(ha, regname) \ macro 2209 RD32_IO_REG(ha, nx_risc_int) & NX_RISC_INT : \
|