Home
last modified time | relevance | path

Searched refs:BIT (Results 1 – 6 of 6) sorted by relevance

/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.c290 #define IFG_MASK (BIT(3) | BIT(9) | BIT(8))
292 #define IFG_96NS (BIT(9) | BIT(8))
353 #define EN_XG_LIP BIT(1)
354 #define EN_G_LIP BIT(2)
489 #define ACT_ODMA BIT(1)
560 #define WTD1_EN BIT(0)
736 _2500bps = BIT(10),
737 _1250bps = BIT(9),
738 _500bps = BIT(8),
739 _tx_flow = BIT(6),
[all …]
A Dusbh_asix.h52 #define AX_PHY_SELECT_MASK (BIT(3) | BIT(2))
54 #define AX_PHY_SELECT_EXTERNAL BIT(2)
/components/drivers/include/drivers/
A Ddev_mmc.h142 #define EXT_CSD_SEC_ER_EN BIT(0)
143 #define EXT_CSD_SEC_BD_BLK_EN BIT(2)
144 #define EXT_CSD_SEC_GB_CL_EN BIT(4)
145 #define EXT_CSD_SEC_SANITIZE BIT(6) /* v4.5 only */
160 #define EXT_CSD_PACKED_EVENT_EN BIT(3)
165 #define EXT_CSD_URGENT_BKOPS BIT(0)
166 #define EXT_CSD_DYNCAP_NEEDED BIT(1)
167 #define EXT_CSD_SYSPOOL_EXHAUSTED BIT(2)
168 #define EXT_CSD_PACKED_FAILURE BIT(3)
170 #define EXT_CSD_PACKED_GENERIC_ERROR BIT(0)
[all …]
/components/drivers/usb/cherryusb/common/
A Dusb_util.h142 #ifdef BIT
143 #undef BIT
144 #define BIT(n) (1UL << (n)) macro
146 #define BIT(n) (1UL << (n)) macro
/components/drivers/sdio/sdhci/include/
A Dsdhci.h267 #define BIT(nr) ((1) << (nr)) macro
269 #define RT_SDHCI_PRESET_CLKGEN_SEL BIT(10)
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic.c1606 …if ((BIT(ep_idx) & ~daintmask) || (g_aic_udc.out_ep[ep_idx].ep_type != USB_ENDPOINT_TYPE_ISOCHRONO… in USBD_IRQHandler()
1631 …if (((BIT(ep_idx) & ~daintmask)) || (g_aic_udc.in_ep[ep_idx].ep_type != USB_ENDPOINT_TYPE_ISOCHRON… in USBD_IRQHandler()

Completed in 20 milliseconds