OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DI0_COUNTER_RELEASE
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/video/
ipu_regs.h
87
DI0_COUNTER_RELEASE
= 0x01000000,
ipu_common.c
373
disp_gen |= clk->id ? DI1_COUNTER_RELEASE :
DI0_COUNTER_RELEASE
;
382
disp_gen &= clk->id ? ~DI1_COUNTER_RELEASE : ~
DI0_COUNTER_RELEASE
;
[
all
...]
ipu_disp.c
729
reg &= ~
DI0_COUNTER_RELEASE
;
[
all
...]
Completed in 50 milliseconds