Searched refs:ppc_flags (Results 1 – 2 of 2) sorted by relevance
1280 if (ppc->ppc_flags & 0x40) { in ppc_detect() 1299 if ((ppc->ppc_avm & PPB_ECP) && !(ppc->ppc_flags & 0x80)) in ppc_detect() 1725 ppc->ppc_flags = device_get_flags(dev); in ppc_probe() 1727 if (!(ppc->ppc_flags & 0x20)) { in ppc_probe() 1745 ppc->ppc_epp = (ppc->ppc_flags & 0x10) >> 4; in ppc_probe() 1752 if (ppc_detect(ppc, ppc->ppc_flags & 0xf)) in ppc_probe()
105 unsigned char ppc_flags; member