Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | ASD_READ_SW(ww, type, ord) |
#define | ASD_WRITE_SW(ww, type, ord) |
#define | ASD_WRITE_REG(type, ord) |
#define | ASD_READ_REG(type, ord) |
Functions | |
ASD_READ_SW (swa, u8, byte) | |
ASD_READ_SW (swa, u16, word) | |
ASD_READ_SW (swa, u32, dword) | |
ASD_READ_SW (swb, u8, byte) | |
ASD_READ_SW (swb, u16, word) | |
ASD_READ_SW (swb, u32, dword) | |
ASD_READ_SW (swc, u8, byte) | |
ASD_READ_SW (swc, u16, word) | |
ASD_READ_SW (swc, u32, dword) | |
ASD_WRITE_SW (swa, u8, byte) | |
ASD_WRITE_SW (swa, u16, word) | |
ASD_WRITE_SW (swa, u32, dword) | |
ASD_WRITE_SW (swb, u8, byte) | |
ASD_WRITE_SW (swb, u16, word) | |
ASD_WRITE_SW (swb, u32, dword) | |
ASD_WRITE_SW (swc, u8, byte) | |
ASD_WRITE_SW (swc, u16, word) | |
ASD_WRITE_SW (swc, u32, dword) | |
ASD_WRITE_REG (u8, byte) | |
ASD_WRITE_REG (u16, word) | |
ASD_WRITE_REG (u32, dword) | |
ASD_READ_REG (u8, byte) | |
ASD_READ_REG (u16, word) | |
ASD_READ_REG (u32, dword) | |
void | asd_read_reg_string (struct asd_ha_struct *asd_ha, void *dst, u32 offs, int count) |
void | asd_write_reg_string (struct asd_ha_struct *asd_ha, void *src, u32 offs, int count) |
Definition at line 265 of file aic94xx_reg.c.
Definition at line 126 of file aic94xx_reg.c.
Definition at line 215 of file aic94xx_reg.c.
Definition at line 135 of file aic94xx_reg.c.
asd_read_reg_string – read a string of bytes from io space memory : pointer to host adapter structure : pointer to a destination buffer where data will be written to : start offset (register) to read from : number of bytes to read
Definition at line 302 of file aic94xx_reg.c.
asd_write_reg_string – write a string of bytes to io space memory : pointer to host adapter structure : pointer to source buffer where data will be read from : start offset (register) to write to : number of bytes to write
Definition at line 321 of file aic94xx_reg.c.