Searched refs:pcic (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | pcic.c | 343 static boolean_t pcic_load_cardbus(pcicdev_t *pcic, const pcic_socket_t *sockp); 344 static void pcic_unload_cardbus(pcicdev_t *pcic, const pcic_socket_t *sockp); 345 static uint32_t pcic_getcb(pcicdev_t *pcic, int reg); 346 static void pcic_putcb(pcicdev_t *pcic, int reg, uint32_t value); 349 static void pcic_enable_io_intr(pcicdev_t *pcic, int socket, int irq); 350 static void pcic_disable_io_intr(pcicdev_t *pcic, int socket); 357 static int pcic_exca_powerctl(pcicdev_t *pcic, int socket, int powerlevel); 358 static int pcic_cbus_powerctl(pcicdev_t *pcic, int socket); 628 pcicdev_t *pcic = anp->an_private; in pcic_quiesce() local 631 for (i = 0; i < pcic->pc_numsockets; i++) { in pcic_quiesce() [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | driver-pcmcia.mf | 44 driver name=pcic class=pcmcia \ 48 file path=kernel/drv/$(ARCH64)/pcic group=sys 50 file path=kernel/drv/pcic.conf group=sys 51 file path=usr/share/man/man7d/pcic.7d
|
/titanic_50/usr/src/uts/intel/pcic/ |
H A D | Makefile | 42 MODULE = pcic
|
/titanic_50/usr/src/uts/sparc/pcic/ |
H A D | Makefile | 41 MODULE = pcic
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pcic_var.h | 213 struct pcicdev_t *pcic; member 591 #define PC_CALLBACK (*pcic->pc_callback)
|
/titanic_50/usr/src/man/man7d/ |
H A D | Makefile | 95 pcic.7d \
|
/titanic_50/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 338 DRV_KMODS += pcic
|
/titanic_50/usr/src/uts/intel/ |
H A D | Makefile.intel | 295 DRV_KMODS += pcic
|
/titanic_50/usr/src/uts/intel/os/ |
H A D | master | 166 ICU1900|PNP0E00|PNP0E01|PNP0E02 pcic oth all pcic.bef "PCMCIA controller"
|
/titanic_50/usr/src/uts/common/pcmcia/nexus/ |
H A D | pcmcia.c | 4206 for (i = 0; i < pcic->pc_numsockets; i++) { in pcmcia_power() 4207 if (pcic->pc_callback) in pcmcia_power() 4208 PC_CALLBACK(dip, pcic->pc_cb_arg, in pcmcia_power()
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.files | 1622 PCIC_OBJS += pcic.o
|