• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/storage/

Lines Matching refs:US_DEBUGP

510 		US_DEBUGP("   isd200_action(READ_STATUS)\n");
519 US_DEBUGP(" isd200_action(ENUM,0x%02x)\n",value);
529 US_DEBUGP(" isd200_action(RESET)\n");
538 US_DEBUGP(" isd200_action(REENABLE)\n");
547 US_DEBUGP(" isd200_action(SOFT_RESET)\n");
556 US_DEBUGP(" isd200_action(IDENTIFY)\n");
564 US_DEBUGP("Error: Undefined action %d\n",action);
574 US_DEBUGP(" isd200_action(0x%02x) error: %d\n",action,status);
596 US_DEBUGP("Entering isd200_IssueATAReadRegs\n");
601 US_DEBUGP(" Error reading ATA registers\n");
605 US_DEBUGP(" Got ATA Register[ATA_REG_ERROR_OFFSET] = 0x%x\n",
636 US_DEBUGP("-- command was aborted\n");
648 US_DEBUGP("-- transport indicates protocol failure\n");
653 US_DEBUGP("-- transport indicates command failure\n");
658 US_DEBUGP("-- transport indicates transport error\n");
664 US_DEBUGP("-- transport indicates unknown error\n");
676 US_DEBUGP("-- unexpectedly short transfer\n");
683 US_DEBUGP("-- auto-sense aborted\n");
719 US_DEBUGP(" Event Notification: 0x%x\n",
721 US_DEBUGP(" External Clock: 0x%x\n",
723 US_DEBUGP(" ATA Init Timeout: 0x%x\n",
725 US_DEBUGP(" ATAPI Command Block Size: 0x%x\n",
727 US_DEBUGP(" Master/Slave Selection: 0x%x\n",
729 US_DEBUGP(" ATAPI Reset: 0x%x\n",
731 US_DEBUGP(" ATA Timing: 0x%x\n",
733 US_DEBUGP(" ATA Major Command: 0x%x\n",
735 US_DEBUGP(" ATA Minor Command: 0x%x\n",
737 US_DEBUGP(" Init Status: 0x%x\n",
739 US_DEBUGP(" Config Descriptor 2: 0x%x\n",
741 US_DEBUGP(" Skip Device Boot: 0x%x\n",
743 US_DEBUGP(" ATA 3 State Supsend: 0x%x\n",
745 US_DEBUGP(" Descriptor Override: 0x%x\n",
747 US_DEBUGP(" Last LUN Identifier: 0x%x\n",
749 US_DEBUGP(" SRST Enable: 0x%x\n",
769 US_DEBUGP("Entering isd200_write_config\n");
770 US_DEBUGP(" Writing the following ISD200 Config Data:\n");
786 US_DEBUGP(" ISD200 Config Data was written successfully\n");
788 US_DEBUGP(" Request to write ISD200 Config Data failed!\n");
792 US_DEBUGP("Leaving isd200_write_config %08X\n", retStatus);
811 US_DEBUGP("Entering isd200_read_config\n");
828 US_DEBUGP(" Retrieved the following ISD200 Config Data:\n");
833 US_DEBUGP(" Request to get ISD200 Config Data failed!\n");
837 US_DEBUGP("Leaving isd200_read_config %08X\n", retStatus);
855 US_DEBUGP("Entering isd200_atapi_soft_reset\n");
859 US_DEBUGP(" Error issuing Atapi Soft Reset\n");
863 US_DEBUGP("Leaving isd200_atapi_soft_reset %08X\n", retStatus);
881 US_DEBUGP("Entering isd200_SRST\n");
887 US_DEBUGP(" Error issuing SRST\n");
895 US_DEBUGP(" Error taking drive out of reset\n");
903 US_DEBUGP("Leaving isd200_srst %08X\n", retStatus);
949 US_DEBUGP(" %s status is still BSY, try again...\n",mstr);
951 US_DEBUGP(" %s status !BSY, continue with next operation\n",mstr);
958 US_DEBUGP(" Status indicates it is not ready, try again...\n");
962 US_DEBUGP(" Identified ATA device\n");
983 US_DEBUGP(" Identified ATAPI device as slave. Rechecking again as master\n");
987 US_DEBUGP(" Identified ATAPI device\n");
994 US_DEBUGP(" Not ATA, not ATAPI. Weird.\n");
1001 US_DEBUGP(" BSY check timeout, just continue with next operation...\n");
1003 US_DEBUGP(" Device detect timeout!\n");
1025 US_DEBUGP("Entering isd200_manual_enum\n");
1044 US_DEBUGP(" Setting Master/Slave selection to %d\n", isslave);
1051 US_DEBUGP("Leaving isd200_manual_enum %08X\n", retStatus);
1071 US_DEBUGP(" Identify Data Structure:\n");
1072 US_DEBUGP(" config = 0x%x\n", id[ATA_ID_CONFIG]);
1073 US_DEBUGP(" cyls = 0x%x\n", id[ATA_ID_CYLS]);
1074 US_DEBUGP(" heads = 0x%x\n", id[ATA_ID_HEADS]);
1075 US_DEBUGP(" track_bytes = 0x%x\n", id[4]);
1076 US_DEBUGP(" sector_bytes = 0x%x\n", id[5]);
1077 US_DEBUGP(" sectors = 0x%x\n", id[ATA_ID_SECTORS]);
1078 US_DEBUGP(" serial_no[0] = 0x%x\n", *(char *)&id[ATA_ID_SERNO]);
1079 US_DEBUGP(" buf_type = 0x%x\n", id[20]);
1080 US_DEBUGP(" buf_size = 0x%x\n", id[ATA_ID_BUF_SIZE]);
1081 US_DEBUGP(" ecc_bytes = 0x%x\n", id[22]);
1082 US_DEBUGP(" fw_rev[0] = 0x%x\n", *(char *)&id[ATA_ID_FW_REV]);
1083 US_DEBUGP(" model[0] = 0x%x\n", *(char *)&id[ATA_ID_PROD]);
1084 US_DEBUGP(" max_multsect = 0x%x\n", id[ATA_ID_MAX_MULTSECT] & 0xff);
1085 US_DEBUGP(" dword_io = 0x%x\n", id[ATA_ID_DWORD_IO]);
1086 US_DEBUGP(" capability = 0x%x\n", id[ATA_ID_CAPABILITY] >> 8);
1087 US_DEBUGP(" tPIO = 0x%x\n", id[ATA_ID_OLD_PIO_MODES] >> 8);
1088 US_DEBUGP(" tDMA = 0x%x\n", id[ATA_ID_OLD_DMA_MODES] >> 8);
1089 US_DEBUGP(" field_valid = 0x%x\n", id[ATA_ID_FIELD_VALID]);
1090 US_DEBUGP(" cur_cyls = 0x%x\n", id[ATA_ID_CUR_CYLS]);
1091 US_DEBUGP(" cur_heads = 0x%x\n", id[ATA_ID_CUR_HEADS]);
1092 US_DEBUGP(" cur_sectors = 0x%x\n", id[ATA_ID_CUR_SECTORS]);
1093 US_DEBUGP(" cur_capacity = 0x%x\n", ata_id_u32(id, 57));
1094 US_DEBUGP(" multsect = 0x%x\n", id[ATA_ID_MULTSECT] & 0xff);
1095 US_DEBUGP(" lba_capacity = 0x%x\n", ata_id_u32(id, ATA_ID_LBA_CAPACITY));
1096 US_DEBUGP(" command_set_1 = 0x%x\n", id[ATA_ID_COMMAND_SET_1]);
1097 US_DEBUGP(" command_set_2 = 0x%x\n", id[ATA_ID_COMMAND_SET_2]);
1114 US_DEBUGP("Entering isd200_get_inquiry_data\n");
1132 US_DEBUGP(" Error issuing ATA Command Identify\n");
1175 US_DEBUGP(" Device supports Media Status Notification\n");
1195 US_DEBUGP("Protocol changed to: %s\n", us->protocol_name);
1205 US_DEBUGP("Leaving isd200_get_inquiry_data %08X\n", retStatus);
1236 US_DEBUGP(" ATA OUT - INQUIRY\n");
1246 US_DEBUGP(" ATA OUT - SCSIOP_MODE_SENSE\n");
1260 US_DEBUGP(" Media Status not supported, just report okay\n");
1267 US_DEBUGP(" ATA OUT - SCSIOP_TEST_UNIT_READY\n");
1278 US_DEBUGP(" Media Status not supported, just report okay\n");
1289 US_DEBUGP(" ATA OUT - SCSIOP_READ_CAPACITY\n");
1308 US_DEBUGP(" ATA OUT - SCSIOP_READ\n");
1340 US_DEBUGP(" ATA OUT - SCSIOP_WRITE\n");
1372 US_DEBUGP(" ATA OUT - SCSIOP_MEDIUM_REMOVAL\n");
1375 US_DEBUGP(" srb->cmnd[4] = 0x%X\n", srb->cmnd[4]);
1385 US_DEBUGP(" Not removeable media, just report okay\n");
1392 US_DEBUGP(" ATA OUT - SCSIOP_START_STOP_UNIT\n");
1393 US_DEBUGP(" srb->cmnd[4] = 0x%X\n", srb->cmnd[4]);
1396 US_DEBUGP(" Media Eject\n");
1403 US_DEBUGP(" Get Media Status\n");
1411 US_DEBUGP(" Nothing to do, just report okay\n");
1418 US_DEBUGP("Unsupported SCSI command - 0x%X\n", srb->cmnd[0]);
1477 US_DEBUGP("ERROR - kmalloc failure\n");
1488 US_DEBUGP("ISD200 Initialization...\n");
1493 US_DEBUGP("ERROR Initializing ISD200 Info struct\n");
1498 US_DEBUGP("ISD200 Initialization Failure\n");
1500 US_DEBUGP("ISD200 Initialization complete\n");
1525 US_DEBUGP("ERROR Driver not initialized\n");