Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/pcmcia/
Dsa1100_xp860.c16 #define NCR_A1VPP (1<<17) macro
34 GPDR |= (NCR_A0VPP | NCR_A1VPP); in xp860_pcmcia_init()
35 GPCR &= ~(NCR_A0VPP | NCR_A1VPP); in xp860_pcmcia_init()
74 gpio_mask = NCR_A0VPP | NCR_A1VPP; in xp860_pcmcia_configure_socket()
85 case 120: gpio_set = NCR_A1VPP; break; in xp860_pcmcia_configure_socket()
Dsa1100_neponset.c23 NCR_0 &= ~(NCR_A0VPP | NCR_A1VPP); in neponset_pcmcia_init()
61 ncr_mask = NCR_A0VPP | NCR_A1VPP; in neponset_pcmcia_configure_socket()
72 case 120: ncr_set = NCR_A1VPP; break; in neponset_pcmcia_configure_socket()
/linux-2.4.37.9/include/asm-arm/arch-sa1100/
Dassabet.h160 #define NCR_A1VPP (1<<6) macro