Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-alpha/
Dhwrpb.h4 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000)
163 struct hwrpb_struct { struct
207 extern struct hwrpb_struct *hwrpb; argument
210 hwrpb_update_checksum(struct hwrpb_struct *h) in hwrpb_update_checksum()
Dconsole.h69 struct hwrpb_struct;
/linux-2.4.37.9/arch/alpha/boot/
Dbootp.c31 struct hwrpb_struct *hwrpb = INIT_HWRPB;
Dmain.c26 struct hwrpb_struct *hwrpb = INIT_HWRPB;
Dbootpz.c44 struct hwrpb_struct *hwrpb = INIT_HWRPB;
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-calibr.c189 extern struct hwrpb_struct *hwrpb; in init_clock()
/linux-2.4.37.9/arch/alpha/kernel/
Dalpha_ksyms.c38 extern struct hwrpb_struct *hwrpb;
Dsetup.c61 struct hwrpb_struct *hwrpb;
474 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()
/linux-2.4.37.9/drivers/sound/
Dtrident.c4246 extern struct hwrpb_struct *hwrpb; in trident_probe()