Go to the documentation of this file.
40 #define mcp_get_sclk_rate(mcp) ((mcp)->sclk_rate)
56 #define mcp_get_drvdata(mcp) dev_get_drvdata(&(mcp)->attached_device)
57 #define mcp_set_drvdata(mcp,d) dev_set_drvdata(&(mcp)->attached_device, d)
59 static inline void *mcp_priv(
struct mcp *
mcp)