Lines Matching refs:bus_status1
224 tlp->bs1 = ms->mesh->bus_status1;
315 (mr->bus_status1 << 8) + mr->bus_status0, mr->fifo_count,
373 out_8(&mr->bus_status1, BS1_RST); /* assert RST */
376 out_8(&mr->bus_status1, 0); /* negate RST */
443 if (in_8(&mr->bus_status1) & (BS1_BSY | BS1_SEL)) {
452 if ((in_8(&mr->bus_status1) & (BS1_BSY | BS1_SEL)) == 0)
464 if (in_8(&mr->bus_status1) & (BS1_BSY | BS1_SEL)) {
513 if (in_8(&mr->interrupt) == 0 && (in_8(&mr->bus_status1) & BS1_SEL)
530 if (in_8(&mr->interrupt) == 0 && (in_8(&mr->bus_status1) & BS1_SEL)
898 while ((in_8(&mr->bus_status1) & BS1_BSY) == 0) {
1039 while ((in_8(&mr->bus_status1) & BS1_RST) != 0)
1111 if (ms->phase > selecting && (in_8(&mr->bus_status1) & BS1_BSY)) {
1729 out_8(&mr->bus_status1, BS1_RST); /* assert RST */
1732 out_8(&mr->bus_status1, 0); /* negate RST */
1824 out_8(&mr->bus_status1, BS1_RST);
1827 out_8(&mr->bus_status1, 0);