Searched refs:IS_IGD (Results 1 – 2 of 2) sorted by relevance
92 #define IS_IGD(agpmaster) ((agpmaster->agpm_dev_type == DEVICE_IS_I810) || \ macro156 if (IS_IGD(master_softc) && in agpmaster_detach()503 CONFIRM(IS_IGD(softc)); in agpmaster_ioctl()515 CONFIRM(IS_IGD(softc)); in agpmaster_ioctl()530 CONFIRM(IS_IGD(softc)); in agpmaster_ioctl()544 CONFIRM(IS_IGD(softc)); in agpmaster_ioctl()
1832 #define IS_IGD(dev) (IS_IGDG(dev) || IS_IGDGM(dev)) macro