Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/cxt1e1/
Dpmcc4_drv.c774 volatile u_int32_t loopValue; in c4_loop_port() local
777 loopValue = pci_read_32 ((u_int32_t *) &comet->mdiag) & COMET_MDIAG_LBMASK; in c4_loop_port()
780 return loopValue; /* return the read value */ in c4_loop_port()
782 if (loopValue != cmd) in c4_loop_port()
799 ci->devname, cmd, loopValue, portnum); in c4_loop_port()
800 loopValue = pci_read_32 ((u_int32_t *) &comet->mdiag) & COMET_MDIAG_LBMASK; in c4_loop_port()
801 if (loopValue != cmd) in c4_loop_port()
811 ci->devname, loopValue); in c4_loop_port()