Lines Matching refs:type

21 bool mpc83xx_has_sdhc(int type)  in mpc83xx_has_sdhc()  argument
23 return (type == SOC_MPC8308) || in mpc83xx_has_sdhc()
24 (type == SOC_MPC8309) || in mpc83xx_has_sdhc()
25 (type == SOC_MPC8379); in mpc83xx_has_sdhc()
28 bool mpc83xx_has_tsec(int type) in mpc83xx_has_tsec() argument
30 return (type == SOC_MPC8308) || in mpc83xx_has_tsec()
31 (type == SOC_MPC8313) || in mpc83xx_has_tsec()
32 (type == SOC_MPC8315) || in mpc83xx_has_tsec()
33 (type == SOC_MPC8349) || in mpc83xx_has_tsec()
34 (type == SOC_MPC8379); in mpc83xx_has_tsec()
37 bool mpc83xx_has_pcie1(int type) in mpc83xx_has_pcie1() argument
39 return (type == SOC_MPC8308) || in mpc83xx_has_pcie1()
40 (type == SOC_MPC8315) || in mpc83xx_has_pcie1()
41 (type == SOC_MPC8379); in mpc83xx_has_pcie1()
44 bool mpc83xx_has_pcie2(int type) in mpc83xx_has_pcie2() argument
46 return (type == SOC_MPC8315) || in mpc83xx_has_pcie2()
47 (type == SOC_MPC8379); in mpc83xx_has_pcie2()
50 bool mpc83xx_has_sata(int type) in mpc83xx_has_sata() argument
52 return (type == SOC_MPC8315) || in mpc83xx_has_sata()
53 (type == SOC_MPC8379); in mpc83xx_has_sata()
56 bool mpc83xx_has_pci(int type) in mpc83xx_has_pci() argument
58 return type != SOC_MPC8308; in mpc83xx_has_pci()
61 bool mpc83xx_has_second_i2c(int type) in mpc83xx_has_second_i2c() argument
63 return (type != SOC_MPC8315) && in mpc83xx_has_second_i2c()
64 (type != SOC_MPC832X); in mpc83xx_has_second_i2c()
67 bool mpc83xx_has_quicc_engine(int type) in mpc83xx_has_quicc_engine() argument
69 return (type == SOC_MPC8309) || in mpc83xx_has_quicc_engine()
70 (type == SOC_MPC832X) || in mpc83xx_has_quicc_engine()
71 (type == SOC_MPC8360); in mpc83xx_has_quicc_engine()