octeon_config
struct octeon_config octeon_configuration;
struct octeon_config *mcp = &octeon_configuration;
struct octeon_config *mcp = &octeon_configuration;
void octfpa_bootstrap(struct octeon_config *);
octfpa_bootstrap(struct octeon_config *mcp)
void octpci_bootstrap(struct octeon_config *);
octpci_bootstrap(struct octeon_config *mcp)
void octpow_bootstrap(struct octeon_config *);
octpow_bootstrap(struct octeon_config *mcp)
void bootbus_bootstrap(struct octeon_config *);
void iobus_bootstrap(struct octeon_config *);
extern struct octeon_config octeon_configuration;
extern void octpow_bootstrap(struct octeon_config *);
extern void octfpa_bootstrap(struct octeon_config *);
bootbus_bootstrap(struct octeon_config *mcp)
octeon_dma_init(struct octeon_config *mcp)
extern struct octeon_config octeon_configuration;
void octpow_bootstrap(struct octeon_config *);
void octfpa_bootstrap(struct octeon_config *);
iobus_bootstrap(struct octeon_config *mcp)
extern struct octeon_config octeon_configuration;
void octeon_dma_init(struct octeon_config *);
void octpci_init(pci_chipset_tag_t, struct octeon_config *);
static const struct ns8250_config octeon_config = {
{ .compat = "cavium,octeon-3860-uart", .data = &octeon_config },