Lines Matching refs:cp
1673 struct DEVICE_CONFIG *cp; in SMC37c669_configure_device() local
1678 if ( ( cp = SMC37c669_get_config ( func ) ) != NULL ) { in SMC37c669_configure_device()
1683 cp->drq = drq; in SMC37c669_configure_device()
1686 cp->irq = irq; in SMC37c669_configure_device()
1689 cp->port1 = port; in SMC37c669_configure_device()
1839 struct DEVICE_CONFIG *cp;
1844 if ( ( cp = SMC37c669_get_config( func ) ) != NULL ) {
1846 *drq = cp->drq;
1850 *irq = cp->irq;
1854 *port = cp->port1;
2202 struct DEVICE_CONFIG *cp = NULL; in SMC37c669_get_config() local
2206 cp = &local_config[ SERIAL_0 ]; in SMC37c669_get_config()
2209 cp = &local_config[ SERIAL_1 ]; in SMC37c669_get_config()
2212 cp = &local_config[ PARALLEL_0 ]; in SMC37c669_get_config()
2215 cp = &local_config[ FLOPPY_0 ]; in SMC37c669_get_config()
2218 cp = &local_config[ IDE_0 ]; in SMC37c669_get_config()
2221 return cp; in SMC37c669_get_config()