Lines Matching refs:roundup
447 uint roundup; /* Max roundup limit */ member
669 datalign = roundup(datalign, (align)) - datalign; in pkt_align()
1398 (roundup(len, bus->blocksize) != rd->len)) { in brcmf_sdio_hdparse()
1564 (roundup(totlen, bus->blocksize) - totlen); in brcmf_sdio_rxglom()
1565 totlen = roundup(totlen, bus->blocksize); in brcmf_sdio_rxglom()
1780 if (bus->roundup && bus->blocksize && (rdlen > bus->blocksize)) { in brcmf_sdio_read_control()
1782 if ((pad <= bus->roundup) && (pad < bus->blocksize) && in brcmf_sdio_read_control()
1845 if (bus->roundup && bus->blocksize && *rdlen > bus->blocksize) { in brcmf_sdio_pad()
1847 if (*pad <= bus->roundup && *pad < bus->blocksize && in brcmf_sdio_pad()
1979 if (rd->len != roundup(rd_new.len, 16)) { in brcmf_sdio_readframes()
1982 roundup(rd_new.len, 16) >> 4); in brcmf_sdio_readframes()
2419 if (bus->roundup && bus->blocksize && (len > bus->blocksize)) { in brcmf_sdio_tx_ctrlframe()
2421 if ((pad > bus->roundup) || (pad >= bus->blocksize)) in brcmf_sdio_tx_ctrlframe()
3541 bus_if->maxctl += bus->roundup; in brcmf_sdio_bus_preinit()
3542 value = roundup((bus_if->maxctl + SDPCM_HDRLEN), ALIGNMENT); in brcmf_sdio_bus_preinit()
4076 bus->rxhdr = (u8 *) roundup((unsigned long)&bus->hdrbuf[0], in brcmf_sdio_probe_attach()
4507 bus->roundup = min(max_roundup, bus->blocksize); in brcmf_sdio_probe()