Searched refs:BIT_1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/msk/
H A Dif_mskreg.h189 #define BIT_1 (1 << 1) macro
338 #define PCI_CLK_GATE_PEX_UNIT_ENA BIT_1 /* Enable Gate PEX Unit Clock */
371 #define PCI_GAT_PCIE_RX_EL_IDLE BIT_1 /* PCIe Rx Electrical Idle State */
388 #define PCI_CF1_ENA_TXBMU_RD_IDLE BIT_1 /* Enable TX BMU Read IDLE for ASPM */
401 #define PEX_DC_EN_NFA_ER_RP BIT_1 /* Enable Non-Fatal Error Reporting */
801 #define CS_RST_CLR BIT_1 /* Clear Software Reset */
804 #define LED_STAT_ON BIT_1 /* Status LED On */
814 #define PC_VCC_ON BIT_1 /* Switch VCC On */
844 #define Y2_IS_CHK_TXS1 BIT_1 /* Descriptor error TXS 1 */
877 #define Y2_IS_TCP_TXS1 BIT_1 /* TC
[all...]
/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_hw.h40 #define BIT_1 (0x1 << 1) macro
191 #define Q81_CTL_SYSTEM_ENABLE_FAE BIT_1
263 #define Q81_CTL_CONFIG_DRQ BIT_1
281 #define Q81_CTL_STATUS_PI BIT_1
306 #define Q81_CTL_INTRM_HL0 BIT_1
479 #define Q81_CTL_RD_MCAST BIT_1
630 #define Q81_RXB_DESC_BADDR_LO_S BIT_1
669 #define Q81_TX_MAC_FLAGS_I BIT_1
675 #define Q81_TX_MAC_VLAN_OFF_DFP BIT_1
704 #define Q81_TX_TSO_FLAGS_I BIT_1
[all...]
/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_def.h39 #define BIT_1 (0x1 << 1) macro
H A Dqla_misc.c327 while (!((val = READ_OFFSET32(ha, Q8_ROM_STATUS)) & BIT_1)) {
662 if (val & BIT_1)
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_def.h39 #define BIT_1 (0x1 << 1) macro
H A Dql_misc.c120 data = BIT_1;
151 data = (BIT_2|BIT_1|BIT_0);
157 data = (BIT_1|BIT_0);

Completed in 129 milliseconds