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

/freebsd-current/sys/riscv/include/
H A Dbus.h452 #define BUS_PEEK_FUNC(width, type) \ macro
462 BUS_PEEK_FUNC(1, uint8_t)
463 BUS_PEEK_FUNC(2, uint16_t)
464 BUS_PEEK_FUNC(4, uint32_t)
465 BUS_PEEK_FUNC(8, uint64_t)
/freebsd-current/sys/x86/include/
H A Dbus.h1048 #define BUS_PEEK_FUNC(width, type) \ macro
1058 BUS_PEEK_FUNC(1, uint8_t)
1059 BUS_PEEK_FUNC(2, uint16_t)
1060 BUS_PEEK_FUNC(4, uint32_t)
1062 BUS_PEEK_FUNC(8, uint64_t)
/freebsd-current/sys/powerpc/include/
H A Dbus.h463 #define BUS_PEEK_FUNC(width, type) \ macro
473 BUS_PEEK_FUNC(1, uint8_t)
474 BUS_PEEK_FUNC(2, uint16_t)
475 BUS_PEEK_FUNC(4, uint32_t)
476 BUS_PEEK_FUNC(8, uint64_t)
/freebsd-current/sys/arm/include/
H A Dbus.h744 #define BUS_PEEK_FUNC(width, type) \ macro
754 BUS_PEEK_FUNC(1, uint8_t)
755 BUS_PEEK_FUNC(2, uint16_t)
756 BUS_PEEK_FUNC(4, uint32_t)
757 BUS_PEEK_FUNC(8, uint64_t)

Completed in 172 milliseconds