Home
last modified time | relevance | path

Searched refs:INVAL (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/gdbstub/
H A Dsyscalls.c181 E(INVAL); in gdb_handle_file_io()
/openbmc/qemu/target/hexagon/
H A Dmacros.h199 #define fINSERT_BITS(REG, WIDTH, OFFSET, INVAL) \ argument
200 REG = ((WIDTH) ? deposit64(REG, (OFFSET), (WIDTH), (INVAL)) : REG)
209 #define fINSERT_RANGE(INREG, HIBIT, LOWBIT, INVAL) \ argument
213 deposit64((INREG), (LOWBIT), width, (INVAL)) : \
/openbmc/qemu/target/m68k/
H A Dm68k-semi.c64 E(INVAL); in host_to_gdb_errno()
/openbmc/linux/drivers/regulator/
H A Dda903x-regulator.c391 DA9030_LDO(13, 2100, 2100, 0, INVAL, 0, 0, RCTL11, 3), /* fixed @2.1V */
411 DA9034_LDO(5, 3100, 3100, 0, INVAL, 0, 0, OVER3, 7), /* fixed @3.1V */
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dmips-semi.c144 E(INVAL); in uhi_cb()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def71 …REG = ((REG) & ~(((fCONSTLL(1)<<(WIDTH))-1)<<(OFFSET))) | (((INVAL) & ((fCONSTLL(1)<<(WIDTH))-1)) …
104 INREG |= ((INVAL & ((fCONSTLL(1)<<width)-1)) << offset);