Searched refs:fls (Results 76 - 80 of 80) sorted by relevance

1234

/u-boot/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c85 #define ATMEL_HSMC_NFC_CFG_PAGESIZE(x) (fls((x) / 512) - 1)
/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c511 mode = fls(mode) - 1;
H A Docteontx_nand.c1884 mtd->subpage_sft = fls(ecc->steps) - 1;
/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c3159 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1;
3191 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1;
/u-boot/drivers/net/
H A Dmvpp2.c4040 int queue = fls(cause) - 1;
4048 int queue = fls(cause) - 1;

Completed in 106 milliseconds

1234