freebsd-dev/sys/dev/agp
Pedro F. Giffuni d9c9c81c08 sys: use our roundup2/rounddown2() macros when param.h is available.
rounddown2 tends to produce longer lines than the original code
and when the code has a high indentation level it was not really
advantageous to do the replacement.

This tries to strike a balance between readability using the macros
and flexibility of having the expressions, so not everything is
converted.
2016-04-21 19:57:40 +00:00
..
agp_ali.c dev/agp: use our nitems() macro when it is avaliable through param.h. 2016-04-19 23:31:35 +00:00
agp_amd64.c dev/agp: use our nitems() macro when it is avaliable through param.h. 2016-04-19 23:31:35 +00:00
agp_amd.c
agp_apple.c
agp_ati.c
agp_i810.c agp: Do not attach to Intel GEN6+ 2016-03-12 09:44:23 +00:00
agp_i810.h drm/i915: Update to match Linux 3.8.13 2016-03-08 20:33:02 +00:00
agp_if.m
agp_intel.c
agp_nvidia.c sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
agp_sis.c
agp_via.c
agp.c dev/agp: use our nitems() macro when it is avaliable through param.h. 2016-04-19 23:31:35 +00:00
agppriv.h
agpreg.h agp: Do not attach to Intel GEN6+ 2016-03-12 09:44:23 +00:00
agpvar.h