Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/zoran/
H A Dzr36057.h149 #define ZR36057_POR_PO_TIME BIT(24) macro
H A Dzoran_device.c114 if ((por & ZR36057_POR_PO_TIME) && !zr->card.gws_not_connected) { in post_office_wait()
129 ZR36057_POR_PO_DIR | ZR36057_POR_PO_TIME | ((guest & 7) << 20) | in post_office_write()
140 por = ZR36057_POR_PO_TIME | ((guest & 7) << 20) | ((reg & 7) << 16); in post_office_read()