Lines Matching refs:command
229 u32 command, scratch, status; in uninorth_agp_enable() local
236 command = agp_collect_device_status(bridge, mode, status); in uninorth_agp_enable()
237 command |= PCI_AGP_COMMAND_AGP; in uninorth_agp_enable()
244 command &= ~AGPSTAT2_4X; in uninorth_agp_enable()
252 if ((command >> AGPSTAT_RQ_DEPTH_SHIFT) > 7) in uninorth_agp_enable()
253 command = (command & ~AGPSTAT_RQ_DEPTH) in uninorth_agp_enable()
263 command); in uninorth_agp_enable()
274 agp_device_command(command, (status & AGPSTAT_MODE_3_0) != 0); in uninorth_agp_enable()
277 agp_device_command(command, false); in uninorth_agp_enable()
347 u32 command; in agp_uninorth_resume() local
353 command = (long)bridge->dev_private_data; in agp_uninorth_resume()
355 if (!(command & PCI_AGP_COMMAND_AGP)) in agp_uninorth_resume()
358 uninorth_agp_enable(bridge, command); in agp_uninorth_resume()