search for: ext_status

Displaying 3 results from an estimated 3 matches for "ext_status".

Did you mean: exit_status
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...slot # %d\n", __func__, slot_cur->number); + debug("%s: entry slot # %d\n", __func__, slot_cur->number); if (SET_BUS_STATUS(slot_cur->ctrl) && is_bus_empty(slot_cur)) { rc = slot_update(&slot_cur); if (rc) return rc; speed = SLOT_SPEED(slot_cur->ext_status); - debug("ext_status = %x, speed = %x\n", slot_cur->ext_status, speed); + debug("ext_status = %x, speed = %x\n", + slot_cur->ext_status, speed); switch (speed) { case HPC_SLOT_SPEED_33: cmd = HPC_BUS_33CONVMODE; @@ -910,23 +912,23 @@ static int set_bus(...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...slot # %d\n", __func__, slot_cur->number); + debug("%s: entry slot # %d\n", __func__, slot_cur->number); if (SET_BUS_STATUS(slot_cur->ctrl) && is_bus_empty(slot_cur)) { rc = slot_update(&slot_cur); if (rc) return rc; speed = SLOT_SPEED(slot_cur->ext_status); - debug("ext_status = %x, speed = %x\n", slot_cur->ext_status, speed); + debug("ext_status = %x, speed = %x\n", + slot_cur->ext_status, speed); switch (speed) { case HPC_SLOT_SPEED_33: cmd = HPC_BUS_33CONVMODE; @@ -910,23 +912,23 @@ static int set_bus(...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...slot # %d\n", __func__, slot_cur->number); + debug("%s: entry slot # %d\n", __func__, slot_cur->number); if (SET_BUS_STATUS(slot_cur->ctrl) && is_bus_empty(slot_cur)) { rc = slot_update(&slot_cur); if (rc) return rc; speed = SLOT_SPEED(slot_cur->ext_status); - debug("ext_status = %x, speed = %x\n", slot_cur->ext_status, speed); + debug("ext_status = %x, speed = %x\n", + slot_cur->ext_status, speed); switch (speed) { case HPC_SLOT_SPEED_33: cmd = HPC_BUS_33CONVMODE; @@ -910,23 +912,23 @@ static int set_bus(...