Searched refs:MO_HTOTAL (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 978 "set_tvnorm: MO_HTOTAL 0x%08x [old=0x%08x,htotal=%d]\n", in cx88_set_tvnorm() 979 htotal, cx_read(MO_HTOTAL), (u32)tmp64); in cx88_set_tvnorm() 980 cx_andor(MO_HTOTAL, 0x07ff, htotal); in cx88_set_tvnorm()
|
H A D | cx88-reg.h | 164 #define MO_HTOTAL 0x310120 macro
|
H A D | cx88-video.c | 235 .reg = MO_HTOTAL,
|
/kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 992 "set_tvnorm: MO_HTOTAL 0x%08x [old=0x%08x,htotal=%d]\n", in cx88_set_tvnorm() 993 htotal, cx_read(MO_HTOTAL), (u32)tmp64); in cx88_set_tvnorm() 994 cx_andor(MO_HTOTAL, 0x07ff, htotal); in cx88_set_tvnorm()
|
H A D | cx88-reg.h | 164 #define MO_HTOTAL 0x310120 macro
|
H A D | cx88-video.c | 235 .reg = MO_HTOTAL,
|
Completed in 12 milliseconds