Lines Matching refs:pcic_err

203 static  void    pcic_err(dev_info_t *dip, int level, const char *fmt, ...);
214 pcic_err(NULL, 10, "Set lock at %d\n", __LINE__); \
220 pcic_err(NULL, 10, "Clear lock at %d\n", __LINE__); \
883 pcic_err(dip, 8, "Is Cardbus device\n"); in pcic_attach()
888 pcic_err(dip, 9, "\tdev, cfgaddr 0x%p," in pcic_attach()
896 pcic_err(dip, 9, "\tsize of reg %d is 0x%x\n", in pcic_attach()
2240 pcic_err(pcic->dip, 0xf, in pcic_intr()
2300 pcic_err(pcic->dip, 0x9, in pcic_intr()
2423 pcic_err(pcic->dip, 0xf, in pcic_intr()
2436 pcic_err(pcic->dip, 0xf, in pcic_intr()
2465 pcic_err(pcic->dip, 0xf, in pcic_do_io_intr()
2479 pcic_err(pcic->dip, 0xf, in pcic_do_io_intr()
2482 pcic_err(pcic->dip, 0xf, in pcic_do_io_intr()
2498 pcic_err(pcic->dip, 0xf, in pcic_do_io_intr()
2518 pcic_err(pcic->dip, 0xf, in pcic_do_io_intr()
2710 pcic_err(pcic->dip, 8, "pcic_set_cdtimers(%d, Timer Set %d)\n" in pcic_set_cdtimers()
2850 pcic_err(dip, 8, in pcic_set_window()
3213 pcic_err(dip, 8, in pcic_set_window()
3255 pcic_err(dip, 8, in pcic_set_window()
3536 pcic_err(pcic->dip, 8, in pcic_card_state()
3822 pcic_err(dip, 9, "\tVcc=%d Vpp1Level=%d, Vpp2Level=%d\n", in pcic_set_socket()
4132 pcic_err(dip, 8, "\tmanagement int set to %x pwrctl to 0x%x " in pcic_set_socket()
4537 pcic_err(pcic->dip, 6, in pcic_ll_reset()
4563 pcic_err(pcic->dip, 8, "pcic_ll_reset pre_wait %d mS\n", in pcic_ll_reset()
4569 pcic_err(pcic->dip, 8, in pcic_ll_reset()
4588 pcic_err(pcic->dip, 8, "pcic_ll_reset reset_wait %d mS\n", in pcic_ll_reset()
4593 pcic_err(pcic->dip, 8, "pcic_ll_reset take it out of reset now\n"); in pcic_ll_reset()
4605 pcic_err(pcic->dip, 8, "pcic_ll_reset post_wait %d mS\n", in pcic_ll_reset()
4624 pcic_err(pcic->dip, 7, "pcic_ll_reset returning 0x%x\n", windowbits); in pcic_ll_reset()
5191 pcic_err(NULL, 5, "pcic_check_read: Card not ready, intstate = 0x%x, " in pcic_check_ready()
5475 pcic_err(pcic->dip, 6, in pcic_handle_cd_change()
5486 pcic_err(pcic->dip, 8, "New card (0x%x)\n", sockp->pcs_flags); in pcic_handle_cd_change()
5490 pcic_err(pcic->dip, 8, "CBus PS (0x%x)\n", cbps); in pcic_handle_cd_change()
5513 pcic_err(pcic->dip, in pcic_handle_cd_change()
5529 pcic_err(pcic->dip, in pcic_handle_cd_change()
5573 pcic_err(pcic->dip, 5, in pcic_handle_cd_change()
5606 pcic_err(pcic->dip, 8, "Card removed\n"); in pcic_handle_cd_change()
5657 pcic_err(pcic->dip, 8, "Queueing up debounce timeout for " in pcic_handle_cd_change()
5688 pcic_err(pcic->dip, 7, "Leaving pcic_handle_cd_change\n"); in pcic_handle_cd_change()
5958 pcic_err(pdip, 9, "allowable bus range is " in pcic_init_assigned()
5961 pcic_err(pdip, 0, in pcic_init_assigned()
5968 pcic_err(pdip, 0, "!No bus-range property seems to " in pcic_init_assigned()
5992 pcic_err(dip, 1, "Free assigned addresses\n"); in pcic_init_assigned()
6104 pcic_err(dip, 8, "entering pcic_load_cardbus\n"); in pcic_load_cardbus()
6162 pcic_err(dip, 8, "exit pcic_load_cardbus (%s)\n", in pcic_load_cardbus()
6241 pcic_err(NULL, 1, in pcic_enable_io_intr()
6297 pcic_err(NULL, 1, in pcic_disable_io_intr()
6418 pcic_err(NULL, 6, "pcic_do_resume(): entered\n"); in pcic_do_resume()
6453 pcic_err(pcic->dip, 1, in pcic_do_resume()
6472 pcic_err(pcs->pcs_pcic->dip, 8, in pcic_debounce()
6571 pcic_err(NULL, 6, "pcic: Failed to find debounce id 0x%p\n", id); in pcic_rm_debqueue()
6587 pcic_err(pcic->dip, 6, in pcic_exca_powerctl()
6620 pcic_err(pcic->dip, 8, in pcic_exca_powerctl()
6624 pcic_err(pcic->dip, 8, in pcic_exca_powerctl()
6679 pcic_err(pcic->dip, 8, in pcic_exca_powerctl()
6715 pcic_err(pcic->dip, 6, in pcic_cbus_powerctl()
6758 pcic_err(pcic->dip, 8, in pcic_cbus_powerctl()
6795 pcic_err(NULL, 6, debp ? "pcic debounce list (%s) lbolt 0x%x:\n" : in pcic_dump_debqueue()
6798 pcic_err(NULL, 6, "%p: exp 0x%x next 0x%p id 0x%p\n", in pcic_dump_debqueue()
6808 pcic_err(dev_info_t *dip, int level, const char *fmt, ...) in pcic_err() function