Home
last modified time | relevance | path

Searched refs:FOUR_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h131 FOUR_BIT = 15, enumerator
190 .confg0_changes = ((((int_sel) != NA) ? (FOUR_BIT << 28) : 0) | \
192 (((term) != NA) ? (FOUR_BIT << 20) : 0) | \
202 (((inv_rx_tx) != NA) ? FOUR_BIT << 4 : 0) | \
/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c94 #define FOUR_BIT (1 << 1) macro
601 OMAP_HSMMC_READ(host->base, HCTL) | FOUR_BIT); in omap_hsmmc_set_bus_width()
606 OMAP_HSMMC_READ(host->base, HCTL) & ~FOUR_BIT); in omap_hsmmc_set_bus_width()