Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/boot/prep/
Dmisc.c55 RESIDUAL hold_resid_buf;
56 RESIDUAL *hold_residual = &hold_resid_buf;
140 RESIDUAL *residual, void *OFW_interface) in decompress_kernel()
183 sizeof(RESIDUAL))); in decompress_kernel()
187 sizeof(RESIDUAL))); in decompress_kernel()
236 memcpy(hold_residual,residual,sizeof(RESIDUAL)); in decompress_kernel()
/linux-2.4.37.9/include/asm-ppc/
Dresidual.h315 } RESIDUAL; typedef
318 extern RESIDUAL *res;
/linux-2.4.37.9/arch/ppc/platforms/
Dresidual.c52 unsigned char __res[sizeof(RESIDUAL)] __prepdata = {0,};
53 RESIDUAL *res = (RESIDUAL *)&__res;
Dprep_setup.c1141 sizeof(RESIDUAL)); in prep_init()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h402 #define RESIDUAL 0x81 macro
Daic7xxx.reg698 mask RESIDUAL 0x80|SEQINT /* Residual byte count != 0 */