Searched refs:WRAP (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | qtest_wrappers.c | 22 #define WRAP(RET_TYPE, NAME_AND_ARGS)\ macro 26 WRAP(uint8_t , qtest_inb(QTestState *s, uint16_t addr)) in WRAP() function 27 WRAP(uint16_t , qtest_inw(QTestState *s, uint16_t addr)) in WRAP() 28 WRAP(uint32_t , qtest_inl(QTestState *s, uint16_t addr)) in WRAP() 29 WRAP(void , qtest_outb(QTestState *s, uint16_t addr, uint8_t value)) in WRAP() 30 WRAP(void , qtest_outw(QTestState *s, uint16_t addr, uint16_t value)) in WRAP() 31 WRAP(void , qtest_outl(QTestState *s, uint16_t addr, uint32_t value)) in WRAP() 32 WRAP(uint8_t , qtest_readb(QTestState *s, uint64_t addr)) in WRAP() 33 WRAP(uint16_t , qtest_readw(QTestState *s, uint64_t addr)) in WRAP() 34 WRAP(uint32_t , qtest_readl(QTestState *s, uint64_t addr)) in WRAP() [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.asm-generic | 39 quiet_cmd_wrap = WRAP $@
|
H A D | Makefile.lib | 371 quiet_cmd_wrap_S_dtb = WRAP $@
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | scx200_acb.rst | 28 The SC1100 WRAP boards are known to use base addresses 0x810 and 0x820.
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 111 #define WRAP 0x20000 /* SUNOS specific */ macro
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_rpc_upcall.c | 66 PROC(WRAP, wrap),
|
/openbmc/u-boot/drivers/net/ |
H A D | mvneta.c | 42 #define WRAP (2 + ETH_HLEN + 4 + 32) macro 44 #define RX_BUFFER_SIZE (ALIGN(MTU + WRAP, ARCH_DMA_MINALIGN))
|
H A D | mvpp2.c | 61 #define WRAP (2 + ETH_HLEN + 4 + 32) macro 63 #define RX_BUFFER_SIZE (ALIGN(MTU + WRAP, ARCH_DMA_MINALIGN))
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | Makefile | 278 quiet_cmd_wrap = WRAP $@
|
/openbmc/linux/drivers/leds/ |
H A D | Kconfig | 281 tristate "LED Support for the WRAP series LEDs" 285 This option enables support for the PCEngines WRAP programmable LEDs.
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 2567 0b01 WRAP 2590 Field 20 WRAP
|
/openbmc/linux/arch/arm64/ |
H A D | Kconfig | 832 the event of a WRAP event. 850 the event of a WRAP event.
|