Home
last modified time | relevance | path

Searched refs:mc4 (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc4.c41 t1_os_free((void *)mc4, sizeof(*mc4)); in t1_mc4_destroy()
131 mc4->nwords = 4 >> width; in t1_mc4_init()
193 struct pemc4 *mc4 = t1_os_malloc_wait_zero(sizeof(*mc4)); in t1_mc4_create() local
195 if (mc4) { in t1_mc4_create()
196 mc4->adapter = adapter; in t1_mc4_create()
199 return mc4; in t1_mc4_create()
204 return mc4->size; in t1_mc4_get_size()
289 return &mc4->intr_cnt; in t1_mc4_get_intr_counts()
300 unsigned int size256 = mc4->size / 32, c = 8 / mc4->nwords, i; in t1_mc4_bd_read()
319 if (mc4->nwords >= 2) in t1_mc4_bd_read()
[all …]
H A Dmc4.h40 void t1_mc4_destroy(struct pemc4 *mc4);
41 int t1_mc4_init(struct pemc4 *mc4, unsigned int clk);
43 int t1_mc4_intr_handler(struct pemc4 *mc4);
44 void t1_mc4_intr_enable(struct pemc4 *mc4);
45 void t1_mc4_intr_disable(struct pemc4 *mc4);
46 void t1_mc4_intr_clear(struct pemc4 *mc4);
48 unsigned int t1_mc4_get_size(struct pemc4 *mc4);
49 int t1_mc4_bd_read(struct pemc4 *mc4, unsigned int start, unsigned int n,
51 const struct pemc4_intr_counts *t1_mc4_get_intr_counts(struct pemc4 *mc4);
H A Dch_subr.c980 if (adapter->mc4) { in t1_interrupts_enable()
991 t1_mc4_intr_enable(adapter->mc4); in t1_interrupts_enable()
1031 if (adapter->mc4) { in t1_interrupts_disable()
1034 t1_mc4_intr_disable(adapter->mc4); in t1_interrupts_disable()
1068 if (adapter->mc4) { in t1_interrupts_clear()
1071 t1_mc4_intr_clear(adapter->mc4); in t1_interrupts_clear()
1239 if (adapter->mc4 && t1_mc4_init(adapter->mc4, bi->clock_mc4)) in t1_init_hw_modules()
1249 if (!adapter->mc4) { in t1_init_hw_modules()
1325 if (adapter->mc4) in t1_free_sw_modules()
1326 t1_mc4_destroy(adapter->mc4); in t1_free_sw_modules()
[all …]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h200 struct pemc4 *mc4; member
/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.terminfo155 mc4=\E[4i,
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src380 mc0=\E[0i, mc4=\E[4i, mc5=\E[5i,
9383 mc0=\EP, mc4=^T, mc5=\Ed#,
10123 mc0@, mc4@, mc5@, use=att2300,
10723 mc4=\E[?4i, mc5=\E[?5i, nel=\EE,
10849 mc4=\E[?4i, mc5=\E[?5i, nel=\EE,
12646 mc0=\E[0i, mc4=\E[4i, mc5=\E[5i,
15628 kprt=\EP, mc0=\EP, mc4=^T, mc5=^R,
15681 mc0=\EP$<10>, mc4=^T, mc5=^R,
15729 mc0=\EP$<10>, mc4=^T, mc5=^R,
20409 mc0=\E[0i, mc4=\E[4i, mc5=\E[5i,
[all …]
H A Dtermcap.src6915 # sequence (<mc4>); this is a slight violation of the terminfo
7480 # The :cd:/:k0:/:k1:/:kh:/<mc4>, and <mc5> caps are from BRL, which says:
11169 # (which does duplicate printed data on the screen, in which case mc4=
18874 # PS stop_print mc4
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps253 prtr_off, "mc4" "pf" Turn off the printer
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps260 prtr_off mc4 pf str Turn off the printer
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps258 prtr_off mc4 pf str Turn off the printer
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1982 CH_COM_OBJS = ch_mac.o ch_subr.o cspi.o espi.o ixf1010.o mc3.o mc4.o mc5.o \