Lines Matching refs:cuint
804 const fdt32_t *cuint; in stm32_fmc2_init() local
833 cuint = fdt_getprop(fdt, fmc_ebi_node, "ranges", NULL); in stm32_fmc2_init()
834 if (cuint == NULL) { in stm32_fmc2_init()
839 bank = fdt32_to_cpu(*cuint); in stm32_fmc2_init()
844 bank_address[bank] = fdt32_to_cpu(*(cuint + 2)); in stm32_fmc2_init()
845 cuint += 4; in stm32_fmc2_init()
864 cuint = fdt_getprop(fdt, fmc_nfc_node, "reg", NULL); in stm32_fmc2_init()
865 if (cuint == NULL) { in stm32_fmc2_init()
870 bank = fdt32_to_cpu(*cuint); in stm32_fmc2_init()
874 stm32_fmc2.cs[i].data_base = fdt32_to_cpu(*(cuint + 1)) + in stm32_fmc2_init()
877 bank = fdt32_to_cpu(*(cuint + 3)); in stm32_fmc2_init()
881 stm32_fmc2.cs[i].cmd_base = fdt32_to_cpu(*(cuint + 4)) + in stm32_fmc2_init()
884 bank = fdt32_to_cpu(*(cuint + 6)); in stm32_fmc2_init()
888 stm32_fmc2.cs[i].addr_base = fdt32_to_cpu(*(cuint + 7)) + in stm32_fmc2_init()
891 cuint += 9; in stm32_fmc2_init()
906 cuint = fdt_getprop(fdt, fmc_flash_node, "reg", NULL); in stm32_fmc2_init()
907 if (cuint == NULL) { in stm32_fmc2_init()
912 stm32_fmc2.cs_sel = fdt32_to_cpu(*cuint); in stm32_fmc2_init()