Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ieee1394/
Dohci1394.c1419 u32 command, contextMatch; in ohci_iso_recv_start() local
1433 contextMatch = tag_mask << 28; in ohci_iso_recv_start()
1440 contextMatch |= iso->channel; in ohci_iso_recv_start()
1461 contextMatch |= cycle << 12; in ohci_iso_recv_start()
1470 contextMatch |= (sync&0xf)<<8; in ohci_iso_recv_start()
1473 reg_write(recv->ohci, recv->ContextMatch, contextMatch); in ohci_iso_recv_start()