Searched refs:hwrpb_struct (Results 1 – 6 of 6) sorted by relevance
5 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000)164 struct hwrpb_struct { struct208 extern struct hwrpb_struct *hwrpb; argument211 hwrpb_update_checksum(struct hwrpb_struct *h) in hwrpb_update_checksum()
26 struct hwrpb_struct;
31 struct hwrpb_struct *hwrpb = INIT_HWRPB;
25 struct hwrpb_struct *hwrpb = INIT_HWRPB;
53 struct hwrpb_struct *hwrpb = INIT_HWRPB;
67 struct hwrpb_struct *hwrpb;450 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()