|
AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
|
#include "acq-fiber-hba.h"Go to the source code of this file.
Macros | |
| #define | VBS1 (reg_access_verbose >= 1) |
| #define | VBS2 (reg_access_verbose >= 2) |
Functions | |
| module_param (reg_access_verbose, int, 0644) | |
| void | afhba_write_reg (struct AFHBA_DEV *adev, int regoff, u32 value) |
| u32 | afhba_read_reg (struct AFHBA_DEV *adev, int regoff) |
Variables | |
| int | reg_access_verbose |
| #define VBS1 (reg_access_verbose >= 1) |
Definition at line 38 of file afhba_core.c.
| #define VBS2 (reg_access_verbose >= 2) |
Definition at line 39 of file afhba_core.c.
Definition at line 48 of file afhba_core.c.
Definition at line 40 of file afhba_core.c.
| module_param | ( | reg_access_verbose | , |
| int | , | ||
| 0644 | |||
| ) |
| int reg_access_verbose |
Definition at line 34 of file afhba_core.c.
1.8.18