Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Dfw.c201 if (usb_read8(adapt, REG_MCUFWDL) & RAM_DL_SEL) { in rtl88eu_download_fw()
Dusb_halinit.c914 if ((val8 & RAM_DL_SEL) && Adapter->bFWReady) { /* 8051 RAM code */ in CardDisableRTL8188EU()
/drivers/staging/rtl8188eu/include/
Drtl8188e_spec.h822 #define RAM_DL_SEL BIT(7) /* 1:RAM, 0:ROM */ macro