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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dppc4xx_pci.c412 u32 lah, lal, pciah, pcial, sa; local
423 lal = RES_TO_U32_LOW(plb_addr);
431 writel(lal, reg + PCIX0_POM0LAL);
437 writel(lal, reg + PCIX0_POM1LAL);
1527 u32 lah, lal, pciah, pcial, sa; local
1540 lal = RES_TO_U32_LOW(plb_addr);
1551 dcr_write(port->dcrs, DCRO_PEGPL_OMR1BAL, lal);
1560 dcr_write(port->dcrs, DCRO_PEGPL_OMR2BAL, lal);
1569 dcr_write(port->dcrs, DCRO_PEGPL_OMR3BAL, lal);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.c2439 hcf_16 lal = ifbp->IFB_lal - offset; //available data within LookAhead Buffer local
2452 lal = 0; tot_len = 0; //suppress all copying activity in the do--while loop
2461 if ( lal ) { //if lookahead Buffer not yet completely copied
2462 i = min( lal, j ); //minimum of "what's available" in LookAhead and fragment size
2463 lal -= i; //adjust length still available in LookAhead

Completed in 75 milliseconds