Lines Matching refs:boot_device_count
22 const unsigned int *boot_device_count; member
34 .boot_device_count = &uniphier_ld4_boot_device_count,
43 .boot_device_count = &uniphier_ld4_boot_device_count,
52 .boot_device_count = &uniphier_ld4_boot_device_count,
61 .boot_device_count = &uniphier_pro5_boot_device_count,
70 .boot_device_count = &uniphier_pxs2_boot_device_count,
81 .boot_device_count = &uniphier_pxs2_boot_device_count,
92 .boot_device_count = &uniphier_ld11_boot_device_count,
103 .boot_device_count = &uniphier_ld11_boot_device_count,
114 .boot_device_count = &uniphier_pxs3_boot_device_count,
139 BUG_ON(!is_power_of_2(*info->boot_device_count)); in UNIPHIER_DEFINE_SOCDATA_FUNC()
140 boot_sel &= *info->boot_device_count - 1; in UNIPHIER_DEFINE_SOCDATA_FUNC()
199 unsigned int boot_device_count, boot_sel; in do_pinmon() local
220 boot_device_count = *info->boot_device_count; in do_pinmon()
223 boot_sel &= boot_device_count - 1; in do_pinmon()
226 for (i = 0; i < boot_device_count; i++) in do_pinmon()