Lines Matching refs:deb_info
76 #define deb_info(args...) dprintk(0x01,args) macro
96 deb_info("%s: i2c write error (addr %02x, reg %02x, err == %i)\n", in bcm3510_writebytes()
115 deb_info("%s: i2c read error (addr %02x, reg %02x, err == %i)\n", in bcm3510_readbytes()
165 deb_info("HAB is running already - clearing it.\n"); in bcm3510_hab_send_request()
192 deb_info("waiting for HAB to complete\n"); in bcm3510_hab_send_request()
201 deb_info("send_request execution timed out.\n"); in bcm3510_hab_send_request()
257 deb_info("AP is busy\n");
312 deb_info("real_status: %02x\n",*status); in bcm3510_read_status()
460 deb_info("%dkHz:",freq); in bcm3510_set_freq()
488 deb_info(" BC1_2_3_4: %x, N: %x A: %x\n", bc, n, a); in bcm3510_set_freq()
638 deb_info("requesting firmware\n"); in bcm3510_download_firmware()
643 deb_info("got firmware: %zu\n", fw->size); in bcm3510_download_firmware()
649 deb_info("firmware chunk, addr: 0x%04x, len: 0x%04x, total length: 0x%04zx\n",addr,len,fw->size); in bcm3510_download_firmware()
658 deb_info("firmware download successfully completed\n"); in bcm3510_download_firmware()
667 deb_info("Version information: 0x%02x 0x%02x 0x%02x 0x%02x\n", in bcm3510_check_firmware_version()
675 deb_info("version check failed\n"); in bcm3510_check_firmware_version()
699 deb_info("reset timed out\n"); in bcm3510_reset()
723 deb_info("reset clear timed out\n"); in bcm3510_clear_reset()
736 deb_info("AP is already running - firmware already loaded.\n"); in bcm3510_init_cold()
740 deb_info("reset?\n"); in bcm3510_init_cold()
744 deb_info("tristate?\n"); in bcm3510_init_cold()
750 deb_info("firmware?\n"); in bcm3510_init_cold()
770 deb_info("JDEC: %02x\n",j.raw); in bcm3510_init()
774 deb_info("attempting to download firmware\n"); in bcm3510_init()
779 deb_info("firmware is loaded\n"); in bcm3510_init()
822 deb_info("Revision: 0x%1x, Layer: 0x%1x.\n",v.REVID_e0.REV,v.REVID_e0.LAYER); in bcm3510_attach()