AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
Macros | Functions | Variables
afhba_core.c File Reference
#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
 

Macro Definition Documentation

◆ VBS1

#define VBS1   (reg_access_verbose >= 1)

Definition at line 38 of file afhba_core.c.

◆ VBS2

#define VBS2   (reg_access_verbose >= 2)

Definition at line 39 of file afhba_core.c.

Function Documentation

◆ afhba_read_reg()

u32 afhba_read_reg ( struct AFHBA_DEV adev,
int  regoff 
)

Definition at line 48 of file afhba_core.c.

◆ afhba_write_reg()

void afhba_write_reg ( struct AFHBA_DEV adev,
int  regoff,
u32  value 
)

Definition at line 40 of file afhba_core.c.

◆ module_param()

module_param ( reg_access_verbose  ,
int  ,
0644   
)

Variable Documentation

◆ reg_access_verbose

int reg_access_verbose

Definition at line 34 of file afhba_core.c.