Searched refs:ptype (Results 1 - 10 of 10) sorted by relevance

/u-boot/board/cavium/thunderx/
H A Datf.c189 char *ptype; local
209 ptype = "NBL1FW";
212 ptype = "BL2_BL31";
215 ptype = "BOOTLDR";
218 ptype = "KERNEL";
221 ptype = "DEVTREE";
224 ptype = "UNKNOWN";
226 printf("%10s %10d %10lx\n", ptype, part->size, part->offset);
/u-boot/scripts/kconfig/
H A Dgconf.c709 enum prop_type ptype; local
712 ptype = current->prompt ? current->prompt->type : P_UNKNOWN;
713 if (ptype != P_MENU)
909 enum prop_type ptype; local
910 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
912 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) {
1044 enum prop_type ptype; local
1063 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
1064 switch (ptype) {
1339 enum prop_type ptype; local
[all...]
H A Dqconf.cc773 enum prop_type ptype; local
794 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
795 if (ptype == P_MENU && rootEntry != menu &&
834 enum prop_type ptype; local
845 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
846 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode))
H A Dnconf.c752 enum prop_type ptype; local
753 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
754 switch (ptype) {
/u-boot/scripts/
H A Dget_maintainer.pl1276 my $ptype = $1;
1278 if ($ptype eq "S") {
1326 my $ptype = $1;
1328 if ($ptype eq "L") {
1365 } elsif ($ptype eq "M") {
1370 } elsif ($ptype eq "R") {
1375 } elsif ($ptype eq "T") {
1377 } elsif ($ptype eq "W") {
1379 } elsif ($ptype eq "S") {
/u-boot/tools/dtoc/
H A Ddtb_platdata.py591 ptype = TYPE_NAMES[prop.type]
592 self.out('\t%s%s' % (tab_to(2, ptype),
/u-boot/drivers/net/ti/
H A Dcpsw.c71 u32 ptype; member in struct:cpsw_regs
661 __raw_writel(0, &priv->regs->ptype);
/u-boot/include/
H A Dec_commands.h4182 uint8_t ptype; /* product type (hub,periph,cable,ama) */ member in struct:ec_params_usb_pd_discovery_entry
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-bgxx-defs.h2032 u64 ptype : 16; member in struct:cvmx_bgxx_gmp_gmi_tx_pause_pkt_type::cvmx_bgxx_gmp_gmi_tx_pause_pkt_type_s
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-cgx.h3801 u64 ptype : 16; member in struct:cgxx_gmp_gmi_tx_pause_pkt_type::cgxx_gmp_gmi_tx_pause_pkt_type_s

Completed in 271 milliseconds