#include <linux/delay.h>
#include "2t3e3.h"
#include "ctrl.h"
Go to the source code of this file.
|
void | cpld_init (struct channel *sc) |
|
void | cpld_start_intr (struct channel *sc) |
|
void | cpld_stop_intr (struct channel *sc) |
|
void | cpld_set_frame_mode (struct channel *sc, u32 mode) |
|
void | cpld_set_frame_type (struct channel *sc, u32 type) |
|
void | cpld_set_scrambler (struct channel *sc, u32 mode) |
|
void | cpld_set_crc (struct channel *sc, u32 crc) |
|
void | cpld_select_panel (struct channel *sc, u32 panel) |
|
void | cpld_set_clock (struct channel *sc, u32 mode) |
|
void | cpld_set_pad_count (struct channel *sc, u32 count) |
|
void | cpld_LOS_update (struct channel *sc) |
|
void | cpld_set_fractional_mode (struct channel *sc, u32 mode, u32 start, u32 stop) |
|
#define bootrom_clear_bit |
( |
|
sc, |
|
|
|
reg, |
|
|
|
bit |
|
) |
| |
Value:
Definition at line 21 of file cpld.c.
#define bootrom_set_bit |
( |
|
sc, |
|
|
|
reg, |
|
|
|
bit |
|
) |
| |
Value:
Definition at line 17 of file cpld.c.