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

/drivers/media/pci/zoran/
H A Dzr36057.h163 #define ZR36057_POR_POTime (1<<24) macro
H A Dzoran_device.c115 // while (((por = btread(ZR36057_POR)) & (ZR36057_POR_POPen | ZR36057_POR_POTime)) == ZR36057_POR_POPen) {
119 if ((por & ZR36057_POR_POTime) && !zr->card.gws_not_connected) {
138 ZR36057_POR_PODir | ZR36057_POR_POTime | ((guest & 7) << 20) |
152 por = ZR36057_POR_POTime | ((guest & 7) << 20) | ((reg & 7) << 16);

Completed in 14 milliseconds