Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/agp/
Dagpgart_fe.c658 if (test_bit(AGP_FF_IS_CONTROLLER, &priv->access_flags)) { in agp_mmap()
686 if (test_bit(AGP_FF_IS_CONTROLLER, &priv->access_flags)) { in agp_release()
818 set_bit(AGP_FF_IS_CONTROLLER, &priv->access_flags); in agpioc_acquire_wrap()
1007 if (!(test_bit(AGP_FF_IS_CONTROLLER, in agp_ioctl()
/linux-2.4.37.9/include/linux/
Dagpgart.h203 #define AGP_FF_IS_CONTROLLER 3 macro