Home
last modified time | relevance | path

Searched refs:BIT_7 (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.h96 #define BIT_7(_X) ((_X) & 0x80) macro
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_regs.h99 BIT_7 | BIT_6 | BIT_5 | BIT_4 | \
108 #define FW_INTR_STATUS_MASK (BIT_7 | BIT_6 | BIT_5 | BIT_4 | \
H A Dqlt.c1350 DMEM_WR32(qlt, icb+0x64, BIT_14 | BIT_8 | BIT_7 | in qlt_port_online()
1517 mcp->from_fw_mask |= BIT_0 | BIT_1 | BIT_2 | BIT_3 | BIT_6 | BIT_7; in qlt_get_link_info()
2481 mcp->to_fw_mask |= BIT_2 | BIT_3 | BIT_7 | BIT_6; in qlt_alloc_mailbox_command()
3569 req[0x02] = BIT_7; /* indicate if it's a pure status req */ in qlt_send_status()
3603 flags = (uint16_t)(flags | BIT_7); in qlt_send_status()
3702 req[0x02] = BIT_7; /* to indicate if it's a pure status req */ in qlt_send_status()
4486 ASSERT((flags & (BIT_6 | BIT_7)) == BIT_7); in qlt_handle_ctio_completion()
4511 if (((n & BIT_7) == 0) && (!abort_req)) { in qlt_handle_ctio_completion()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h167 #define BIT_7 0x80 macro
671 #define HC_HOST_INT BIT_7 /* Host interrupt bit */
1182 #define SRB_UB_IN_ISP BIT_7 /* ISP holds unsolicited buffer */
1311 #define TQF_IIDMA_NEEDED BIT_7
1397 #define QL_KSTAT_CREATED BIT_7
1693 #define IP_INITIALIZED BIT_7
1714 #define RESET_MARKER_NEEDED BIT_7
1757 #define CFG_ENABLE_FCP_2_SUPPORT BIT_7
2143 #define PRLI_W3_CONFIRMED_COMP_ALLOWED BIT_7
H A Dql_mbx.h323 #define IDC_MS_MASK (BIT_7 | BIT_6 | BIT_5 | BIT_4)
436 #define MBX_7 BIT_7
H A Dql_xioctl.h241 #define LED_AMBER BIT_7
H A Dql_iocb.h352 #define SF_NO_FAST_POST BIT_7
698 #define CFO_COMMON_FEATURES BIT_7
705 #define CFO_FREE_N_PORT_HANDLE BIT_7
/titanic_50/usr/src/uts/common/io/skd/
H A Dskd.h73 #define BIT_7 0x00080 macro
94 #define SKD_DEV_IOBASE_MAPPED BIT_7
/titanic_50/usr/src/uts/common/sys/
H A Dstmf_defines.h38 #define BIT_7 0x80 macro
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h241 #define INIT_INTR_ALLOC BIT_7
635 #define CFG_CKSUM_FULL_IPv4 BIT_7
H A Dqlge_hw.h51 #define BIT_7 0x80 macro
414 #define RT_IDX_CAM_HIT BIT_7
527 #define CQ_7_NOT_EMPTY BIT_7
1441 #define DUMP_REQUEST_ALL BIT_7
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c498 nv->firmware_options[1] = BIT_7 | BIT_5 | BIT_2; in ql_nvram_config()
651 BIT_7 | BIT_6 | BIT_5 | BIT_2 | BIT_0); in ql_nvram_config()
670 (icb->firmware_options[1] | BIT_7 | BIT_6); in ql_nvram_config()
1136 ~BIT_7); in ql_nvram_24xx_config()
H A Dql_iocb.c1162 pkt->control_flags_h = BIT_7; in ql_ip_iocb()
H A Dql_ioctl.c700 nv->firmware_options[1] = BIT_7 | BIT_5 | BIT_2; in ql_set_nvram_adapter_defaults()
H A Dql_api.c11001 poll_data = (uint8_t)(poll_data & BIT_7); in ql_poll_flash()
11007 if ((flash_data & BIT_7) == poll_data) { in ql_poll_flash()
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c1885 p[n + dev_spec_param_offset] = BIT_7; in sbd_handle_mode_sense()