Lines Matching refs:debug

95 	debug ("inside configure_card, func->busno = %x\n", func->busno);  in ibmphp_configure_card()
112 debug ("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->function = %x\n", in ibmphp_configure_card()
117 debug ("vendor_id is %x\n", vendor_id); in ibmphp_configure_card()
120 debug ("found valid device, vendor_id = %x\n", vendor_id); in ibmphp_configure_card()
133 debug ("hrd_type = %x, class = %x, class_code %x\n", hdr_type, class, class_code); in ibmphp_configure_card()
146debug ("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, … in ibmphp_configure_card()
250 debug ("class now is %x\n", class); in ibmphp_configure_card()
259 debug ("cur_func->busno b4 configure_bridge is %x\n", cur_func->busno); in ibmphp_configure_card()
273 debug ("cur_func->busno = %x, device = %x, function = %x\n", in ibmphp_configure_card()
276 debug ("after configuring bridge..., sec_number = %x\n", sec_number); in ibmphp_configure_card()
280 debug ("inside for loop, device is %x\n", i); in ibmphp_configure_card()
369 debug ("%s - inside\n", __func__); in configure_device()
395 debug ("Device %x BAR %d wants %x\n", func->device, count, bar[count]); in configure_device()
399 debug ("inside IO SPACE\n"); in configure_device()
404 debug ("len[count] in IO %x, count %d\n", len[count], count); in configure_device()
428 debug ("b4 writing, the IO address is %x\n", func->io[count]->start); in configure_device()
430 debug ("after writing.... the start address is %x\n", bar[count]); in configure_device()
437 debug ("PFMEM SPACE\n"); in configure_device()
442 debug ("len[count] in PFMEM %x, count %d\n", len[count], count); in configure_device()
469 debug ("there's no pfmem... going into mem.\n"); in configure_device()
490 debug ("b4 writing, start address is %x\n", func->pfmem[count]->start); in configure_device()
492 debug ("after writing, start address is %x\n", bar[count]); in configure_device()
496 debug ("inside the mem 64 case, count %d\n", count); in configure_device()
503 debug ("REGULAR MEM SPACE\n"); in configure_device()
508 debug ("len[count] in Mem %x, count %d\n", len[count], count); in configure_device()
531 debug ("b4 writing, start address is %x\n", func->mem[count]->start); in configure_device()
533 debug ("after writing, the address is %x\n", bar[count]); in configure_device()
538 debug ("inside mem 64 case, reg. mem, count %d\n", count); in configure_device()
600 debug ("%s - enter\n", __func__); in configure_bridge()
623 debug ("after find_sec_number, the number we got is %x\n", sec_number); in configure_bridge()
624 debug ("AFTER FIND_SEC_NUMBER, func->busno IS %x\n", func->busno); in configure_bridge()
644 debug ("func->busno is %x\n", func->busno); in configure_bridge()
645 debug ("sec_number after writing is %x\n", sec_number); in configure_bridge()
660 debug ("so we come here then, eh?, count = %d\n", count); in configure_bridge()
665 debug ("Bar %d wants %x\n", count, bar[count]); in configure_bridge()
672 debug ("len[count] in IO = %x\n", len[count]); in configure_bridge()
705 debug ("len[count] in PFMEM = %x\n", len[count]); in configure_bridge()
762 debug ("len[count] in Memory is %x\n", len[count]); in configure_bridge()
804 debug ("after coming back from scan_behind_bridge\n"); in configure_bridge()
805 debug ("amount_needed->not_correct = %x\n", amount_needed->not_correct); in configure_bridge()
806 debug ("amount_needed->io = %x\n", amount_needed->io); in configure_bridge()
807 debug ("amount_needed->mem = %x\n", amount_needed->mem); in configure_bridge()
808 debug ("amount_needed->pfmem = %x\n", amount_needed->pfmem); in configure_bridge()
811 debug ("amount_needed is not correct\n"); in configure_bridge()
830 debug ("it doesn't want IO?\n"); in configure_bridge()
833 debug ("it wants %x IO behind the bridge\n", amount_needed->io); in configure_bridge()
846 debug ("were we able to add io\n"); in configure_bridge()
853 debug ("it doesn't want n.e.memory?\n"); in configure_bridge()
856 debug ("it wants %x memory behind the bridge\n", amount_needed->mem); in configure_bridge()
870 debug ("were we able to add mem\n"); in configure_bridge()
875 debug ("it doesn't want n.e.pfmem mem?\n"); in configure_bridge()
878 debug ("it wants %x pfmemory behind the bridge\n", amount_needed->pfmem); in configure_bridge()
914 debug ("b4 if (flag_io && flag_mem && flag_pfmem)\n"); in configure_bridge()
915 debug ("flag_io = %x, flag_mem = %x, flag_pfmem = %x\n", flag_io, flag_mem, flag_pfmem); in configure_bridge()
932 debug ("b4 adding new bus\n"); in configure_bridge()
954 debug ("io 32\n"); in configure_bridge()
958 debug ("pfmem 64\n"); in configure_bridge()
1017 debug ("b4 writing control information\n"); in configure_bridge()
1032 debug ("device where devices[i] is 1 = %x\n", i); in configure_bridge()
1038 debug ("func->busno b4 returning is %x\n", func->busno); in configure_bridge()
1039 debug ("func->busno b4 returning in the other structure is %x\n", (*func_passed)->busno); in configure_bridge()
1105 debug ("the bus_no behind the bridge is %x\n", busno); in scan_behind_bridge()
1106 debug ("scanning devices behind the bridge...\n"); in scan_behind_bridge()
1121 debug ("hdr_type behind the bridge is %x\n", hdr_type); in scan_behind_bridge()
1153 debug ("what is bar[count]? %x, count = %d\n", bar[count], count); in scan_behind_bridge()
1160debug ("count %d device %x function %x wants %x resources\n", count, device, function, bar[count]); in scan_behind_bridge()
1237 debug ("%s - enter\n", __func__); in unconfigure_boot_device()
1241 debug ("cannot find corresponding bus.\n"); in unconfigure_boot_device()
1256 debug ("start_address is %x\n", start_address); in unconfigure_boot_device()
1257 debug ("busno, device, function %x %x %x\n", busno, device, function); in unconfigure_boot_device()
1260 debug ("is this bar no implemented?, count = %d\n", count); in unconfigure_boot_device()
1274 debug ("io->start = %x\n", io->start); in unconfigure_boot_device()
1284 debug ("io->start = %x\n", io->start); in unconfigure_boot_device()
1295 debug ("start address of pfmem is %x\n", start_address); in unconfigure_boot_device()
1303 debug ("pfmem->start = %x\n", pfmem->start); in unconfigure_boot_device()
1309 debug ("start address of mem is %x\n", start_address); in unconfigure_boot_device()
1317 debug ("mem->start = %x\n", mem->start); in unconfigure_boot_device()
1352 debug ("busno is %x\n", busno); in unconfigure_boot_bridge()
1354 debug ("%s - busno = %x, primary_number = %x\n", __func__, busno, pri_number); in unconfigure_boot_bridge()
1357 debug ("sec_number is %x\n", sec_number); in unconfigure_boot_bridge()
1367 debug ("sub_no is %d, sec_no is %d\n", sub_no, sec_no); in unconfigure_boot_bridge()
1378 debug("bus->busno is %x\n", bus->busno); in unconfigure_boot_bridge()
1379 debug("sec_number is %x\n", sec_number); in unconfigure_boot_bridge()
1402 debug ("io->start = %x\n", io->start); in unconfigure_boot_bridge()
1417 debug ("pfmem->start = %x\n", pfmem->start); in unconfigure_boot_bridge()
1429 debug ("mem->start = %x\n", mem->start); in unconfigure_boot_bridge()
1440 debug ("%s - exiting, returning success\n", __func__); in unconfigure_boot_bridge()
1456 debug ("%s - enter\n", __func__); in unconfigure_boot_card()
1461 debug ("b4 for loop, device is %x\n", device); in unconfigure_boot_card()
1473 debug ("%s - found correct device\n", __func__); in unconfigure_boot_card()
1483 debug ("hdr_type %x, class %x\n", hdr_type, class); in unconfigure_boot_card()
1570 debug ("%s - enter\n", __func__); in ibmphp_unconfigure_card()
1594 debug ("io[%d] exists\n", i); in ibmphp_unconfigure_card()
1600 debug ("mem[%d] exists\n", i); in ibmphp_unconfigure_card()
1606 debug ("pfmem[%d] exists\n", i); in ibmphp_unconfigure_card()
1621 debug ("%s - exit\n", __func__); in ibmphp_unconfigure_card()