Lines Matching refs:errst0
25 static void dump_hub_information(unsigned long errst0, unsigned long errst1) in dump_hub_information() argument
35 if (!(errst0 & PI_ERR_ST0_VALID_MASK)) { in dump_hub_information()
42 if (errst0 & PI_ERR_ST0_OVERRUN_MASK) in dump_hub_information()
46 (errst0 & PI_ERR_ST0_ADDR_MASK) >> (PI_ERR_ST0_ADDR_SHFT - 3)); in dump_hub_information()
48 (errst0 & PI_ERR_ST0_CMD_MASK) >> PI_ERR_ST0_CMD_SHFT); in dump_hub_information()
50 (errst0 & PI_ERR_ST0_SUPPL_MASK) >> PI_ERR_ST0_SUPPL_SHFT); in dump_hub_information()
52 (errst0 & PI_ERR_ST0_REQNUM_MASK) >> PI_ERR_ST0_REQNUM_SHFT); in dump_hub_information()
54 [(errst0 & PI_ERR_ST0_TYPE_MASK) >> PI_ERR_ST0_TYPE_SHFT] in dump_hub_information()
60 unsigned long errst0, errst1; in ip27_be_handler() local
71 errst0 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS0_B : PI_ERR_STATUS0_A); in ip27_be_handler()
73 dump_hub_information(errst0, errst1); in ip27_be_handler()