Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzr36057.h149 #define ZR36057_POR_PO_TIME BIT(24) macro
H A Dzoran_device.c111 // while (((por = btread(ZR36057_POR)) & (ZR36057_POR_PO_PEN | ZR36057_POR_PO_TIME)) == ZR36057_POR_PO_PEN) { in post_office_wait()
116 if ((por & ZR36057_POR_PO_TIME) && !zr->card.gws_not_connected) { in post_office_wait()
131 ZR36057_POR_PO_DIR | ZR36057_POR_PO_TIME | ((guest & 7) << 20) | in post_office_write()
142 por = ZR36057_POR_PO_TIME | ((guest & 7) << 20) | ((reg & 7) << 16); in post_office_read()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds