Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/char/agp/
A Dgeneric.c499 switch (*bridge_agpstat & 7) { in agp_v2_parse_one()
606 *bridge_agpstat = ((*bridge_agpstat & ~AGPSTAT_ARQSZ) | in agp_v3_parse_one()
611 *bridge_agpstat = ((*bridge_agpstat & ~AGPSTAT_CAL_MASK) | in agp_v3_parse_one()
615 *bridge_agpstat |= AGPSTAT_SBA; in agp_v3_parse_one()
745 bridge_agpstat = ((bridge_agpstat & ~AGPSTAT_RQ_DEPTH) | in agp_collect_device_status()
753 bridge_agpstat &= ~AGPSTAT_FW; in agp_collect_device_status()
762 return bridge_agpstat; in agp_collect_device_status()
772 mode = bridge_agpstat & 0x7; in agp_device_command()
806 u32 bridge_agpstat, temp; in agp_generic_enable() local
816 bridge_agpstat = agp_collect_device_status(agp_bridge, requested_mode, bridge_agpstat); in agp_generic_enable()
[all …]

Completed in 5 milliseconds