Lines Matching defs:s
788 cmn_err(CE_WARN, "!pcic%d: non-pci mode (%s) not supported, "
817 "pcic%d: parent bus type = [%s], speed = %d MHz\n",
931 cmn_err(CE_WARN, "pcic: %s: unsupported "
948 * We need a default mapping to the adapter's IO
982 cmn_err(CE_WARN, "pcic: %s: unsupported "
1363 * Setup the IRQ handler(s)
1433 cmn_err(CE_WARN, "%s: ddi_intr_alloc failed",
1477 "%s: ddi_intr_add_handler failed",
1483 cmn_err(CE_WARN, "%s: ddi_intr_enable failed",
1552 cmn_err(CE_CONT, "type = %s sockets = %d\n", typename,
1570 * Give the Cardbus misc module a chance to do it's per-adapter
1583 * Give the PCMCIA misc module a chance to do it's per-adapter
2211 "socket %d value=%x, flags = %x (%s)\n",
2277 /* get the socket's I/O addresses */
2727 * dip pcic driver's device information
3040 * Setup this window's timing.
3076 * now map the card's memory pages - we start with page
3606 * now map the card's memory pages - we start with page 0
3628 cmn_err(CE_CONT, "\tmemory type = %s\n",
3713 * range checking for sanity's sake
3834 "%s%d: Bad Request for 3.3V "
3904 "%s%d: Bad Power Request "
3956 * Until there is a card present it's not worth enabling
4169 "\tsocket type is I/O and irq %x is %s\n", irq,
4647 cmn_err(CE_CONT, "pcic_reset_socket(%p, %d, %d/%s)\n",
4816 * that PCI's parent understands and bypass the PCI nexus.
4903 "removing interrupt %d at %s "
5044 fmt = "%s\t%s\t%b\n";
5046 fmt = "%s\t%s\t%x\n";
5052 fmt = "\t%s\t%b";
5054 fmt = "\t%s\t%x";
5062 cmn_err(CE_CONT, "%s\n", buff);
5082 fmt = "%s\t%s\t%b\n";
5084 fmt = "%s\t%s\t%x\n";
5090 fmt = "\t%s\t%b";
5092 fmt = "\t%s\t%x";
5124 fmt = "%s\t%s\t%b\n";
5126 fmt = "%s\t%s\t%x\n";
5132 fmt = "\t%s\t%b";
5134 fmt = "\t%s\t%x";
5150 cmn_err(CE_CONT, "%s\n", buff);
5289 * Some 6730's incorrectly identify themselves
5291 * here to see if the device that's claiming
5498 "%s%d: Odd Cardbus Present State 0x%x\n",
6099 set_socket_t s;
6108 bzero(&s, sizeof (set_socket_t));
6109 s.socket = sockp->pcs_socket;
6110 s.SCIntMask = SBM_CD|SBM_RDYBSY;
6111 s.IFType = IF_CARDBUS;
6112 s.State = (unsigned)~0;
6116 s.VccLevel = PCIC_VCC_3VLEVEL;
6118 s.VccLevel = PCIC_VCC_5VLEVEL;
6124 vccLevel = s.VccLevel;
6125 s.Vpp1Level = s.Vpp2Level = 0;
6127 if (pcic_set_socket(dip, &s) != SUCCESS)
6139 bzero(&s, sizeof (set_socket_t));
6140 s.socket = sockp->pcs_socket;
6141 s.SCIntMask = SBM_CD;
6142 s.IREQRouting = g.IRQRouting;
6143 s.IFType = g.IFType;
6144 s.CtlInd = g.CtlInd;
6145 s.State = (unsigned)~0;
6146 s.VccLevel = vccLevel;
6147 s.Vpp1Level = s.Vpp2Level = 0;
6149 retval = pcic_set_socket(dip, &s);
6150 pcmcia_cb_resumed(s.socket);
6162 pcic_err(dip, 8, "exit pcic_load_cardbus (%s)\n",
6171 set_socket_t s;
6177 bzero(&s, sizeof (set_socket_t));
6178 s.socket = sockp->pcs_socket;
6179 s.SCIntMask = SBM_CD|SBM_RDYBSY;
6180 s.IREQRouting = 0;
6181 s.IFType = IF_MEMORY;
6182 s.CtlInd = 0;
6183 s.State = 0;
6184 s.VccLevel = s.Vpp1Level = s.Vpp2Level = 0;
6186 (void) pcic_set_socket(dip, &s);
6381 (void) sprintf(nm, "%s-%d", ddi_driver_name(pcic->dip),
6384 cmn_err(CE_WARN, "%s: PCIC fault log start:\n", nm);
6385 cmn_err(CE_WARN, "%s: primary err (%x):\n", nm, pci_cfg_stat);
6387 cmn_err(CE_WARN, "%s: sec err (%x):\n", nm, pci_cfg_sec_stat);
6389 cmn_err(CE_CONT, "%s: PCI fault log end.\n", nm);
6795 pcic_err(NULL, 6, debp ? "pcic debounce list (%s) lbolt 0x%x:\n" :
6796 "pcic debounce_list (%s) EMPTY lbolt 0x%x\n", msg, lbolt);
6844 prom_printf("%s(%d),0x%p: %s", name,
6847 prom_printf("%s,0x%p: %s",
6854 cmn_err(CE_CONT, "%s(%d),0x%p: %s",
6857 cmn_err(CE_CONT, "%s,0x%p: %s",
6864 cmn_err(ce, qmark ? "?%s%d: %s" : "%s%d: %s", name,
6867 cmn_err(ce, qmark ? "?%s" : buf, buf);