Home
last modified time | relevance | path

Searched refs:tmode (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Ddesignware_spi.c106 u8 tmode; /* TR/TO/RO/EEPROM */ member
285 priv->tmode = 0; /* Tx & Rx */ in dw_spi_probe()
414 (priv->tmode << SPI_TMOD_OFFSET); in dw_spi_xfer()
417 priv->tmode = SPI_TMOD_TR; in dw_spi_xfer()
419 priv->tmode = SPI_TMOD_RO; in dw_spi_xfer()
425 priv->tmode = SPI_TMOD_TR; in dw_spi_xfer()
428 cr0 |= (priv->tmode << SPI_TMOD_OFFSET); in dw_spi_xfer()
H A Drk_spi.c47 unsigned int tmode; member
267 priv->tmode = TMOD_TR; /* Tx & Rx */ in rockchip_spi_probe()
337 ctrlr0 |= (priv->tmode & TMOD_MASK) << TMOD_SHIFT; in rockchip_spi_claim_bus()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0007-fix-memleaks-in-libtar-sample-program.patch81 printf("argc - optind == %d\tmode == %d\n", argc - optind,
/openbmc/qemu/tests/fp/
H A Dfp-test.c1010 int tmode = tininessModes[l]; in run_test() local
1013 slowfloat_detectTininess = tmode; in run_test()
1014 qsf.tininess_before_rounding = sf_tininess_to_qemu(tmode); in run_test()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c4499 TCGv_i32 tmode; in do_frint_mode() local
4511 tmode = gen_set_rmode(mode, status); in do_frint_mode()
4518 gen_restore_rmode(tmode, status); in do_frint_mode()