|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/cdev.h>#include <linux/platform_device.h>#include <asm/io.h>#include "xilinx_hwicap.h"Go to the source code of this file.
Macros | |
| #define | XILINX_BUFFER_ICAP_H_ /* by using protection macros */ |
| #define XILINX_BUFFER_ICAP_H_ /* by using protection macros */ |
Definition at line 34 of file buffer_icap.h.
| int buffer_icap_get_configuration | ( | struct hwicap_drvdata * | drvdata, |
| u32 * | data, | ||
| u32 | size | ||
| ) |
| u32 buffer_icap_get_status | ( | struct hwicap_drvdata * | drvdata | ) |
buffer_icap_get_status - Get the contents of the status register. : a pointer to the drvdata.
The status register contains the ICAP status and the done bit.
D8 - cfgerr D7 - dalign D6 - rip D5 - in_abort_l D4 - Always 1 D3 - Always 1 D2 - Always 1 D1 - Always 1 D0 - Done bit
Definition at line 88 of file buffer_icap.c.
| void buffer_icap_reset | ( | struct hwicap_drvdata * | drvdata | ) |
| int buffer_icap_set_configuration | ( | struct hwicap_drvdata * | drvdata, |
| u32 * | data, | ||
| u32 | size | ||
| ) |
1.8.2