Searched refs:SPRD_GATE_NON_AON (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/clk/sprd/ |
H A D | ums512-clk.c | 1558 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1561 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1564 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1567 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1600 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1603 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1606 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1609 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1612 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); 1615 CLK_IGNORE_UNUSED, SPRD_GATE_NON_AON); [all …]
|
H A D | gate.c | 100 if (sg->flags & SPRD_GATE_NON_AON) { in sprd_gate_is_enabled()
|
H A D | gate.h | 29 #define SPRD_GATE_NON_AON BIT(3) /* not alway powered on, check before read */ macro
|
H A 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);
|