/* All others are optional */ bool have_5ghz; int (*power_ctrl)(conststruct cw1200_platform_data_spi *pdata, bool enable); /* Control 3v3 / 1v8 supply */ int (*clk_ctrl)(conststruct cw1200_platform_data_spi *pdata, bool enable); /* Control CLK32K */ const u8 *macaddr; /* if NULL, use cw1200_mac_template module parameter */ constchar *sdd_file; /* if NULL, will use default for detected hw type */
};
struct cw1200_platform_data_sdio {
u16 ref_clk; /* REQUIRED (in KHz) */
/* All others are optional */ bool have_5ghz; bool no_nptb; /* SDIO hardware does not support non-power-of-2-blocksizes */ int irq; /* IRQ line or 0 to use SDIO IRQ */ int (*power_ctrl)(conststruct cw1200_platform_data_sdio *pdata, bool enable); /* Control 3v3 / 1v8 supply */ int (*clk_ctrl)(conststruct cw1200_platform_data_sdio *pdata, bool enable); /* Control CLK32K */ const u8 *macaddr; /* if NULL, use cw1200_mac_template module parameter */ constchar *sdd_file; /* if NULL, will use default for detected hw type */
};
/* An example of SPI support in your board setup file:
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.