Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
boot.h File Reference
#include "wl1251.h"

Go to the source code of this file.

Macros

#define INIT_LOOP   20000
 
#define INIT_LOOP_DELAY   50
 

Functions

int wl1251_boot_soft_reset (struct wl1251 *wl)
 
int wl1251_boot_init_seq (struct wl1251 *wl)
 
int wl1251_boot_run_firmware (struct wl1251 *wl)
 
void wl1251_boot_target_enable_interrupts (struct wl1251 *wl)
 
int wl1251_boot (struct wl1251 *wl)
 

Macro Definition Documentation

#define INIT_LOOP   20000

Definition at line 34 of file boot.h.

#define INIT_LOOP_DELAY   50

Definition at line 37 of file boot.h.

Function Documentation

int wl1251_boot ( struct wl1251 wl)

Definition at line 480 of file boot.c.

int wl1251_boot_init_seq ( struct wl1251 wl)

Definition at line 72 of file boot.c.

int wl1251_boot_run_firmware ( struct wl1251 wl)

Definition at line 222 of file boot.c.

int wl1251_boot_soft_reset ( struct wl1251 wl)

Definition at line 37 of file boot.c.

void wl1251_boot_target_enable_interrupts ( struct wl1251 wl)

Definition at line 31 of file boot.c.