Searched refs:GDRST (Results 1 – 2 of 2) sorted by relevance
827 gdrst = pci_config_get8(conf_hdl, GDRST); in i965_reset()828 pci_config_put8(conf_hdl, GDRST, gdrst | flags); in i965_reset()830 pci_config_put8(conf_hdl, GDRST, gdrst | 0xfe); in i965_reset()835 gdrst = pci_config_get8(conf_hdl, GDRST); in i965_reset()
666 #define GDRST 0xc0 macro