Home
last modified time | relevance | path

Searched refs:pctl (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/alpha/kernel/
Dcore_titan.c268 union TPAchipPCTL pctl; in titan_query_agp() local
271 pctl.pctl_q_whole = port->pctl.csr; in titan_query_agp()
273 return pctl.pctl_r_bits.apctl_v_agp_present; in titan_query_agp()
370 port->pctl.csr |= pctl_m_mwin; in titan_init_one_pachip_port()
670 union TPAchipPCTL pctl; in titan_agp_configure() local
672 pctl.pctl_q_whole = port->pctl.csr; in titan_agp_configure()
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()
[all …]
Dcore_tsunami.c286 if (tsunami_probe_read(&pchip->pctl.csr) == 0) in tsunami_init_one_pchip()
383 pchip->pctl.csr |= pctl_m_mwin; in tsunami_init_one_pchip()
/linux-2.4.37.9/include/asm-alpha/
Dcore_tsunami.h76 tsunami_64 pctl; member
Dcore_titan.h85 titan_64 pctl; member
/linux-2.4.37.9/drivers/sound/
Dcs46xx.c326 unsigned int pctl, cctl; /* Hardware DMA flag sets */ member
1146 tmp |= card->pctl; in start_dac()
5166 card->pctl = tmp & 0xffff0000; in cs_hardware_init()