Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/alpha/kernel/
Dcore_titan.c273 return pctl.pctl_r_bits.apctl_v_agp_present; in titan_query_agp()
675 pctl.pctl_r_bits.apctl_v_agp_sba_en = agp->mode.bits.sba; in titan_agp_configure()
678 pctl.pctl_r_bits.apctl_v_agp_rate = 0; /* 1x */ in titan_agp_configure()
680 pctl.pctl_r_bits.apctl_v_agp_rate = 1; /* 2x */ in titan_agp_configure()
683 pctl.pctl_r_bits.apctl_v_agp_rate = 2; /* 4x */ in titan_agp_configure()
687 pctl.pctl_r_bits.apctl_v_agp_hp_rd = 2; in titan_agp_configure()
688 pctl.pctl_r_bits.apctl_v_agp_lp_rd = 7; in titan_agp_configure()
693 pctl.pctl_r_bits.apctl_v_agp_en = agp->mode.bits.enable; in titan_agp_configure()
697 1 << pctl.pctl_r_bits.apctl_v_agp_rate, in titan_agp_configure()
698 pctl.pctl_r_bits.apctl_v_agp_sba_en ? " - SBA" : ""); in titan_agp_configure()
[all …]
/linux-2.4.37.9/include/asm-alpha/
Dcore_tsunami.h212 } pctl_r_bits; member
Dcore_titan.h210 } pctl_r_bits; member