Lines Matching refs:cuint
795 const fdt32_t *cuint; in stm32_fmc2_init() local
824 cuint = fdt_getprop(fdt, fmc_ebi_node, "ranges", NULL); in stm32_fmc2_init()
825 if (cuint == NULL) { in stm32_fmc2_init()
830 bank = fdt32_to_cpu(*cuint); in stm32_fmc2_init()
835 bank_address[bank] = fdt32_to_cpu(*(cuint + 2)); in stm32_fmc2_init()
836 cuint += 4; in stm32_fmc2_init()
855 cuint = fdt_getprop(fdt, fmc_nfc_node, "reg", NULL); in stm32_fmc2_init()
856 if (cuint == NULL) { in stm32_fmc2_init()
861 bank = fdt32_to_cpu(*cuint); in stm32_fmc2_init()
865 stm32_fmc2.cs[i].data_base = fdt32_to_cpu(*(cuint + 1)) + in stm32_fmc2_init()
868 bank = fdt32_to_cpu(*(cuint + 3)); in stm32_fmc2_init()
872 stm32_fmc2.cs[i].cmd_base = fdt32_to_cpu(*(cuint + 4)) + in stm32_fmc2_init()
875 bank = fdt32_to_cpu(*(cuint + 6)); in stm32_fmc2_init()
879 stm32_fmc2.cs[i].addr_base = fdt32_to_cpu(*(cuint + 7)) + in stm32_fmc2_init()
882 cuint += 9; in stm32_fmc2_init()
897 cuint = fdt_getprop(fdt, fmc_flash_node, "reg", NULL); in stm32_fmc2_init()
898 if (cuint == NULL) { in stm32_fmc2_init()
903 stm32_fmc2.cs_sel = fdt32_to_cpu(*cuint); in stm32_fmc2_init()