Searched refs:errst0 (Results 1 – 1 of 1) sorted by relevance
22 static void dump_hub_information(unsigned long errst0, unsigned long errst1) in dump_hub_information() argument32 if (!(errst0 & PI_ERR_ST0_VALID_MASK)) { in dump_hub_information()39 if (errst0 & PI_ERR_ST0_OVERRUN_MASK) in dump_hub_information()43 (errst0 & PI_ERR_ST0_ADDR_MASK) >> (PI_ERR_ST0_ADDR_SHFT - 3)); in dump_hub_information()45 (errst0 & PI_ERR_ST0_CMD_MASK) >> PI_ERR_ST0_CMD_SHFT); in dump_hub_information()47 (errst0 & PI_ERR_ST0_SUPPL_MASK) >> PI_ERR_ST0_SUPPL_SHFT); in dump_hub_information()49 (errst0 & PI_ERR_ST0_REQNUM_MASK) >> PI_ERR_ST0_REQNUM_SHFT); in dump_hub_information()51 [(errst0 & PI_ERR_ST0_TYPE_MASK) >> PI_ERR_ST0_TYPE_SHFT] in dump_hub_information()57 unsigned long errst0, errst1; in ip27_be_handler() local68 errst0 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS0_B : PI_ERR_STATUS0_A); in ip27_be_handler()[all …]