Searched refs:prefetch_masks (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dcmd640.c164 static u8 prefetch_masks[4] = {CNTRL_DIS_RA0, CNTRL_DIS_RA1, ARTTIM23_DIS_RA2, ARTTIM23_DIS_RA3}; variable
402 __set_prefetch_mode(drive, (b & prefetch_masks[index]) ? 0 : 1);
419 b &= ~prefetch_masks[index]; /* enable prefetch */
421 b |= prefetch_masks[index]; /* disable prefetch */

Completed in 106 milliseconds