• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/

Lines Matching refs:Attributes

218 			config->Attributes = CONF_VALID_CLIENT;
222 config->Attributes |= CONF_ENABLE_IRQ;
241 config->Attributes = 0;
247 config->Attributes = c->Attributes | CONF_VALID_CLIENT;
258 config->IRQAttributes = c->irq.Attributes;
299 req->Attributes = 0;
301 req->Attributes |= WIN_MEMORY_TYPE_AM;
303 req->Attributes |= WIN_ENABLE;
305 req->Attributes |= WIN_DATA_WIDTH_16;
307 req->Attributes |= WIN_USE_WAIT;
431 if (mod->Attributes & CONF_IRQ_CHANGE_VALID) {
432 if (mod->Attributes & CONF_ENABLE_IRQ) {
433 c->Attributes |= CONF_ENABLE_IRQ;
436 c->Attributes &= ~CONF_ENABLE_IRQ;
442 if (mod->Attributes & CONF_VCC_CHANGE_VALID)
446 if ((mod->Attributes & CONF_VPP1_CHANGE_VALID) &&
447 (mod->Attributes & CONF_VPP2_CHANGE_VALID)) {
453 } else if ((mod->Attributes & CONF_VPP1_CHANGE_VALID) ||
454 (mod->Attributes & CONF_VPP2_CHANGE_VALID))
457 if (mod->Attributes & CONF_IO_CHANGE_WIDTH) {
563 if (c->irq.Attributes != req->Attributes)
572 if (req->Attributes & IRQ_HANDLE_PRESENT) {
639 c->Attributes = req->Attributes;
644 if (req->Attributes & CONF_ENABLE_DMA)
646 if (req->Attributes & CONF_ENABLE_SPKR)
648 if (req->Attributes & CONF_ENABLE_IRQ)
672 if (!(c->irq.Attributes & IRQ_FORCED_PULSE))
811 if (req->Attributes & IRQ_TYPE_DYNAMIC_SHARING)
838 (req->Attributes & IRQ_HANDLE_PRESENT) ? req->Handler : test_action,
841 (req->Attributes & IRQ_HANDLE_PRESENT) ? req->Instance : data);
843 if (!(req->Attributes & IRQ_HANDLE_PRESENT))
858 if (ret && (req->Attributes & IRQ_HANDLE_PRESENT)) {
864 if (type == IRQF_SHARED && !(req->Attributes & IRQ_TYPE_DYNAMIC_SHARING)) {
865 req->Attributes |= IRQ_TYPE_DYNAMIC_SHARING;
869 c->irq.Attributes = req->Attributes;
899 if (req->Attributes & (WIN_PAGED | WIN_SHARED))
906 (req->Attributes & WIN_STRICT_ALIGN)) ?
930 (req->Attributes & WIN_MAP_BELOW_1MB), s);
940 if (req->Attributes & WIN_MEMORY_TYPE)
942 if (req->Attributes & WIN_ENABLE)
944 if (req->Attributes & WIN_DATA_WIDTH_16)
946 if (req->Attributes & WIN_USE_WAIT)