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

/freebsd-9.3-release/sys/dev/ppc/
H A Dppc.c1272 if (ppc->ppc_flags & 0x40) {
1291 if ((ppc->ppc_avm & PPB_ECP) && !(ppc->ppc_flags & 0x80))
1731 ppc->ppc_flags = device_get_flags(dev);
1733 if (!(ppc->ppc_flags & 0x20)) {
1751 ppc->ppc_epp = (ppc->ppc_flags & 0x10) >> 4;
1761 !(ppc->ppc_flags & PC98_IEEE_1284_DISABLE)) {
1782 if (ppc_detect(ppc, ppc->ppc_flags & 0xf))
1790 !(ppc->ppc_flags & PC98_IEEE_1284_DISABLE)) {
H A Dppcreg.h105 unsigned char ppc_flags; member in struct:ppc_data
/freebsd-9.3-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 112 milliseconds