Home
last modified time | relevance | path

Searched refs:BIT_12 (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_dash.h168 #define OCP_REG_CONFIG0_FIRMWARERDY BIT_12
192 #define TXS_LS BIT_12
212 #define RXS_LS BIT_12
218 #define ISRIMR_DASH_INTR_EN BIT_12
H A Dr8168_n.c3856 csi_tmp |= (BIT_8 | BIT_9 | BIT_10 | BIT_11 | BIT_12); in rtl8168_enable_exit_l1_mask()
3866 csi_tmp |= (BIT_7 | BIT_8 | BIT_9 | BIT_10 | BIT_11 | BIT_12); in rtl8168_enable_exit_l1_mask()
3883 csi_tmp &= ~(BIT_8 | BIT_9 | BIT_10 | BIT_11 | BIT_12); in rtl8168_disable_exit_l1_mask()
3893 csi_tmp &= ~(BIT_7 | BIT_8 | BIT_9 | BIT_10 | BIT_11 | BIT_12); in rtl8168_disable_exit_l1_mask()
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()
6154 data &= ~(BIT_12); in rtl8168_enable_EEE()
6173 data &= ~(BIT_12); in rtl8168_enable_EEE()
6398 data = rtl8168_mdio_read(tp, 0x11) & ~(BIT_12 | BIT_13 | BIT_14); in rtl8168_disable_EEE()
8963 ephy_data |= BIT_12; in rtl8168_hw_ephy_config()
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()
[all …]
H A Dr8168.h1402 BIT_12 = (1 << 12), enumerator
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dqla1280.h29 #define BIT_12 0x1000 macro
317 #define TP_SYNC BIT_12 /* Synchronous data transfers. */
577 #define SF_GOT_STATUS BIT_12 /* Got Status */
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_fw.h25 #define FO3_HOLD_STS_IOCB BIT_12
532 #define TMF_LUN_RESET BIT_12
623 #define SS_CONFIRMATION_REQ BIT_12
806 #define ECF_CLR_PASSTHRU_PEND BIT_12
H A Dqla_def.h93 #define BIT_12 0x1000 macro
367 #define SRB_FCP_CMND_DMA_VALID BIT_12 /* DIF: DSD List valid */
1134 #define FO1_ENABLE_ABORT_SEQUENCE BIT_12
1295 #define MBX_12 BIT_12
1971 #define PO_DIS_APP_TAG_REPL BIT_12 /* disable REG Tag replacement */
3784 #define RDP_PORT_SPEED_10GB BIT_12
3980 #define FLOGI_VSAN_SUPPORT BIT_12
4050 #define DT_ISP8432 BIT_12
4314 #define FW_ATTR_EXT0_SCM_SUPPORTED BIT_12
H A Dqla_target.h841 TRC_CTIO_DONE = BIT_12,
H A Dqla_target.c6877 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qlt_24xx_config_nvram_stage1()
6880 nv->firmware_options_2 &= cpu_to_le32(~BIT_12); in qlt_24xx_config_nvram_stage1()
6989 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qlt_81xx_config_nvram_stage1()
6992 nv->firmware_options_2 &= cpu_to_le32(~BIT_12); in qlt_81xx_config_nvram_stage1()
H A Dqla_init.c4037 ha->fw_options[2] |= BIT_12; in qla2x00_update_fw_options()
4066 ha->fw_options[3] |= BIT_12; in qla24xx_update_fw_options()
7427 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qla24xx_nvram_config()
8623 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qla81xx_nvram_config()
H A Dqla_gs.c2611 case BIT_12: in qla2x00_port_speed_capability()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.h368 #define QLC_83XX_LINK_FEC(data) ((data) & BIT_12)
H A Dqlcnic_hdr.h207 #define BIT_12 0x1000 macro
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_def.h93 #define BIT_12 0x1000 macro
H A Dql4_os.c3663 SET_BITVAL(conn->datadgst_en, options, BIT_12); in qla4xxx_copy_to_fwddb_param()