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;
32 struct hwrpb_struct *hwrpb = INIT_HWRPB;
26 struct hwrpb_struct *hwrpb = INIT_HWRPB;
54 struct hwrpb_struct *hwrpb = INIT_HWRPB;
68 struct hwrpb_struct *hwrpb;519 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()