#include <stddef.h>
#include <stdio.h>
#include <sbconfig.h>
#include <sbchipc.h>
#include <backplane.h>

Go to the source code of this file.
Functions | |
| int | waitOnBit (volatile ulong *, ulong, const ulong, ulong) |
| Wait on a bit in a device's control and status register. | |
| int | backplaneCoreDisable (backplaneConfig *bpConfig) |
| Disable a Silicon Backplane core. | |
Definition in file backplaneCoreDisable.c.
| 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().

Wait on a bit in a device's control and status register.
| reg | pointer to device status register | |
| mask | bit to wait on | |
| value | bit value desired | |
| timeout | number of retries before giving up |
Definition at line 21 of file waitOnBit.c.
Referenced by backplaneCoreDisable(), and etherControl().

1.5.5