Searched defs:machine_desc (Results 1 – 4 of 4) sorted by relevance
27 struct machine_desc { struct28 unsigned int nr; /* architecture number */29 const char *name; /* architecture name */30 unsigned long atag_offset; /* tagged list (relative) */31 const char *const *dt_compat; /* array of device tree34 unsigned int nr_irqs; /* number of IRQs */37 phys_addr_t dma_zone_size; /* size of DMA-able area */40 unsigned int video_start; /* start of video RAM */41 unsigned int video_end; /* end of video RAM */43 unsigned char reserve_lp0 :1; /* never has lp0 */[all …]
40 struct machine_desc { struct56 extern const struct machine_desc *machine_desc; argument
33 struct machine_desc { struct46 extern const struct machine_desc *machine_desc; argument
41 const struct machine_desc *machine_desc; variable