Home
last modified time | relevance | path

Searched refs:scc_bfe_attach (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/dev/scc/
H A Dscc_bfe_macio.c69 return (scc_bfe_attach(dev, 3)); in scc_macio_attach()
H A Dscc_bfe_quicc.c74 return (scc_bfe_attach(dev, 0)); in scc_quicc_attach()
H A Dscc_bfe.h140 int scc_bfe_attach(device_t dev, u_int ipc);
H A Dscc_core.c98 scc_bfe_attach(device_t dev, u_int ipc) in scc_bfe_attach() function