Searched refs:SPRD_GATE_NON_AON (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/clk/sprd/ |
D | gate.c | 100 if (sg->flags & SPRD_GATE_NON_AON) { in sprd_gate_is_enabled()
|
D | gate.h | 29 #define SPRD_GATE_NON_AON BIT(3) /* not alway powered on, check before read */ macro
|
D | sc9863a-clk.c | 1620 0x20, BIT(16), 0, SPRD_GATE_NON_AON); 1622 0x24, BIT(16), 0, SPRD_GATE_NON_AON); 1624 0x28, BIT(16), 0, SPRD_GATE_NON_AON);
|