Home
last modified time | relevance | path

Searched refs:BIT_2 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/msk/
H A Dif_mskreg.h187 #define BIT_2 (1 << 2) macro
305 #define PCI_REV_DESC BIT_2 /* Reverse Desc. Bytes */
799 #define CS_MRST_SET BIT_2 /* Set Master Reset */
812 #define PC_VAUX_OFF BIT_2 /* Switch VAUX Off */
965 #define TIM_START BIT_2 /* Start Timer */
972 #define TIM_T_ON BIT_2 /* Test mode on */
1042 #define BSC_T_ON BIT_2 /* Test mode on */
1111 #define BMU_OP_OFF BIT_2 /* BMU Operational Off */
1168 #define RB_RP_T_ON BIT_2 /* Read Pointer Test On */
1233 #define WOL_CTL_DIS_MAGIC_PKT_UNIT BIT_2
[all …]
/dragonfly/sys/dev/netif/re/
H A Dre.c7433 data16 |= (BIT_3|BIT_2); in re_hw_start_unlock_8125()
7496 data16 &= ~(BIT_2); in re_hw_start_unlock_8125()
10189 PhyRegValue |= (BIT_2); in re_phy_ram_code_check()
10209 PhyRegValue &= ~(BIT_2); in re_phy_ram_code_check()
17303 PhyRegValue |= BIT_2; in re_set_phy_mcu_8168evl_1()
26551 Data |= BIT_2 | BIT_1; in re_hw_phy_config()
26605 Data &= ~BIT_2; in re_hw_phy_config()
26691 Data |= BIT_2 | BIT_1; in re_hw_phy_config()
27376 Data |= BIT_2 | BIT_1; in re_hw_phy_config()
27483 Data |= BIT_2 | BIT_1; in re_hw_phy_config()
[all …]
H A Dre.h997 BIT_2 = (1 << 2), enumerator