Home
last modified time | relevance | path

Searched refs:CONFIG_BEGIN_ADDR (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DInterfaceDld.c76 is_config_file = (on_chip_loc == CONFIG_BEGIN_ADDR) ? 1 : 0; in InterfaceFileReadbackFromChip()
198 …buffDnldVerify(Adapter, (PUCHAR)Adapter->pstargetparams, sizeof(STARGETPARAMS), CONFIG_BEGIN_ADDR); in bcm_download_config_file()
242 if (!Adapter->bCfgDownloaded && psFwInfo->u32StartingAddress != CONFIG_BEGIN_ADDR) { in bcm_ioctl_fw_download()
249 if (psFwInfo->u32StartingAddress == CONFIG_BEGIN_ADDR) { in bcm_ioctl_fw_download()
DMacros.h256 #define CONFIG_BEGIN_ADDR 0xBF60B004 macro
258 #define CONFIG_BEGIN_ADDR 0xBF60B000 macro
DBcmchar.c839 if (psFwInfo->u32StartingAddress == CONFIG_BEGIN_ADDR) in bcm_char_ioctl()
DMisc.c994 CONFIG_BEGIN_ADDR); in InitCardAndDownloadFirmware()