Home
last modified time | relevance | path

Searched refs:pctl_r_bits (Results 1 – 3 of 3) sorted by relevance

/linux/arch/alpha/kernel/
H A Dcore_titan.c245 return pctl.pctl_r_bits.apctl_v_agp_present;
653 pctl.pctl_r_bits.apctl_v_agp_sba_en = agp->mode.bits.sba; in titan_agp_configure()
656 pctl.pctl_r_bits.apctl_v_agp_rate = 0; /* 1x */ in titan_agp_configure()
658 pctl.pctl_r_bits.apctl_v_agp_rate = 1; /* 2x */ in titan_agp_configure()
661 pctl.pctl_r_bits.apctl_v_agp_rate = 2; /* 4x */ in titan_agp_configure()
665 pctl.pctl_r_bits.apctl_v_agp_hp_rd = 2; in titan_agp_configure()
666 pctl.pctl_r_bits.apctl_v_agp_lp_rd = 7; in titan_agp_configure()
671 pctl.pctl_r_bits.apctl_v_agp_en = agp->mode.bits.enable; in titan_agp_configure()
675 1 << pctl.pctl_r_bits.apctl_v_agp_rate, in titan_agp_configure()
676 pctl.pctl_r_bits in titan_agp_configure()
[all...]
/linux/arch/alpha/include/asm/
H A Dcore_tsunami.h213 } pctl_r_bits; member
H A Dcore_titan.h210 } pctl_r_bits; member