Searched refs:PB (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/
H A Dcfm.c111 smc->y[PB].scrub = 0 ;
113 smc->y[PB].cem_pst = CEM_PST_DOWN ;
118 smc->y[PB].pc_mode != PM_TREE)
125 if ( !THRU_ENABLED(smc) && smc->y[PB].cf_join ) {
169 if (np != PA && np != PB) {
250 smc->y[PB].pc_mode == PM_PEER) ||
278 smc->mib.p[PB].fddiPORTCurrentPath = MIB_PATH_ISOLATED ;
280 smc->mib.p[PB].fddiPORTMACPlacement = 0 ;
292 /*SAS port can be PA or PB ! */
294 smc->y[PB]
[all...]
H A Decm.c362 (void) sm_pm_ls_latch(smc,PB,1) ; /* enable line state latch */
367 ls_b = sm_pm_get_ls(smc,PB) ;
438 port_in = cfm_get_mac_input(smc) ; /* PA or PB */
439 port_out = cfm_get_mac_output(smc) ; /* PA or PB */
460 else if ((smc->e.trace_prop & ENTITY_BIT(ENTITY_PHY(PB))) &&
461 port_out != PB) {
H A Dpcmplc.c259 (np == PB) ? TB : TM ;
272 smc->y[PB].mib->fddiPORTPCMState = PC0_OFF ;
276 mib->fddiPORTMy_Type = (np == PB) ? TB : TA ;
581 CLEAR(PLC(PB,PL_CNTRL_B),PL_CONFIG_CNTRL) ;
582 CLEAR(PLC(PB,PL_CNTRL_A),PL_SC_REM_LOOP) ;
916 if (smc->s.sas == SMT_DAS && np == PB &&
918 smc->y[PB].pc_mode == PM_TREE)) {
1101 DB_PCMN(1,"LEM %c :\n",phy->np == PB? 'B' : 'A',0) ;
1528 if ((np == PB) || ((np == PA) &&
1529 (smc->y[PB]
[all...]
H A Ddrvfbi.c375 u_short st = inpw(PLC(PB,PL_INTR_EVENT)) ;
381 plc_irq(smc,PB,st) ;
411 * return S-port (PA or PB)
475 smc->y[PB].pmd_type[PMD_SK_CONN] = ConnectorType ;
477 smc->y[PB].pmd_type[PMD_SK_PMD ] = PmdType ;
598 case PB :
632 phy = &smc->y[PB] ;
H A Dsmt.c1953 if (smc->y[PB].pc_mode == PM_PEER) {
1955 queue_event(smc,EVENT_PCM+PB,PC_DISABLE) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A DMC68328.h462 #define PB(x) (1 << (x)) macro
463 #define PB_D(x) PB(x) /* This is specific to port B only */
465 #define PB_D0 PB(0) /* Use D0 as PB(0) */
466 #define PB_D1 PB(1) /* Use D1 as PB(1) */
467 #define PB_D2 PB(2) /* Use D2 as PB(2) */
468 #define PB_D3 PB(3) /* Use D3 as PB(
[all...]
H A DMC68EZ328.h367 #define PB(x) (1 << (x)) macro
369 #define PB_CSB0 0x01 /* Use CSB0 as PB[0] */
370 #define PB_CSB1 0x02 /* Use CSB1 as PB[1] */
371 #define PB_CSC0_RAS0 0x04 /* Use CSC0/RAS0 as PB[2] */
372 #define PB_CSC1_RAS1 0x08 /* Use CSC1/RAS1 as PB[3] */
373 #define PB_CSD0_CAS0 0x10 /* Use CSD0/CAS0 as PB[4] */
374 #define PB_CSD1_CAS1 0x20 /* Use CSD1/CAS1 as PB[5] */
375 #define PB_TIN_TOUT 0x40 /* Use TIN/TOUT as PB[6] */
376 #define PB_PWMO 0x80 /* Use PWMO as PB[7] */
H A DMC68VZ328.h377 #define PB(x) (1 << (x)) macro
379 #define PB_CSB0 0x01 /* Use CSB0 as PB[0] */
380 #define PB_CSB1 0x02 /* Use CSB1 as PB[1] */
381 #define PB_CSC0_RAS0 0x04 /* Use CSC0/RAS0 as PB[2] */
382 #define PB_CSC1_RAS1 0x08 /* Use CSC1/RAS1 as PB[3] */
383 #define PB_CSD0_CAS0 0x10 /* Use CSD0/CAS0 as PB[4] */
384 #define PB_CSD1_CAS1 0x20 /* Use CSD1/CAS1 as PB[5] */
385 #define PB_TIN_TOUT 0x40 /* Use TIN/TOUT as PB[6] */
386 #define PB_PWMO 0x80 /* Use PWMO as PB[7] */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dat32ap7000.c663 select_peripheral(PB(26), PERIPH_B, 0); /* RXD */
664 select_peripheral(PB(27), PERIPH_B, 0); /* TXD */
669 select_peripheral(PB(18), PERIPH_B, 0); /* RXD */
670 select_peripheral(PB(17), PERIPH_B, 0); /* TXD */
880 select_peripheral(PB(0), PERIPH_B, 0); /* MISO */
881 select_peripheral(PB(1), PERIPH_B, 0); /* MOSI */
882 select_peripheral(PB(5), PERIPH_B, 0); /* SCK */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-ns9xxx/
H A Dboard-a9m9750dev.c183 REGSET(reg, MEM_SMC, PB, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dhead.S37 ;; Initiate the PA and PB ports
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dkimagerescue.S55 ;; setup port PA and PB default initial directions and data
H A Dhead.S229 ;; setup port PA and PB default initial directions and data
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dcmtdef.h101 * Note: Don't touch the definition of PA and PB. Those might be used
105 #define PB 1 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S650 ;; setup port PA and PB default initial directions and data

Completed in 302 milliseconds