Searched refs:numPages (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/drivers/net/ |
| H A D | lan91c96.c | 309 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 D | smc91111.c | 420 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 D | table.js | 150 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 D | ui-bootstrap-tpls-0.11.0.js | 8 …se",function(a,b,c){var d=this,e={$setViewValue:angular.noop},f=b.numPages?c(b.numPages).assign:an…
|
| H A D | ui-bootstrap-tpls-0.11.0.min.js | 8 …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 D | vmw_pvscsi.h | 180 uint32_t numPages; member
|
| H A D | vmw_pvscsi.c | 195 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 D | file_io.cpp | 53 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()
|