Home
last modified time | relevance | path

Searched refs:EISA_CONFIG_FORCED (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/eisa/
Deisa-bus.c224 edev->state = EISA_CONFIG_ENABLED | EISA_CONFIG_FORCED; in eisa_init_device()
227 edev->state = EISA_CONFIG_FORCED; in eisa_init_device()
382 if (edev->state == (EISA_CONFIG_ENABLED | EISA_CONFIG_FORCED)) in eisa_probe()
384 else if (edev->state == EISA_CONFIG_FORCED) in eisa_probe()
/linux-4.1.27/include/linux/
Deisa.h28 #define EISA_CONFIG_FORCED 2 macro
/linux-4.1.27/Documentation/
Deisa.txt134 flags are EISA_CONFIG_ENABLED and EISA_CONFIG_FORCED.