Searched defs:BCM2835CprmanState (Results 1 – 1 of 1) sorted by relevance
17 typedef struct BCM2835CprmanState BCM2835CprmanState; typedef191 struct BCM2835CprmanState { struct193 SysBusDevice parent_obj;196 MemoryRegion iomem;198 CprmanPllState plls[CPRMAN_NUM_PLL];199 CprmanPllChannelState channels[CPRMAN_NUM_PLL_CHANNEL];200 CprmanClockMuxState clock_muxes[CPRMAN_NUM_CLOCK_MUX];201 CprmanDsi0HsckMuxState dsi0hsck_mux;203 uint32_t regs[CPRMAN_NUM_REGS];204 uint32_t xosc_freq;[all …]