Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Dfw.c222 if (usb_read8(adapt, REG_MCUFWDL) & RAM_DL_SEL) { in rtl88eu_download_fw()
Dusb_halinit.c934 if ((val8 & RAM_DL_SEL) && Adapter->bFWReady) { /* 8051 RAM code */ in CardDisableRTL8188EU()
/drivers/staging/rtl8188eu/include/
Drtl8188e_spec.h826 #define RAM_DL_SEL BIT(7) /* 1:RAM, 0:ROM */ macro
/drivers/staging/rtl8723au/include/
Drtl8723a_spec.h1926 #define RAM_DL_SEL BIT(7) /* 1:RAM, 0:ROM */ macro
/drivers/staging/rtl8723au/hal/
Drtl8723a_hal_init.c286 if (rtl8723au_read8(padapter, REG_MCUFWDL) & RAM_DL_SEL) { in rtl8723a_FirmwareDownload()