Searched refs:hwrpb_struct (Results 1 – 6 of 6) sorted by relevance
4 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000)163 struct hwrpb_struct { struct207 extern struct hwrpb_struct *hwrpb; argument210 hwrpb_update_checksum(struct hwrpb_struct *h) in hwrpb_update_checksum()
25 struct hwrpb_struct;
31 struct hwrpb_struct *hwrpb = INIT_HWRPB;
26 struct hwrpb_struct *hwrpb = INIT_HWRPB;
53 struct hwrpb_struct *hwrpb = INIT_HWRPB;
67 struct hwrpb_struct *hwrpb;517 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()