Searched refs:BCM5301X_MSG (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dbcm5301x_spi.c70 #define BCM5301X_MSG(x) printk x macro
134 BCM5301X_MSG((KERN_ERR"%s: not ready\n", __FUNCTION__));
149 BCM5301X_MSG((KERN_ERR"%s: transaction not finished\n", __FUNCTION__));
214 BCM5301X_MSG((KERN_ERR"%s: setup failed: %d\n",
226 BCM5301X_MSG((KERN_ERR"%s: transfer failed: %d\n",
280 BCM5301X_MSG((KERN_ERR"%s: can't get clock\n", __FUNCTION__));
288 BCM5301X_MSG((KERN_INFO"%s: SPI base clock %lu\n", __FUNCTION__, drv_data->clk_rate));
299 BCM5301X_MSG((KERN_ERR"%s: mode not supported: 0x%x\n", __FUNCTION__, spi->mode));
305 BCM5301X_MSG((KERN_ERR"%s: clock rate init failed: %d\n", __FUNCTION__, status));
338 BCM5301X_MSG((KERN_ER
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-bcm5301x.c65 #define BCM5301X_MSG(level, fmt, args...) printk(level __FILE__ " : " BCM5301X_LINE " : " fmt "\n", ## args) macro
67 # define BCM5301X_MSG_DBG(...) BCM5301X_MSG(KERN_DEBUG, __VA_ARGS__)
72 # define BCM5301X_MSG_INFO(...) BCM5301X_MSG(KERN_INFO, __VA_ARGS__)
77 # define BCM5301X_MSG_ERR(...) BCM5301X_MSG(KERN_ERR, __VA_ARGS__)

Completed in 69 milliseconds