HomeSort by: relevance | last modified time | path
    Searched refs:PCI_MAGIC_IO_RANGE (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/ofppc/include/
param.h 10 #define PCI_MAGIC_IO_RANGE 0xfeff0000
  /src/sys/arch/bebox/include/
param.h 46 #define PCI_MAGIC_IO_RANGE 0xf2000000
  /src/sys/arch/macppc/include/
param.h 56 #define PCI_MAGIC_IO_RANGE 0xf2000000
  /src/sys/arch/prep/include/
param.h 46 #define PCI_MAGIC_IO_RANGE 0xf2000000
  /src/sys/arch/shark/include/
param.h 43 #define PCI_MAGIC_IO_RANGE 0xf0000000
  /src/sys/arch/cats/include/
param.h 59 #define PCI_MAGIC_IO_RANGE 0x7c000000
  /src/sys/arch/shark/ofw/
vga_ofbus.c 199 if ((offset >= PCI_MAGIC_IO_RANGE) &&
200 (offset < (PCI_MAGIC_IO_RANGE + 0x10000))) {
203 pa = isa_io_physaddr + offset - PCI_MAGIC_IO_RANGE;
igsfb_ofbus.c 254 #ifdef PCI_MAGIC_IO_RANGE
256 if ((offset >= PCI_MAGIC_IO_RANGE) &&
257 (offset < (PCI_MAGIC_IO_RANGE + 0x10000))) {
260 pa = isa_io_physaddr + offset - PCI_MAGIC_IO_RANGE;
chipsfb_ofbus.c 222 #ifdef PCI_MAGIC_IO_RANGE
224 if ((offset >= PCI_MAGIC_IO_RANGE) &&
225 (offset < (PCI_MAGIC_IO_RANGE + 0x10000))) {
228 pa = isa_io_physaddr + offset - PCI_MAGIC_IO_RANGE;
  /src/sys/dev/pci/
pci_usrreq.c 178 #ifdef PCI_MAGIC_IO_RANGE
187 if ((offset >= PCI_MAGIC_IO_RANGE) &&
188 (offset < (PCI_MAGIC_IO_RANGE + 0x10000))) {
189 return bus_space_mmap(sc->sc_iot, offset - PCI_MAGIC_IO_RANGE,
192 #endif /* PCI_MAGIC_IO_RANGE */
genfb_pci.c 305 * PCI_IOAREA_OFFSET is the same as PCI_MAGIC_IO_RANGE
317 #ifdef PCI_MAGIC_IO_RANGE
319 if ((offset >= PCI_MAGIC_IO_RANGE) &&
320 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
321 return bus_space_mmap(sc->sc_iot, offset - PCI_MAGIC_IO_RANGE,
vga_pci.c 368 #ifdef PCI_MAGIC_IO_RANGE
370 if ((offset >= PCI_MAGIC_IO_RANGE) &&
371 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
373 offset - PCI_MAGIC_IO_RANGE,
r128fb.c 510 #ifdef PCI_MAGIC_IO_RANGE
512 if ((offset >= PCI_MAGIC_IO_RANGE) &&
513 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
514 pa = bus_space_mmap(sc->sc_iot, offset - PCI_MAGIC_IO_RANGE,
voodoofb.c 1269 #ifdef PCI_MAGIC_IO_RANGE
1271 if ((offset >= PCI_MAGIC_IO_RANGE) &&
1272 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
1274 offset - PCI_MAGIC_IO_RANGE, 0, prot, 0);
pm2fb.c 607 #ifdef PCI_MAGIC_IO_RANGE
609 if ((offset >= PCI_MAGIC_IO_RANGE) &&
610 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
611 pa = bus_space_mmap(sc->sc_iot, offset - PCI_MAGIC_IO_RANGE,
pm3fb.c 483 #ifdef PCI_MAGIC_IO_RANGE
485 if ((offset >= PCI_MAGIC_IO_RANGE) &&
486 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
487 pa = bus_space_mmap(sc->sc_iot, offset - PCI_MAGIC_IO_RANGE,
gffb.c 631 #ifdef PCI_MAGIC_IO_RANGE
633 if ((offset >= PCI_MAGIC_IO_RANGE) &&
634 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
635 pa = bus_space_mmap(sc->sc_iot, offset - PCI_MAGIC_IO_RANGE,
machfb.c 2078 #ifdef PCI_MAGIC_IO_RANGE
2079 if ((offset >= PCI_MAGIC_IO_RANGE) &&
2080 (offset <= PCI_MAGIC_IO_RANGE + 0x10000)) {
2082 offset - PCI_MAGIC_IO_RANGE, 0, prot, 0);
radeonfb.c 1367 #ifdef PCI_MAGIC_IO_RANGE
1369 if ((offset >= PCI_MAGIC_IO_RANGE) &&
1370 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
1371 pa = bus_space_mmap(sc->sc_iot, offset - PCI_MAGIC_IO_RANGE,
1375 #endif /* PCI_MAGIC_IO_RANGE */
  /src/sys/arch/sparc64/include/
param.h 282 #define PCI_MAGIC_IO_RANGE 0x100000000LL
  /src/sys/dev/ic/
ct65550.c 935 #ifdef PCI_MAGIC_IO_RANGE
937 if ((offset >= PCI_MAGIC_IO_RANGE) &&
938 (offset < PCI_MAGIC_IO_RANGE + 0x10000)) {
939 pa = bus_space_mmap(sc->sc_iot, offset - PCI_MAGIC_IO_RANGE,

Completed in 45 milliseconds