4 * Copyright (c) 2004-2005 Atheros Communications Inc.
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation;
12 * Software distributed under the License is distributed on an "AS
13 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
14 * implied. See the License for the specific language governing
15 * rights and limitations under the License.
19 * BMI declarations and prototypes
24 #endif /* __cplusplus */
38 BMIDone(HIF_DEVICE
*device
);
41 BMIGetTargetInfo(HIF_DEVICE
*device
, struct bmi_target_info
*targ_info
);
44 BMIReadMemory(HIF_DEVICE
*device
,
50 BMIWriteMemory(HIF_DEVICE
*device
,
56 BMIExecute(HIF_DEVICE
*device
,
61 BMISetAppStart(HIF_DEVICE
*device
,
65 BMIReadSOCRegister(HIF_DEVICE
*device
,
70 BMIWriteSOCRegister(HIF_DEVICE
*device
,
75 BMIrompatchInstall(HIF_DEVICE
*device
,
83 BMIrompatchUninstall(HIF_DEVICE
*device
,
84 A_UINT32 rompatch_id
);
87 BMIrompatchActivate(HIF_DEVICE
*device
,
88 A_UINT32 rompatch_count
,
89 A_UINT32
*rompatch_list
);
92 BMIrompatchDeactivate(HIF_DEVICE
*device
,
93 A_UINT32 rompatch_count
,
94 A_UINT32
*rompatch_list
);
This page took 0.047607 seconds and 5 git commands to generate.