Home
last modified time | relevance | path

Searched defs:mc4 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dmc4.c41 void t1_mc4_destroy(struct pemc4 *mc4) in t1_mc4_destroy()
83 int t1_mc4_init(struct pemc4 *mc4, unsigned int mc4_clock) in t1_mc4_init()
195 struct pemc4 *mc4 = t1_os_malloc_wait_zero(sizeof(*mc4)); in t1_mc4_create() local
204 unsigned int t1_mc4_get_size(struct pemc4 *mc4) in t1_mc4_get_size()
212 void t1_mc4_intr_enable(struct pemc4 *mc4) in t1_mc4_intr_enable()
225 void t1_mc4_intr_disable(struct pemc4 *mc4) in t1_mc4_intr_disable()
238 void t1_mc4_intr_clear(struct pemc4 *mc4) in t1_mc4_intr_clear()
246 int t1_mc4_intr_handler(struct pemc4 *mc4) in t1_mc4_intr_handler()
289 const struct pemc4_intr_counts *t1_mc4_get_intr_counts(struct pemc4 *mc4) in t1_mc4_get_intr_counts()
298 int t1_mc4_bd_read(struct pemc4 *mc4, unsigned int start, unsigned int n, in t1_mc4_bd_read()
/titanic_50/usr/src/uts/common/io/chxge/
H A Dch.h202 struct pemc4 *mc4; member