Lines Matching refs:deb_info
73 #define deb_info(args...) dprintk(0x01,args) macro
93 deb_info("%s: i2c write error (addr %02x, reg %02x, err == %i)\n", in bcm3510_writebytes()
112 deb_info("%s: i2c read error (addr %02x, reg %02x, err == %i)\n", in bcm3510_readbytes()
162 deb_info("HAB is running already - clearing it.\n"); in bcm3510_hab_send_request()
189 deb_info("waiting for HAB to complete\n"); in bcm3510_hab_send_request()
198 deb_info("send_request execution timed out.\n"); in bcm3510_hab_send_request()
244 deb_info("AP is busy\n");
299 deb_info("real_status: %02x\n",*status); in bcm3510_read_status()
447 deb_info("%dkHz:",freq); in bcm3510_set_freq()
475 deb_info(" BC1_2_3_4: %x, N: %x A: %x\n", bc, n, a); in bcm3510_set_freq()
624 deb_info("requesting firmware\n"); in bcm3510_download_firmware()
629 deb_info("got firmware: %zd\n",fw->size); in bcm3510_download_firmware()
635 deb_info("firmware chunk, addr: 0x%04x, len: 0x%04x, total length: 0x%04zx\n",addr,len,fw->size); in bcm3510_download_firmware()
643 deb_info("firmware download successfully completed\n"); in bcm3510_download_firmware()
652 deb_info("Version information: 0x%02x 0x%02x 0x%02x 0x%02x\n", in bcm3510_check_firmware_version()
660 deb_info("version check failed\n"); in bcm3510_check_firmware_version()
684 deb_info("reset timed out\n"); in bcm3510_reset()
708 deb_info("reset clear timed out\n"); in bcm3510_clear_reset()
721 deb_info("AP is already running - firmware already loaded.\n"); in bcm3510_init_cold()
725 deb_info("reset?\n"); in bcm3510_init_cold()
729 deb_info("tristate?\n"); in bcm3510_init_cold()
735 deb_info("firmware?\n"); in bcm3510_init_cold()
755 deb_info("JDEC: %02x\n",j.raw); in bcm3510_init()
759 deb_info("attempting to download firmware\n"); in bcm3510_init()
763 deb_info("firmware is loaded\n"); in bcm3510_init()
806 deb_info("Revision: 0x%1x, Layer: 0x%1x.\n",v.REVID_e0.REV,v.REVID_e0.LAYER); in bcm3510_attach()