Home
last modified time | relevance | path

Searched refs:errst0 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-berr.c22 static void dump_hub_information(unsigned long errst0, unsigned long errst1) in dump_hub_information() argument
32 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() local
68 errst0 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS0_B : PI_ERR_STATUS0_A); in ip27_be_handler()
[all …]