#include <device.h>
#include <stddef.h>
#include <sbconfig.h>


Go to the source code of this file.
Functions | |
| devcall | backplaneInit (device *) |
| Initialize Silicon Backplane bus interface. | |
| int | backplaneCoreUp (backplaneConfig *) |
| Query Silicon Backplane status to determine if a core is "up". | |
| int | backplaneCoreDisable (backplaneConfig *) |
| Disable a Silicon Backplane core. | |
Definition in file backplane.h.
| int backplaneCoreDisable | ( | backplaneConfig * | bpConfig | ) |
Disable a Silicon Backplane core.
| bpConfig | pointer to device Silicon Backplane configuration space |
Definition at line 30 of file backplaneCoreDisable.c.
References NULL, OK, SYSERR, and waitOnBit().

| int backplaneCoreUp | ( | backplaneConfig * | bpConfig | ) |
Query Silicon Backplane status to determine if a core is "up".
| bpConfig | pointer to device Silicon Backplane configuration space |
Definition at line 20 of file backplaneCoreUp.c.
Referenced by etherControl().

| devcall backplaneInit | ( | device * | pdev | ) |
Initialize Silicon Backplane bus interface.
| pdev | pointer to an sb-bus device |
Definition at line 21 of file backplaneInit.c.
References kprintf(), NULL, and OK.
Referenced by nulluser().


1.5.6