Lines Matching refs:cp
1674 struct DEVICE_CONFIG *cp; in SMC37c669_configure_device() local
1679 if ( ( cp = SMC37c669_get_config ( func ) ) != NULL ) { in SMC37c669_configure_device()
1684 cp->drq = drq; in SMC37c669_configure_device()
1687 cp->irq = irq; in SMC37c669_configure_device()
1690 cp->port1 = port; in SMC37c669_configure_device()
1840 struct DEVICE_CONFIG *cp;
1845 if ( ( cp = SMC37c669_get_config( func ) ) != NULL ) {
1847 *drq = cp->drq;
1851 *irq = cp->irq;
1855 *port = cp->port1;
2206 struct DEVICE_CONFIG *cp = NULL; in SMC37c669_get_config() local
2210 cp = &local_config[ SERIAL_0 ]; in SMC37c669_get_config()
2213 cp = &local_config[ SERIAL_1 ]; in SMC37c669_get_config()
2216 cp = &local_config[ PARALLEL_0 ]; in SMC37c669_get_config()
2219 cp = &local_config[ FLOPPY_0 ]; in SMC37c669_get_config()
2222 cp = &local_config[ IDE_0 ]; in SMC37c669_get_config()
2225 return cp; in SMC37c669_get_config()