Searched defs:linux_prom_registers (Results 1 – 2 of 2) sorted by relevance
193 struct linux_prom_registers { struct194 unsigned int which_io; /* hi part of physical address */195 unsigned int phys_addr; /* The physical address of this register */196 unsigned int reg_size; /* How many bytes does this register take up? */
291 struct linux_prom_registers { struct292 int which_io; /* is this in OBIO space? */293 char *phys_addr; /* The physical address of this register */294 int reg_size; /* How many bytes does this register take up? */