Searched defs:linux_prom_registers (Results 1 – 2 of 2) sorted by relevance
192 struct linux_prom_registers { struct193 unsigned int which_io; /* hi part of physical address */194 unsigned int phys_addr; /* The physical address of this register */195 unsigned int reg_size; /* How many bytes does this register take up? */
290 struct linux_prom_registers { struct291 int which_io; /* is this in OBIO space? */292 char *phys_addr; /* The physical address of this register */293 int reg_size; /* How many bytes does this register take up? */