Home
last modified time | relevance | path

Searched refs:BUS_PEEK_FUNC (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/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)
/f-stack/freebsd/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)
/f-stack/freebsd/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)