qcaspi_pluggable   68 drivers/net/ethernet/qualcomm/qca_spi.c static int qcaspi_pluggable = QCASPI_PLUGGABLE_MIN;
qcaspi_pluggable   69 drivers/net/ethernet/qualcomm/qca_spi.c module_param(qcaspi_pluggable, int, 0);
qcaspi_pluggable   70 drivers/net/ethernet/qualcomm/qca_spi.c MODULE_PARM_DESC(qcaspi_pluggable, "Pluggable SPI connection (yes/no).");
qcaspi_pluggable  919 drivers/net/ethernet/qualcomm/qca_spi.c 	if ((qcaspi_pluggable < QCASPI_PLUGGABLE_MIN) ||
qcaspi_pluggable  920 drivers/net/ethernet/qualcomm/qca_spi.c 	    (qcaspi_pluggable > QCASPI_PLUGGABLE_MAX)) {
qcaspi_pluggable  922 drivers/net/ethernet/qualcomm/qca_spi.c 			qcaspi_pluggable);
qcaspi_pluggable  937 drivers/net/ethernet/qualcomm/qca_spi.c 		 qcaspi_pluggable);
qcaspi_pluggable  978 drivers/net/ethernet/qualcomm/qca_spi.c 	if (!qcaspi_pluggable) {