Lines Matching refs:bus_status1
224 tlp->bs1 = ms->mesh->bus_status1;
315 (mr->bus_status1 << 8) + mr->bus_status0, mr->fifo_count,
382 out_8(&mr->bus_status1, BS1_RST); /* assert RST */
385 out_8(&mr->bus_status1, 0); /* negate RST */
452 if (in_8(&mr->bus_status1) & (BS1_BSY | BS1_SEL)) {
461 if ((in_8(&mr->bus_status1) & (BS1_BSY | BS1_SEL)) == 0)
473 if (in_8(&mr->bus_status1) & (BS1_BSY | BS1_SEL)) {
522 if (in_8(&mr->interrupt) == 0 && (in_8(&mr->bus_status1) & BS1_SEL)
539 if (in_8(&mr->interrupt) == 0 && (in_8(&mr->bus_status1) & BS1_SEL)
904 while ((in_8(&mr->bus_status1) & BS1_BSY) == 0) {
1045 while ((in_8(&mr->bus_status1) & BS1_RST) != 0)
1117 if (ms->phase > selecting && (in_8(&mr->bus_status1) & BS1_BSY)) {
1734 out_8(&mr->bus_status1, BS1_RST); /* assert RST */
1737 out_8(&mr->bus_status1, 0); /* negate RST */
1829 out_8(&mr->bus_status1, BS1_RST);
1832 out_8(&mr->bus_status1, 0);