Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Dfw.c190 if (usb_read8(adapt, REG_MCUFWDL) & RAM_DL_SEL) { in rtl88eu_download_fw()
Dusb_halinit.c895 if ((val8 & RAM_DL_SEL) && Adapter->bFWReady) { /* 8051 RAM code */ in CardDisableRTL8188EU()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtl8188e_spec.h824 #define RAM_DL_SEL BIT(7) /* 1:RAM, 0:ROM */ macro
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_com_reg.h1170 #define RAM_DL_SEL BIT(7) macro
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dsdio_halinit.c1021 if ((u1bTmp & RAM_DL_SEL) && padapter->bFWReady) /* 8051 RAM code */ in CardDisableRTL8723BSdio()
Drtl8723b_hal_init.c473 if (rtw_read8(padapter, REG_MCUFWDL) & RAM_DL_SEL) { /* 8051 RAM code */ in rtl8723b_FirmwareDownload()