Searched refs:RD16_IO_REG (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_isr.c | 118 (void) RD16_IO_REG(ha, ictrl); /* PCI posting */ in ql_disable_intr() 162 (void) RD16_IO_REG(ha, ictrl); /* PCI posting */ in ql_enable_intr() 204 RD16_IO_REG(ha, hccr); /* PCI posting. */ in ql_clr_risc_intr() 323 if (RD16_IO_REG(ha, istatus) & RISC_INT) { in ql_isr_aif() 327 stat = RD16_IO_REG(ha, semaphore); in ql_isr_aif() 330 mbx = RD16_IO_REG(ha, mailbox_out[0]); in ql_isr_aif() 342 rsp_q->isp_rsp_index = RD16_IO_REG(ha, resp_in); in ql_isr_aif() 586 hccr_reg = RD16_IO_REG(ha, hccr); in ql_handle_uncommon_risc_intr() 665 ha->mcp->mb[cnt] = RD16_IO_REG(ha, in ql_mbx_completion() 716 handles[0] = SHORT_TO_LONG(RD16_IO_REG(ha, mailbox_out[1]), in ql_async_event() [all …]
|
H A D | ql_init.c | 294 if ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) != in ql_pci_sbus_config() 306 if (RD16_IO_REG(ha, fb_cmd) == 6) { in ql_pci_sbus_config() 316 if ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) == in ql_pci_sbus_config() 328 if ((RD16_IO_REG(ha, ctrl_status) & ISP_FUNC_NUM_MASK) in ql_pci_sbus_config() 884 reg_data = RD16_IO_REG(ha, nvram); in ql_nvram_request() 1332 if ((RD16_IO_REG(ha, nvram) & 0x8000) == 0) { in ql_lock_nvram() 1335 if (RD16_IO_REG(ha, host_to_host_sema) & 1) { in ql_lock_nvram() 1341 if ((RD16_IO_REG(ha, host_to_host_sema) & 1) == 0) { in ql_lock_nvram() 3776 if ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) != 0) { in ql_reset_chip() 3810 if ((RD16_IO_REG(ha, fb_cmd) & 0xff) == 0) { in ql_reset_chip() [all …]
|
H A D | ql_iocb.c | 132 cnt = RD16_IO_REG(ha, req_out); in ql_start_iocb() 318 cnt = RD16_IO_REG(ha, req_out); in ql_req_pkt() 1429 index = RD16_IO_REG(ha, mailbox_out[8]); in ql_isp_rcvbuf() 1431 index1 = RD16_IO_REG(ha, mailbox_out[8]); in ql_isp_rcvbuf()
|
H A D | ql_ioctl.c | 468 data = RD16_IO_REG(ha, nvram); in ql_get_feature_bits() 817 word = RD16_IO_REG(ha, nvram); in ql_load_nvram() 846 word = RD16_IO_REG(ha, nvram); in ql_load_nvram()
|
H A D | ql_api.c | 4544 RD16_IO_REG(ha, hccr), in ql_port_manage() 4545 RD16_IO_REG(ha, istatus)); in ql_port_manage() 11444 data = (uint16_t)(RD16_IO_REG(ha, ctrl_status) | in ql_flash_enable() 11488 data = (uint16_t)(RD16_IO_REG(ha, ctrl_status) & in ql_flash_disable() 11525 bank_select = (uint16_t)RD16_IO_REG(ha, ctrl_status); in ql_write_flash_byte() 11588 bank_select = RD16_IO_REG(ha, ctrl_status); in ql_read_flash_byte() 11610 data = (uint8_t)RD16_IO_REG(ha, flash_data); in ql_read_flash_byte() 14216 while ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) == 0) { in ql_2200_binary_fw_dump() 14311 while (RD16_IO_REG(ha, mailbox_out[0]) == MBS_ROM_BUSY) { in ql_2200_binary_fw_dump() 14328 while ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) == 0) { in ql_2200_binary_fw_dump() [all …]
|
H A D | ql_xioctl.c | 6244 (~(RD16_IO_REG(ha, gpiod))); in ql_blink_led() 6327 gpio_enable = (uint16_t)RD16_IO_REG(ha, gpioe); in ql_drive_led() 6332 gpio_data = (uint16_t)RD16_IO_REG(ha, gpiod); in ql_drive_led()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 278 #define RD16_IO_REG(ha, regname) \ macro 2210 RD16_IO_REG(ha, istatus) & RISC_INT)
|