#include "h/types.h"
#include "h/fddi.h"
#include "h/smc.h"
#include "h/supern_2.h"
#include "h/smtstate.h"
Go to the source code of this file.
|
| void | pcm_init (struct s_smc *smc) |
| |
| void | init_plc (struct s_smc *smc) |
| |
| int | sm_pm_get_ls (struct s_smc *smc, int phy) |
| |
| void | plc_config_mux (struct s_smc *smc, int mux) |
| |
| void | pcm (struct s_smc *smc, const int np, int event) |
| |
| void | sm_lem_evaluate (struct s_smc *smc) |
| |
| void | sm_pm_ls_latch (struct s_smc *smc, int phy, int on_off) |
| |
| int | pcm_status_twisted (struct s_smc *smc) |
| |
| void | pcm_status_state (struct s_smc *smc, int np, int *type, int *state, int *remote, int *mac) |
| |
| int | pcm_rooted_station (struct s_smc *smc) |
| |
| void | plc_irq (struct s_smc *smc, int np, unsigned int cmd) |
| |
| #define ACTIONS_DONE |
( |
| ) |
(mib->fddiPORTPCMState &= ~AFLAG) |
| #define GO_STATE |
( |
|
x | ) |
(mib->fddiPORTPCMState = (x)|AFLAG) |
| #define PLC_MS |
( |
|
m | ) |
((int)((0x10000L-(m*100000L/2048)))) |
| #define PLCS_CONTROL_C_S (plcs_control_c_s[14] | (plcs_control_c_s[15]<<8)) |
| #define PLCS_CONTROL_C_U (plcs_control_c_u[14] | (plcs_control_c_u[15]<<8)) |