Home
last modified time | relevance | path

Searched refs:dev_ok (Results 1 – 2 of 2) sorted by relevance

/linux/arch/alpha/kernel/
H A Dsmc37c669.c1739 unsigned int dev_ok = FALSE; in SMC37c669_is_device_enabled() local
1750 dev_ok = TRUE; in SMC37c669_is_device_enabled()
1755 dev_ok = TRUE; in SMC37c669_is_device_enabled()
1760 dev_ok = TRUE; in SMC37c669_is_device_enabled()
1765 dev_ok = TRUE; in SMC37c669_is_device_enabled()
1770 dev_ok = TRUE; in SMC37c669_is_device_enabled()
1777 if ( ( dev_ok ) && ( ( base_addr & 0xC0 ) != 0 ) ) { in SMC37c669_is_device_enabled()
/linux/drivers/pcmcia/
H A Dcistpl.c1381 int ret, reserved, dev_ok = 0, ident_ok = 0; in pccard_validate_cis() local
1420 dev_ok++; in pccard_validate_cis()
1430 if (!dev_ok && !ident_ok) in pccard_validate_cis()
1443 ((!dev_ok || !ident_ok) && (count > 10))) in pccard_validate_cis()
1450 if (!dev_ok || !ident_ok || !count) { in pccard_validate_cis()
1457 if (!dev_ok || !ident_ok) in pccard_validate_cis()