Searched refs:ps_adapter (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/staging/bcm/ |
D | Misc.c | 811 int reset_card_proc(PMINI_ADAPTER ps_adapter) in reset_card_proc() argument 819 psIntfAdapter = ((PS_INTERFACE_ADAPTER)(ps_adapter->pvInterfaceAdapter)); in reset_card_proc() 820 ps_adapter->bDDRInitDone = FALSE; in reset_card_proc() 822 if (ps_adapter->chip_id >= T3LPB) { in reset_card_proc() 824 rdmalt(ps_adapter, SYS_CFG, &value, sizeof(value)); in reset_card_proc() 825 rdmalt(ps_adapter, SYS_CFG, &value, sizeof(value)); in reset_card_proc() 829 value = value | (ps_adapter->syscfgBefFwDld & 0x00000060); in reset_card_proc() 830 wrmalt(ps_adapter, SYS_CFG, &value, sizeof(value)); in reset_card_proc() 837 if (ps_adapter->chip_id >= T3LPB) { in reset_card_proc() 847 if (ps_adapter->chip_id == BCS220_2 || in reset_card_proc() [all …]
|
D | Prototypes.h | 16 int register_control_device_interface(PMINI_ADAPTER ps_adapter); 69 int InitCardAndDownloadFirmware(PMINI_ADAPTER ps_adapter); 74 int register_control_device_interface(PMINI_ADAPTER ps_adapter);
|
D | nvm.c | 2416 INT BcmInitNVM(PMINI_ADAPTER ps_adapter) in BcmInitNVM() argument 2418 BcmValidateNvmType(ps_adapter); in BcmInitNVM() 2419 BcmInitEEPROMQueues(ps_adapter); in BcmInitNVM() 2421 if(ps_adapter->eNVMType == NVM_AUTODETECT) in BcmInitNVM() 2423 ps_adapter->eNVMType = BcmGetNvmType(ps_adapter); in BcmInitNVM() 2424 if(ps_adapter->eNVMType == NVM_UNKNOWN) in BcmInitNVM() 2426 BCM_DEBUG_PRINT(ps_adapter,DBG_TYPE_PRINTK, 0, 0, "NVM Type is unknown!!\n"); in BcmInitNVM() 2429 else if(ps_adapter->eNVMType == NVM_FLASH) in BcmInitNVM() 2431 BcmGetFlashCSInfo(ps_adapter); in BcmInitNVM() 2434 BcmGetNvmSize(ps_adapter); in BcmInitNVM()
|