Searched refs:BIT_13 (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_dash.h | 167 #define OCP_REG_CONFIG0_APRDY BIT_13 193 #define TXS_FS BIT_13 211 #define RXS_FS BIT_13 215 #define ISRIMR_DP_HOST_OK BIT_13
|
| H A D | r8168_n.c | 3173 if (!(rtl8168_mac_ocp_read(tp, 0xDC04) & BIT_13)) in rtl8168_is_gpio_low() 4317 … csi_tmp &= ~( BIT_8 | BIT_9 | BIT_10 | BIT_11 | BIT_12 | BIT_13 | BIT_14 | BIT_15 ); in rtl8168_init_pci_offset_99() 4318 csi_tmp |= ( BIT_9 | BIT_10 | BIT_13 | BIT_14 | BIT_15 ); in rtl8168_init_pci_offset_99() 6010 data |= BIT_13; in rtl8168_enable_EEE() 6153 data = rtl8168_mdio_read(tp, 0x11) | BIT_13 | BIT_14; in rtl8168_enable_EEE() 6172 data = rtl8168_mdio_read(tp, 0x11) | BIT_13 | BIT_14; in rtl8168_enable_EEE() 6275 data &= ~BIT_13; in rtl8168_disable_EEE() 6398 data = rtl8168_mdio_read(tp, 0x11) & ~(BIT_12 | BIT_13 | BIT_14); in rtl8168_disable_EEE() 9119 … ephy_data &= ~(BIT_13 | BIT_12 | BIT_11 | BIT_10 | BIT_8 | BIT_7 | BIT_6 | BIT_5 | BIT_4); in rtl8168_hw_ephy_config() 9150 … ephy_data &= ~(BIT_13 | BIT_12 | BIT_11 | BIT_10 | BIT_8 | BIT_7 | BIT_6 | BIT_5 | BIT_4); in rtl8168_hw_ephy_config() [all …]
|
| H A D | r8168.h | 1403 BIT_13 = (1 << 13), enumerator
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.h | 56 #define CF_ADMIN_ASYNC_EVENT BIT_13
|
| H A D | qla_target.h | 93 #define OF_CONF_REQ BIT_13 /* Confirmation Requested */ 461 #define CTIO7_FLAGS_CONFORM_REQ BIT_13 842 TRC_CTIO_ABORTED = BIT_13,
|
| H A D | qla_def.h | 94 #define BIT_13 0x2000 macro 729 #define NVR_PR_ENABLE BIT_13 /* Protection register enable */ 1135 #define FO1_AE_QUEUE_FULL BIT_13 1294 #define MBX_13 BIT_13 1972 #define PO_DIS_REF_TAG_REPL BIT_13 2120 #define SF_LOGOUT_SENT BIT_13 3783 #define RDP_PORT_SPEED_4GB BIT_13 3981 #define FLOGI_SP_SUPPORT BIT_13 4051 #define DT_ISP8001 BIT_13 4319 #define FW_ATTR_EXT0_NVME2 BIT_13
|
| H A D | qla_fw.h | 531 #define TMF_TARGET_RESET BIT_13 801 #define ECF_PAYLOAD_DESCR_MASK (BIT_15|BIT_14|BIT_13)
|
| H A D | qla_init.c | 4033 ha->fw_options[3] |= BIT_13; in qla2x00_update_fw_options() 4041 ha->fw_options[2] |= BIT_13; in qla2x00_update_fw_options() 7425 cpu_to_le32(BIT_14|BIT_13|BIT_2|BIT_1); in qla24xx_nvram_config() 7441 nv->firmware_options_1 &= cpu_to_le32(~BIT_13); in qla24xx_nvram_config() 8621 cpu_to_le32(BIT_14|BIT_13|BIT_2|BIT_1); in qla81xx_nvram_config()
|
| H A D | qla_mbx.c | 1143 ha->sf_init_cb->flags |= cpu_to_le16(BIT_13); in qla2x00_get_fw_version() 4445 req->options |= BIT_13; in qla25xx_init_req_que() 4518 rsp->options |= BIT_13; in qla25xx_init_rsp_que() 5715 0x98, 0x1, 1, BIT_13|BIT_0); in qla2x00_get_thermal_temp()
|
| H A D | qla_target.c | 6872 nv->firmware_options_1 &= cpu_to_le32(~BIT_13); in qlt_24xx_config_nvram_stage1() 6977 nv->firmware_options_1 &= cpu_to_le32(~BIT_13); in qlt_81xx_config_nvram_stage1()
|
| H A D | qla_isr.c | 336 if (hccr & (BIT_15 | BIT_13 | BIT_11 | BIT_8)) in qla2300_intr_handler()
|
| H A D | qla_gs.c | 2609 case BIT_13: in qla2x00_port_speed_capability()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | qla1280.h | 30 #define BIT_13 0x2000 macro 318 #define TP_WIDE BIT_13 /* Wide data transfers. */ 576 #define SF_GOT_SENSE BIT_13 /* Got Sense */
|
| H A D | qla1280.c | 2211 cfg1 |= BIT_13; in qla1280_nvram_config() 3911 if (mb[2] & BIT_13) in qla1280_get_target_parameters()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_83xx_hw.h | 369 #define QLC_83XX_LINK_EEE(data) ((data) & BIT_13)
|
| H A D | qlcnic_hdr.h | 208 #define BIT_13 0x2000 macro
|
| H A D | qlcnic.h | 926 #define QLCNIC_FW_CAPABILITY_2_EXT_ISCSI_DUMP BIT_13
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_def.h | 94 #define BIT_13 0x2000 macro
|
| H A D | ql4_os.c | 3662 SET_BITVAL(conn->hdrdgst_en, options, BIT_13); in qla4xxx_copy_to_fwddb_param()
|