Home
last modified time | relevance | path

Searched refs:ppc_flags (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ppc/
Dppc.c1287 if (ppc->ppc_flags & 0x40) { in ppc_detect()
1306 if ((ppc->ppc_avm & PPB_ECP) && !(ppc->ppc_flags & 0x80)) in ppc_detect()
1734 ppc->ppc_flags = device_get_flags(dev); in ppc_probe()
1736 if (!(ppc->ppc_flags & 0x20)) { in ppc_probe()
1754 ppc->ppc_epp = (ppc->ppc_flags & 0x10) >> 4; in ppc_probe()
1761 if (ppc_detect(ppc, ppc->ppc_flags & 0xf)) in ppc_probe()
Dppcreg.h107 unsigned char ppc_flags; member
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-ppc.c700 static flagword ppc_flags = 0; variable
964 ppc_flags |= EF_PPC_RELOCATABLE_LIB; in md_parse_option()
1004 ppc_flags |= EF_PPC_RELOCATABLE; in md_parse_option()
1010 ppc_flags |= EF_PPC_RELOCATABLE_LIB; in md_parse_option()
1015 ppc_flags |= EF_PPC_EMB; in md_parse_option()
1391 if (ppc_flags && !msolaris) in md_begin()
1392 bfd_set_private_flags (stdoutput, ppc_flags); in md_begin()
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-9295909 * config/tc-ppc.c (ppc_flags): New variable to hold the flag bits
912 -mrelocatable and -mrelocatable-lib set ppc_flags.
913 (md_begin): Set ELF flags with ppc_flags.