Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/board/cavium/thunderx/
H A Datf.c188 char *ptype; in atf_print_part_table() local
208 ptype = "NBL1FW"; in atf_print_part_table()
211 ptype = "BL2_BL31"; in atf_print_part_table()
214 ptype = "BOOTLDR"; in atf_print_part_table()
217 ptype = "KERNEL"; in atf_print_part_table()
220 ptype = "DEVTREE"; in atf_print_part_table()
223 ptype = "UNKNOWN"; in atf_print_part_table()
225 printf("%10s %10d %10lx\n", ptype, part->size, part->offset); in atf_print_part_table()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dgconf.c709 enum prop_type ptype; in on_back_clicked() local
712 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
713 if (ptype != P_MENU) in on_back_clicked()
909 enum prop_type ptype; in on_treeview2_button_press_event() local
910 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
912 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1044 enum prop_type ptype; in fill_row() local
1063 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1064 switch (ptype) { in fill_row()
1339 enum prop_type ptype; in display_tree() local
[all …]
H A Dqconf.cc782 enum prop_type ptype; in mouseReleaseEvent() local
803 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()
804 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
843 enum prop_type ptype; in mouseDoubleClickEvent() local
854 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()
855 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in mouseDoubleClickEvent()
H A Dnconf.c752 enum prop_type ptype; in build_conf() local
753 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
754 switch (ptype) { in build_conf()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py205 ptype = seg[ELF_SEG_P_TYPE]
209 … print 'type: %s\nfilesz: %08x\nmemsz: %08x\noffset: %08x' % (ptype, pfilesz, pmemsz, poffset)
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl1058 my $ptype = $1;
1060 if ($ptype eq "S") {
1108 my $ptype = $1;
1110 if ($ptype eq "L") {
1144 } elsif ($ptype eq "M") {
1161 } elsif ($ptype eq "R") {
1178 } elsif ($ptype eq "T") {
1180 } elsif ($ptype eq "W") {
1182 } elsif ($ptype eq "S") {
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py440 ptype = TYPE_NAMES[prop.type]
441 self.out('\t%s%s' % (tab_to(2, ptype),
/rk3399_rockchip-uboot/drivers/net/
H A Dcpsw.c123 u32 ptype; member
818 __raw_writel(0, &priv->regs->ptype); in _cpsw_init()