Searched refs:asy (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | asy.c | 169 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_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 102 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_50/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 61 #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_50/usr/src/uts/common/sys/ |
H A D | asy.h | 436 #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 D | Makefile | 49 asy.h \
|
/titanic_50/usr/src/uts/intel/os/ |
H A D | minor_perm | 3 asy:* 0666 root sys 4 asy:*,cu 0600 uucp uucp
|
H A D | driver_aliases | 1 asy "pci11c1,480"
|
H A D | name_to_major | 3 asy 106
|
H A D | master | 121 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_50/usr/src/pkg/manifests/ |
H A D | driver-i86pc-platform.mf | 48 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.conf group=sys 72 file path=usr/share/man/man7d/asy.7d
|
H A D | system-header-header-storage.mf | 37 file path=usr/include/sys/asy.h
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 101 static BOOL asy; /* assembly file */ variable 400 if (asy) { 426 if (asy) { 550 if (asy) { 785 asy = NO; /* assembly file */ 809 asy = YES;
|
/titanic_50/usr/src/uts/intel/asy/ |
H A D | Makefile | 43 MODULE = asy
|
/titanic_50/usr/src/man/man7d/ |
H A D | Makefile | 189 asy.7d \
|
/titanic_50/usr/src/uts/intel/ |
H A D | Makefile.intel | 194 DRV_KMODS += asy
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.files | 1009 ASY_OBJS += asy.o
|