Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dlan91c96.c310 int numPages; in smc_send_packet() local
332 numPages = ((length & 0xfffe) + 6); in smc_send_packet()
333 numPages >>= 8; /* Divide by 256 */ in smc_send_packet()
335 if (numPages > 7) { in smc_send_packet()
343 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()