Lines Matching +full:fman +full:- +full:dtsec
1 /*-
2 * Copyright (c) 2011-2012 Semihalf.
31 * @group dTSEC common API.
37 #define DTSEC_LOCK(sc) mtx_lock(&(sc)->sc_lock)
38 #define DTSEC_UNLOCK(sc) mtx_unlock(&(sc)->sc_lock)
39 #define DTSEC_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_lock, MA_OWNED)
40 #define DTSEC_MII_LOCK(sc) mtx_lock(&(sc)->sc_mii_lock)
41 #define DTSEC_MII_UNLOCK(sc) mtx_unlock(&(sc)->sc_mii_lock)
65 /* dTSEC data */
119 * @group dTSEC FMan PORT API.
140 * @group dTSEC bus interface.