Searched refs:numPages (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | pci_dma.c | 101 unsigned numPages, int direction); 528 void *page, unsigned numPages, int direction) in get_tces() argument 544 for (i=0; i<numPages; ++i) { in get_tces() 1153 unsigned long nTces, numPages, startPage, endPage, prevEndPage; in num_tces_sg() local 1168 numPages = endPage - startPage + 1; in num_tces_sg() 1176 --numPages; in num_tces_sg() 1177 nTces += numPages; in num_tces_sg() 1289 unsigned long startPage, endPage, prevEndPage, numPages, uaddr; in create_tces_sg() local 1317 numPages = endPage - startPage + 1; in create_tces_sg() 1328 --numPages; in create_tces_sg() [all …]
|
D | vio.c | 28 void *page, unsigned numPages, int direction);
|
/linux-2.4.37.9/drivers/net/ |
D | smc9194.c | 473 unsigned short numPages; in smc_wait_to_send_packet() local 508 numPages = ((length & 0xfffe) + 6) / 256; in smc_wait_to_send_packet() 510 if (numPages > 7 ) { in smc_wait_to_send_packet() 525 outw( MC_ALLOC | numPages, ioaddr + MMU_CMD ); in smc_wait_to_send_packet()
|