Home
last modified time | relevance | path

Searched refs:hwrpb_struct (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dhwrpb.h5 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000)
164 struct hwrpb_struct { struct
208 extern struct hwrpb_struct *hwrpb; argument
211 hwrpb_update_checksum(struct hwrpb_struct *h) in hwrpb_update_checksum()
H A Dconsole.h26 struct hwrpb_struct;
/openbmc/linux/arch/alpha/boot/
H A Dbootp.c31 struct hwrpb_struct *hwrpb = INIT_HWRPB;
H A Dmain.c25 struct hwrpb_struct *hwrpb = INIT_HWRPB;
H A Dbootpz.c53 struct hwrpb_struct *hwrpb = INIT_HWRPB;
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c67 struct hwrpb_struct *hwrpb;
450 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()