Home
last modified time | relevance | path

Searched refs:asy (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dasy.c169 static void async_txint(struct asycom *asy);
170 static void async_rxint(struct asycom *asy, uchar_t lsr);
171 static void async_msint(struct asycom *asy);
172 static void async_softint(struct asycom *asy);
181 static void asy_program(struct asycom *asy, int mode);
182 static void asyinit(struct asycom *asy);
183 static void asy_waiteot(struct asycom *asy);
193 static void asy_parse_mode(dev_info_t *devi, struct asycom *asy);
195 static char *asy_hw_name(struct asycom *asy);
199 static int asy_identify_chip(dev_info_t *devi, struct asycom *asy);
[all …]
/titanic_41/usr/src/uts/sun4/io/
H A Dsu_driver.c102 static void async_txint(struct asycom *asy, uchar_t lsr);
103 static void async_rxint(struct asycom *asy, uchar_t lsr);
104 static void async_msint(struct asycom *asy);
105 static int async_softint(struct asycom *asy);
115 static int asy_program(struct asycom *asy, int mode);
127 static void asycheckflowcontrol_hw(struct asycom *asy);
128 static boolean_t asycheckflowcontrol_sw(struct asycom *asy);
129 static void asy_ppsevent(struct asycom *asy, int msr);
384 struct asycom *asy; in asydetach() local
390 asy = (struct asycom *)ddi_get_soft_state(su_asycom, instance); in asydetach()
[all …]
/titanic_41/usr/src/uts/sun4/sys/
H A Dsudev.h61 #define OUTB(offset, value) ddi_put8(asy->asy_handle, \
62 asy->asy_ioaddr+offset, value)
63 #define INB(offset) ddi_get8(asy->asy_handle, asy->asy_ioaddr+offset)
225 #define INC64_KSTAT(asy, stat) (asy)->kstats.stat.value.ui64++; argument
388 #define ASYSETSOFT(asy) { \ argument
389 if (mutex_tryenter(asy->asy_soft_lock)) { \
390 asy->asy_flags |= ASY_NEEDSOFT; \
391 if (!asy->asysoftpend) { \
392 asy->asysoftpend = 1; \
393 mutex_exit(asy->asy_soft_lock);\
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dasy.h436 #define ASYSETSOFT(asy) { \ argument
437 if (mutex_tryenter(&asy->asy_soft_lock)) { \
438 asy->asy_flags |= ASY_NEEDSOFT; \
439 if (!asy->asysoftpend) { \
440 asy->asysoftpend = 1; \
441 mutex_exit(&asy->asy_soft_lock); \
442 ddi_trigger_softintr(asy->asy_softintr_id); \
445 mutex_exit(&asy->asy_soft_lock); \
H A DMakefile46 asy.h \
/titanic_41/usr/src/uts/intel/os/
H A Dminor_perm3 asy:* 0666 root sys
4 asy:*,cu 0600 uucp uucp
H A Ddriver_aliases1 asy "pci11c1,480"
H A Dname_to_major3 asy 106
H A Dmaster121 PNP0500 asy com all none "Standard PC COM port"
122 PNP0501 asy com all none "16550A-compatible COM port"
124 # PNP0510 asy com all none "Generic IRDA-compatible device"
196 ISY0020 asy com all com.bef "Serial port"
197 SUN0030 asy com all boca.bef "Boca board serial port" $forceload=yes
198 USR0006|USR0002|SUP1381|HSM0240 asy com pnpisa none "Serial port w/ built in modem"
/titanic_41/usr/src/pkg/manifests/
H A Ddriver-i86pc-platform.mf48 driver name=asy alias=pci11c1,480 perms="* 0666 root sys" \
54 file path=kernel/drv/$(ARCH64)/asy group=sys
59 file path=kernel/drv/asy group=sys
60 file path=kernel/drv/asy.conf group=sys
85 file path=usr/share/man/man7d/asy.7d
H A Dsystem-header-header-storage.mf37 file path=usr/include/sys/asy.h
/titanic_41/usr/src/tools/cscope-fast/
H A Dscanner.l101 static BOOL asy; /* assembly file */ variable
400 if (asy) {
426 if (asy) {
550 if (asy) {
785 asy = NO; /* assembly file */
809 asy = YES;
/titanic_41/usr/src/uts/intel/asy/
H A DMakefile43 MODULE = asy
/titanic_41/usr/src/man/man7d/
H A DMakefile191 asy.7d \
/titanic_41/usr/src/uts/intel/
H A DMakefile.intel193 DRV_KMODS += asy
/titanic_41/usr/src/uts/common/
H A DMakefile.files1004 ASY_OBJS += asy.o