Searched refs:dto (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/sd/ |
H A D | omap_mmc.c | 48 uint16_t dto; member 310 host->dto = 0; in omap_mmc_reset() 367 return s->dto; in omap_mmc_read() 500 s->dto = value & 0xffff; in omap_mmc_write()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 1300 uint32_t reg, clkd, dto = 0; in set_data_timeout() local 1312 dto += 1; in set_data_timeout() 1315 dto = 31 - dto; in set_data_timeout() 1317 if (timeout && dto) in set_data_timeout() 1318 dto += 1; in set_data_timeout() 1319 if (dto >= 13) in set_data_timeout() 1320 dto -= 13; in set_data_timeout() 1322 dto = 0; in set_data_timeout() 1323 if (dto > 14) in set_data_timeout() 1324 dto = 14; in set_data_timeout() [all …]
|
H A D | dw_mmc.c | 2592 static void dw_mci_read_data_pio(struct dw_mci *host, bool dto) in dw_mci_read_data_pio() argument 2629 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS)))); in dw_mci_read_data_pio()
|
/openbmc/qemu/disas/ |
H A D | m68k.c | 4726 double dto; in floatformat_to_double() local 4770 dto = NAN; in floatformat_to_double() 4772 dto = INFINITY; in floatformat_to_double() 4775 dto = -dto; in floatformat_to_double() 4777 *to = dto; in floatformat_to_double() 4784 dto = 0.0; in floatformat_to_double() 4801 dto = ldexp (1.0, exponent); in floatformat_to_double() 4816 dto += ldexp ((double)mant, in floatformat_to_double() 4822 dto += ldexp ((double)mant, exponent - mant_bits); in floatformat_to_double() 4831 dto = -dto; in floatformat_to_double() [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 142 for dfrom, dto in renamed_dirs: 143 …{colour_remove}{}{colour_default} -> {colour_add}{}{colour_default}'.format(dfrom, dto, **colours))
|