Searched refs:ppc_flags (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/ppc/
H A Dppc.c1289 if (ppc->ppc_flags & 0x40) {
1308 if ((ppc->ppc_avm & PPB_ECP) && !(ppc->ppc_flags & 0x80))
1748 ppc->ppc_flags = device_get_flags(dev);
1750 if (!(ppc->ppc_flags & 0x20)) {
1768 ppc->ppc_epp = (ppc->ppc_flags & 0x10) >> 4;
1778 !(ppc->ppc_flags & PC98_IEEE_1284_DISABLE)) {
1799 if (ppc_detect(ppc, ppc->ppc_flags & 0xf))
1807 !(ppc->ppc_flags & PC98_IEEE_1284_DISABLE)) {
H A Dppcreg.h105 unsigned char ppc_flags; member in struct:ppc_data
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-ppc.c705 static flagword ppc_flags = 0;
970 ppc_flags |= EF_PPC_RELOCATABLE_LIB;
1010 ppc_flags |= EF_PPC_RELOCATABLE;
1016 ppc_flags |= EF_PPC_RELOCATABLE_LIB;
1021 ppc_flags |= EF_PPC_EMB;
1398 if (ppc_flags && !msolaris)
1399 bfd_set_private_flags (stdoutput, ppc_flags);
700 static flagword ppc_flags = 0; variable

Completed in 110 milliseconds