Home
last modified time | relevance | path

Searched refs:numPages (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dlan91c96.c309 int numPages; in smc_send_packet() local
331 numPages = ((length & 0xfffe) + 6); in smc_send_packet()
332 numPages >>= 8; /* Divide by 256 */ in smc_send_packet()
334 if (numPages > 7) { in smc_send_packet()
342 SMC_outw(dev, LAN91C96_MMUCR_ALLOC_TX | numPages, LAN91C96_MMU); in smc_send_packet()
H A Dsmc91111.c420 int numPages; in smc_send() local
448 numPages = ((length & 0xfffe) + 6); in smc_send()
449 numPages >>= 8; /* Divide by 256 */ in smc_send()
451 if (numPages > 7) { in smc_send()
458 SMC_outw (dev, MC_ALLOC | numPages, MMU_CMD_REG); in smc_send()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js150 var numPages = Math.ceil(tableData.total/tableParams.limit);
152 if (numPages > 1){
156 for (var page_i=1; page_i <= numPages; page_i++){
H A Dui-bootstrap-tpls-0.11.0.js8 …se",function(a,b,c){var d=this,e={$setViewValue:angular.noop},f=b.numPages?c(b.numPages).assign:an…
H A Dui-bootstrap-tpls-0.11.0.min.js8 …se",function(a,b,c){var d=this,e={$setViewValue:angular.noop},f=b.numPages?c(b.numPages).assign:an…
/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.h180 uint32_t numPages; member
H A Dvmw_pvscsi.c195 if (!ri->numPages || ri->numPages > PVSCSI_SETUP_MSG_RING_MAX_NUM_PAGES) { in pvscsi_ring_init_msg()
198 ring_size = ri->numPages * PVSCSI_MAX_NUM_MSG_ENTRIES_PER_PAGE; in pvscsi_ring_init_msg()
205 for (i = 0; i < ri->numPages; i++) { in pvscsi_ring_init_msg()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.cpp53 uint32_t numPages = length / pageSize; in transferHostDataToSocket() local
54 uint32_t pageAlignedLength = numPages * pageSize; in transferHostDataToSocket()
126 uint32_t numPages = length / pageSize; in transferDataHost() local
127 uint32_t pageAlignedLength = numPages * pageSize; in transferDataHost()