iPXE
|
An MCA device. More...
#include <mca.h>
Data Fields | |
struct device | dev |
Generic device. More... | |
unsigned int | slot |
Slot number. More... | |
unsigned char | pos [8] |
POS register values. More... | |
struct mca_driver * | driver |
Driver for this device. More... | |
void * | priv |
Driver-private data. More... | |
struct device mca_device::dev |
Generic device.
Definition at line 40 of file mca.h.
Referenced by mca_probe(), mcabus_probe(), and mcabus_remove().
unsigned int mca_device::slot |
Slot number.
Definition at line 42 of file mca.h.
Referenced by mca_probe(), mca_remove(), and mcabus_probe().
unsigned char mca_device::pos[8] |
POS register values.
Definition at line 44 of file mca.h.
Referenced by mca_probe(), mcabus_probe(), and t529_probe().
struct mca_driver* mca_device::driver |
Driver for this device.
Definition at line 46 of file mca.h.
Referenced by mca_probe(), and mca_remove().
void* mca_device::priv |
Driver-private data.
Use mca_set_drvdata() and mca_get_drvdata() to access this field.
Definition at line 52 of file mca.h.
Referenced by mca_get_drvdata(), and mca_set_drvdata().