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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-cards.c4008 uint32_t dataRead = 0; local
4023 dataRead = btread (BT848_GPIO_DATA);
4025 if ((((dataRead >> 18) & 0x01) != 0) || (((dataRead >> 19) & 0x01) != 1)) {
4028 btv->c.nr, dataRead);
4037 dataRead = btread (BT848_GPIO_DATA);
4039 if ((((dataRead >> 18) & 0x01) != 0) || (((dataRead >> 19) & 0x01) != 0)) {
4042 btv->c.nr, dataRead);

Completed in 61 milliseconds