Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc4.c39 void t1_mc4_destroy(struct pemc4 *mc4) in t1_mc4_destroy()
81 int t1_mc4_init(struct pemc4 *mc4, unsigned int mc4_clock) in t1_mc4_init()
193 struct pemc4 *mc4 = t1_os_malloc_wait_zero(sizeof(*mc4)); in t1_mc4_create() local
202 unsigned int t1_mc4_get_size(struct pemc4 *mc4) in t1_mc4_get_size()
210 void t1_mc4_intr_enable(struct pemc4 *mc4) in t1_mc4_intr_enable()
223 void t1_mc4_intr_disable(struct pemc4 *mc4) in t1_mc4_intr_disable()
236 void t1_mc4_intr_clear(struct pemc4 *mc4) in t1_mc4_intr_clear()
244 int t1_mc4_intr_handler(struct pemc4 *mc4) in t1_mc4_intr_handler()
287 const struct pemc4_intr_counts *t1_mc4_get_intr_counts(struct pemc4 *mc4) in t1_mc4_get_intr_counts()
296 int t1_mc4_bd_read(struct pemc4 *mc4, unsigned int start, unsigned int n, in t1_mc4_bd_read()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h200 struct pemc4 *mc4; member