Lines Matching refs:d
346 #define isp116x_delay(h,d) (h)->board->delay( \ argument
347 isp116x_to_hcd(h)->self.controller,d)
350 #define isp116x_delay(h,d) ndelay(d) argument
353 #define isp116x_delay(h,d) do{}while(0) argument
441 #define isp116x_show_reg_log(d,r,s) { \ argument
444 r, isp116x_read_reg32(d, r)); \
447 r, isp116x_read_reg16(d, r)); \
450 #define isp116x_show_reg_seq(d,r,s) { \ argument
453 r, isp116x_read_reg32(d, r)); \
456 r, isp116x_read_reg16(d, r)); \
460 #define isp116x_show_regs(d,type,s) { \ argument
461 isp116x_show_reg_##type(d, HCREVISION, s); \
462 isp116x_show_reg_##type(d, HCCONTROL, s); \
463 isp116x_show_reg_##type(d, HCCMDSTAT, s); \
464 isp116x_show_reg_##type(d, HCINTSTAT, s); \
465 isp116x_show_reg_##type(d, HCINTENB, s); \
466 isp116x_show_reg_##type(d, HCFMINTVL, s); \
467 isp116x_show_reg_##type(d, HCFMREM, s); \
468 isp116x_show_reg_##type(d, HCFMNUM, s); \
469 isp116x_show_reg_##type(d, HCLSTHRESH, s); \
470 isp116x_show_reg_##type(d, HCRHDESCA, s); \
471 isp116x_show_reg_##type(d, HCRHDESCB, s); \
472 isp116x_show_reg_##type(d, HCRHSTATUS, s); \
473 isp116x_show_reg_##type(d, HCRHPORT1, s); \
474 isp116x_show_reg_##type(d, HCRHPORT2, s); \
475 isp116x_show_reg_##type(d, HCHWCFG, s); \
476 isp116x_show_reg_##type(d, HCDMACFG, s); \
477 isp116x_show_reg_##type(d, HCXFERCTR, s); \
478 isp116x_show_reg_##type(d, HCuPINT, s); \
479 isp116x_show_reg_##type(d, HCuPINTENB, s); \
480 isp116x_show_reg_##type(d, HCCHIPID, s); \
481 isp116x_show_reg_##type(d, HCSCRATCH, s); \
482 isp116x_show_reg_##type(d, HCITLBUFLEN, s); \
483 isp116x_show_reg_##type(d, HCATLBUFLEN, s); \
484 isp116x_show_reg_##type(d, HCBUFSTAT, s); \
485 isp116x_show_reg_##type(d, HCRDITL0LEN, s); \
486 isp116x_show_reg_##type(d, HCRDITL1LEN, s); \