aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-05-11 19:25:37 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-05-12 03:09:58 -0400
commit595e9b00fb81f971d84ff451861423d02c39d060 (patch)
tree0b41b5491aa2cbef6899a9b9c418ff2e17782533 /lib
parent7e99497cf5e7b46ff5f434beae45f6f35005e8b6 (diff)
ARM: shmobile: Remove unused r8a7791_init_early()
Remove the now unused r8a7791_init_early() function. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions
ine X25_DISCONNECT_CONFIRM 0x440C #define X25_DATA_INDICATION 0x440E #define X25_INTERRUPT_INDICATION 0x440F #define X25_ACK_FROM_VC 0x4410 #define X25_ACK_N3 0x4411 #define X25_CONNECT_COLLISION 0x4413 #define X25_N3WIN 0x4414 #define X25_LINE_ON 0x4415 #define X25_LINE_OFF 0x4416 #define X25_RESET_REQUEST 0x4417 #define X25_LOG 0x4500 #define X25_STATISTIC 0x4600 #define X25_TRACE 0x4700 #define X25_N2TRACEXC 0x4702 #define X25_N3TRACEXC 0x4703 /** * struct cycx_x25_config - cyclom2x x25 firmware configuration * @link - link number * @speed - line speed * @clock - internal/external * @n2 - # of level 2 retransm.(values: 1 thru FF) * @n2win - level 2 window (values: 1 thru 7) * @n3win - level 3 window (values: 1 thru 7) * @nvc - # of logical channels (values: 1 thru 64) * @pktlen - level 3 packet length - log base 2 of size * @locaddr - my address * @remaddr - remote address * @t1 - time, in seconds * @t2 - time, in seconds * @t21 - time, in seconds * @npvc - # of permanent virt. circuits (1 thru nvc) * @t23 - time, in seconds * @flags - see dosx25.doc, in portuguese, for details */ struct cycx_x25_config { u8 link; u8 speed; u8 clock; u8 n2; u8 n2win; u8 n3win; u8 nvc; u8 pktlen; u8 locaddr; u8 remaddr; u16 t1; u16 t2; u8 t21; u8 npvc; u8 t23; u8 flags; } PACKED; struct cycx_x25_stats { u16 rx_crc_errors; u16 rx_over_errors; u16 n2_tx_frames; u16 n2_rx_frames; u16 tx_timeouts; u16 rx_timeouts; u16 n3_tx_packets; u16 n3_rx_packets; u16 tx_aborts; u16 rx_aborts; } PACKED; #endif /* _CYCX_X25_H */