Searched refs:bus_status0 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmesh.h23 unsigned char bus_status0; member in struct:mesh_regs
71 /* Bits in the bus_status0 and bus_status1 registers:
83 /* Bus phases defined by the bits in bus_status0 */
H A Dmesh.c222 tlp->bs0 = ms->mesh->bus_status0;
314 (mr->bus_status1 << 8) + mr->bus_status0, mr->fifo_count,
520 && (in_8(&mr->bus_status0) & BS0_IO)) {
537 && (in_8(&mr->bus_status0) & BS0_IO)) {
726 if ((in_8(&mr->bus_status0) & BS0_ATN) == 0) {
727 dlog(ms, "bus0 was %.2x explicitly asserting ATN", mr->bus_status0);
728 out_8(&mr->bus_status0, BS0_ATN); /* explicit ATN */
733 out_8(&mr->bus_status0, 0); /* release explicit ATN */
734 dlog(ms,"hace: after explicit ATN bus0=%.2x",mr->bus_status0);
1375 phase = in_8(&mr->bus_status0)
[all...]

Completed in 164 milliseconds