Searched refs:numPages (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dvmw_pvscsi.h162 * - numPages needs to be a power of two,
163 * - numPages needs to be different from 0,
170 u32 numPages; member in struct:PVSCSICmdDescSetupMsgRing
H A Dvmw_pvscsi.c476 cmd_msg.numPages = adapter->msg_pages;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.c488 unsigned short numPages; local
520 numPages = ((length & 0xfffe) + 6) / 256;
522 if (numPages > 7 ) {
537 outw( MC_ALLOC | numPages, ioaddr + MMU_CMD );
H A Dsmc91x.c637 unsigned int numPages, poll_count, status; local
655 numPages = ((skb->len & ~1) + (6 - 1)) >> 8;
656 if (unlikely(numPages > 7)) {
667 SMC_SET_MMU_CMD(lp, MC_ALLOC | numPages);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga_reg.h233 * (ppn==0, numPages==0)
236 * (ppn != 0, numPages != 0)
241 * (ppn != 0, numPages == 0)
273 uint32 numPages; member in struct:SVGAGuestMemDescriptor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_nand.c966 u32 flash_bank, int op, u32 numPages)
975 (u16)(2 << 12) | (op << 8) | numPages);
965 ddma_trans(u8 *data, u64 flash_add, u32 flash_bank, int op, u32 numPages) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js9989 var numPages = 5;
10134 newVal = self._trimAlignValue( curVal + ( (self._valueMax() - self._valueMin()) / numPages ) );
10137 newVal = self._trimAlignValue( curVal - ( (self._valueMax() - self._valueMin()) / numPages ) );

Completed in 150 milliseconds