Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/media/easycap/
Deasycap_low.c334 u16 get0; in wait_i2c() local
343 GET(p, 0x0201, &igot); get0 = igot; in wait_i2c()
344 switch (get0) { in wait_i2c()
352 return get0 - 1; in wait_i2c()
694 u16 get116, get117, get0; in start_100() local
707 get0 = igot; in start_100()
708 SET(p, 0x0100, (0x80 | get0)); in start_100()
718 u16 get0; in stop_100() local
724 get0 = igot; in stop_100()
725 SET(p, 0x0100, (0x7F & get0)); in stop_100()