Searched refs:PCICAR_DEVFNN (Results 1 – 2 of 2) sorted by relevance
92 #define PCICAR_DEVFNN 8 /* Move devfn bits */ macro
55 return (bus << PCICAR_BUSN) | (devfn << PCICAR_DEVFNN) | (where & 0xfc); in mcf_mk_pcicar()