Searched refs:OXNAS_GATE (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/clk/ |
| D | clk-oxnas.c | 100 #define OXNAS_GATE(_name, _bit, _parents) \ macro 112 static OXNAS_GATE(ox810se_leon, 0, osc_parents); 113 static OXNAS_GATE(ox810se_dma_sgdma, 1, osc_parents); 114 static OXNAS_GATE(ox810se_cipher, 2, osc_parents); 115 static OXNAS_GATE(ox810se_sata, 4, osc_parents); 116 static OXNAS_GATE(ox810se_audio, 5, osc_parents); 117 static OXNAS_GATE(ox810se_usbmph, 6, osc_parents); 118 static OXNAS_GATE(ox810se_etha, 7, eth_parents); 119 static OXNAS_GATE(ox810se_pciea, 8, osc_parents); 120 static OXNAS_GATE(ox810se_nand, 9, osc_parents); [all …]
|