Home
last modified time | relevance | path

Searched refs:__BUS_ACCESSOR (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/arm/arm/
H A Dgic_common.h48 __BUS_ACCESSOR(gic, hw_rev, GIC, HW_REV, u_int);
49 __BUS_ACCESSOR(gic, bus, GIC, BUS, u_int);
50 __BUS_ACCESSOR(gic, vgic, GIC, VGIC, u_int);
/freebsd/sys/arm64/arm64/
H A Dgic_v3_var.h107 __BUS_ACCESSOR(gicv3, nirqs, GICV3, NIRQS, u_int);
108 __BUS_ACCESSOR(gicv3, redist, GICV3, REDIST, void *);
109 __BUS_ACCESSOR(gicv3, support_lpis, GICV3, SUPPORT_LPIS, bool);
/freebsd/sys/dev/fdc/
H A Dfdcvar.h76 __BUS_ACCESSOR(fdc, fdunit, FDC, FDUNIT, int);
77 __BUS_ACCESSOR(fdc, fdtype, FDC, FDTYPE, int);
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_var.h86 __BUS_ACCESSOR(nvdimm_root, acpi_handle, NVDIMM_ROOT, ACPI_HANDLE, ACPI_HANDLE)
87 __BUS_ACCESSOR(nvdimm_root, device_handle, NVDIMM_ROOT, DEVICE_HANDLE,
/freebsd/sys/powerpc/psim/
H A Diobusvar.h45 __BUS_ACCESSOR(iobus, var, IOBUS, ivar, type)
/freebsd/sys/powerpc/ps3/
H A Dps3bus.h41 __BUS_ACCESSOR(ps3bus, A, PS3BUS, B, T)
/freebsd/sys/dev/ow/
H A Dow.h35 __BUS_ACCESSOR(ow, var, OW, ivar, type);
/freebsd/sys/dev/sdio/
H A Dsdiob.h77 __BUS_ACCESSOR(sdio, var, SDIOB, ivar, type)
/freebsd/sys/dev/mmc/
H A Dmmcvar.h81 __BUS_ACCESSOR(mmc, var, MMC, ivar, type)
H A Dmmcbrvar.h86 __BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
/freebsd/sys/xen/xenbus/
H A Dxenbusvar.h92 __BUS_ACCESSOR(xenbus, var, XENBUS, ivar, type)
/freebsd/sys/dev/superio/
H A Dsuperio.h72 __BUS_ACCESSOR(superio, var, SUPERIO, ivar, type)
/freebsd/sys/dev/iicbus/
H A Diicbus.h64 __BUS_ACCESSOR(iicbus, A, IICBUS, B, T)
/freebsd/sys/x86/include/
H A Dlegacyvar.h40 __BUS_ACCESSOR(legacy, var, LEGACY, ivar, type)
/freebsd/sys/dev/smbus/
H A Dsmbconf.h89 __BUS_ACCESSOR(smbus, var, SMBUS, ivar, type)
/freebsd/sys/isa/
H A Disavar.h149 __BUS_ACCESSOR(isa, var, ISA, ivar, type)
/freebsd/sys/dev/hid/
H A Dhidbus.h40 __BUS_ACCESSOR(hidbus, A, HIDBUS, B, T)
/freebsd/sys/dev/gpio/
H A Dgpiobusvar.h117 __BUS_ACCESSOR(gpiobus, var, GPIOBUS, ivar, type)
/freebsd/sys/dev/mii/
H A Dmiivar.h260 __BUS_ACCESSOR(miibus, var, MIIBUS, ivar, type)
/freebsd/sys/dev/pci/
H A Dpcivar.h374 __BUS_ACCESSOR(pci, var, PCI, ivar, type)
426 __BUS_ACCESSOR(pcib, var, PCIB, ivar, type)
/freebsd/sys/dev/bhnd/
H A Dbhnd.h142 __BUS_ACCESSOR(bhnd, var, BHND, ivar, type)
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.h984 __BUS_ACCESSOR(hda, var, HDA, ivar, type)
/freebsd/sys/sys/
H A Dbus.h895 #define __BUS_ACCESSOR(varp, var, ivarp, ivar, type) \ macro