Searched refs:_slot_ (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dmpc8xx.c101 static int _slot_ = -1; /* will be read from PCMCIA registers */ variable
207 _slot_ = (win->or >> 2) & 1;
214 'A' + _slot_,
246 if (_slot_ == -1) {
248 _slot_ = 0;
256 'A' + _slot_,
257 M8XX_PCMCIA_CD1(_slot_) | M8XX_PCMCIA_CD2(_slot_) );
260 if (pcmp->pcmc_pipr & (M8XX_PCMCIA_CD1(_slot_)|M8XX_PCMCIA_CD2(_slot_))) {
482 u_int _slot_; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dm8xx_pcmcia.c130 /* define _slot_ to be able to optimize macros */
133 #define _slot_ 0 macro
136 #define _slot_ 1 macro
335 #define socket_get(_slot_) PCMCIA_SOCKET_KEY_5V
336 #define hardware_enable(_slot_) /* No hardware to enable */
337 #define hardware_disable(_slot_) /* No hardware to disable */
392 #define socket_get(_slot_) PCMCIA_SOCKET_KEY_5V
465 #define socket_get(_slot_) PCMCIA_SOCKET_KEY_5V
539 #define socket_get(_slot_) PCMCIA_SOCKET_KEY_5V
540 #define hardware_enable(_slot_) /* N
[all...]

Completed in 96 milliseconds