HomeSort by: relevance | last modified time | path
    Searched defs:roundto (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sdmmc/
if_bwfm_sdio.c 1605 size_t len, roundto; local in function:bwfm_sdio_tx_ctrlframe
1612 roundto = 512;
1614 roundto = 4;
1616 KASSERT(roundup(len, roundto) <= sc->sc_bounce_size);
1631 if (roundup(len, roundto) != len)
1633 roundup(len, roundto) - len);
1636 roundup(len, roundto), 1);
1648 size_t len, roundto; local in function:bwfm_sdio_tx_dataframe
1656 roundto = 512;
1658 roundto = 4
    [all...]
if_bwfm_sdio.c 1605 size_t len, roundto; local in function:bwfm_sdio_tx_ctrlframe
1612 roundto = 512;
1614 roundto = 4;
1616 KASSERT(roundup(len, roundto) <= sc->sc_bounce_size);
1631 if (roundup(len, roundto) != len)
1633 roundup(len, roundto) - len);
1636 roundup(len, roundto), 1);
1648 size_t len, roundto; local in function:bwfm_sdio_tx_dataframe
1656 roundto = 512;
1658 roundto = 4
    [all...]

Completed in 51 milliseconds