Searched refs:BUS_PEEK_FUNC (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
H A Dbus.h454 #define BUS_PEEK_FUNC(width, type) \ macro
464 BUS_PEEK_FUNC(1, uint8_t)
465 BUS_PEEK_FUNC(2, uint16_t)
466 BUS_PEEK_FUNC(4, uint32_t)
467 BUS_PEEK_FUNC(8, uint64_t)
/freebsd-13-stable/sys/powerpc/include/
H A Dbus.h465 #define BUS_PEEK_FUNC(width, type) \ macro
475 BUS_PEEK_FUNC(1, uint8_t)
476 BUS_PEEK_FUNC(2, uint16_t)
477 BUS_PEEK_FUNC(4, uint32_t)
478 BUS_PEEK_FUNC(8, uint64_t)
/freebsd-13-stable/sys/x86/include/
H A Dbus.h1092 #define BUS_PEEK_FUNC(width, type) \ macro
1102 BUS_PEEK_FUNC(1, uint8_t)
1103 BUS_PEEK_FUNC(2, uint16_t)
1104 BUS_PEEK_FUNC(4, uint32_t)
1106 BUS_PEEK_FUNC(8, uint64_t)
/freebsd-13-stable/sys/mips/include/
H A Dbus.h692 #define BUS_PEEK_FUNC(width, type) \ macro
702 BUS_PEEK_FUNC(1, uint8_t)
703 BUS_PEEK_FUNC(2, uint16_t)
704 BUS_PEEK_FUNC(4, uint32_t)
705 BUS_PEEK_FUNC(8, uint64_t)
/freebsd-13-stable/sys/arm/include/
H A Dbus.h746 #define BUS_PEEK_FUNC(width, type) \ macro
756 BUS_PEEK_FUNC(1, uint8_t)
757 BUS_PEEK_FUNC(2, uint16_t)
758 BUS_PEEK_FUNC(4, uint32_t)
759 BUS_PEEK_FUNC(8, uint64_t)

Completed in 110 milliseconds