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 Dql_isr.c192 while (RD16_IO_REG(ha, istatus) & RISC_INT) {
206 mbx = RD16_IO_REG(ha, mailbox_out[23]);
273 mbx = RD16_IO_REG(ha, semaphore);
279 mbx = RD16_IO_REG(ha, mailbox_out[0]);
295 ha->isp_rsp_index = RD16_IO_REG(ha,
508 mbx = RD16_IO_REG(ha, hccr); /* PCI posting */
568 hccr_reg = RD16_IO_REG(ha, hccr);
693 ha->mcp->mb[cnt] = RD16_IO_REG(ha,
758 handle = SHORT_TO_LONG(RD16_IO_REG(ha, mailbox_out[1]),
759 RD16_IO_REG(h
[all...]
H A Dql_init.c291 if ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) !=
303 if (RD16_IO_REG(ha, fb_cmd) == 6) {
313 if ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) ==
325 if ((RD16_IO_REG(ha, ctrl_status) & ISP_FUNC_NUM_MASK)
851 reg_data = RD16_IO_REG(ha, nvram);
1274 if ((RD16_IO_REG(ha, nvram) & 0x8000) == 0) {
1277 if (RD16_IO_REG(ha, host_to_host_sema) & 1) {
1283 if ((RD16_IO_REG(ha, host_to_host_sema) & 1) == 0) {
2209 RD16_IO_REG(ha, mailbox_out[7]) == 4) {
2220 mr.mb[1] = RD16_IO_REG(h
[all...]
H A Dql_iocb.c114 cnt = RD16_IO_REG(ha, req_out);
286 cnt = RD16_IO_REG(ha, req_out);
1314 index = RD16_IO_REG(ha, mailbox_out[8]);
1316 index1 = RD16_IO_REG(ha, mailbox_out[8]);
H A Dql_ioctl.c463 data = RD16_IO_REG(ha, nvram);
811 word = RD16_IO_REG(ha, nvram);
840 word = RD16_IO_REG(ha, nvram);
H A Dql_api.c4290 RD16_IO_REG(ha, hccr),
4291 RD16_IO_REG(ha, istatus));
11056 data = (uint16_t)(RD16_IO_REG(ha, ctrl_status) |
11100 data = (uint16_t)(RD16_IO_REG(ha, ctrl_status) &
11137 bank_select = (uint16_t)RD16_IO_REG(ha, ctrl_status);
11200 bank_select = RD16_IO_REG(ha, ctrl_status);
11222 data = (uint8_t)RD16_IO_REG(ha, flash_data);
13179 while ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) == 0) {
13274 while (RD16_IO_REG(ha, mailbox_out[0]) == MBS_BUSY) {
13291 while ((RD16_IO_REG(h
[all...]
H A Dql_xioctl.c6038 (~(RD16_IO_REG(ha, gpiod)));
6070 gpio_enable = (uint16_t)RD16_IO_REG(ha, gpioe);
6075 gpio_data = (uint16_t)RD16_IO_REG(ha, gpiod);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h227 #define RD16_IO_REG(ha, regname) \ macro
1905 RD16_IO_REG(ha, istatus) & RISC_INT)

Completed in 113 milliseconds