Home
last modified time | relevance | path

Searched refs:status_bit (Results 1 – 10 of 10) sorted by relevance

/u-boot/arch/arm/cpu/armv7/bcm281xx/
A Dclk-core.h147 u32 status_bit; /* 0: gate is disabled; 0: gatge is enabled */ member
178 .status_bit = (_status_bit), \
190 .status_bit = (_status_bit), \
201 .status_bit = (_status_bit), \
212 .status_bit = (_status_bit), \
222 .status_bit = (_status_bit), \
A Dclk-core.c140 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, 1); in peri_clk_enable()
152 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, 0); in peri_clk_enable()
350 if (!!(reg & (1 << cd->gate.status_bit)) == !!enable) in bus_clk_enable()
363 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, in bus_clk_enable()
/u-boot/arch/arm/cpu/armv7/bcm235xx/
A Dclk-core.h147 u32 status_bit; /* 0: gate is disabled; 0: gatge is enabled */ member
178 .status_bit = (_status_bit), \
190 .status_bit = (_status_bit), \
201 .status_bit = (_status_bit), \
212 .status_bit = (_status_bit), \
222 .status_bit = (_status_bit), \
A Dclk-core.c140 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, 1); in peri_clk_enable()
152 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, 0); in peri_clk_enable()
350 if (!!(reg & (1 << cd->gate.status_bit)) == !!enable) in bus_clk_enable()
363 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, in bus_clk_enable()
/u-boot/arch/arm/mach-snapdragon/
A Dclock-snapdragon.c36 if (readl(base + gpll0->status) & gpll0->status_bit) in clk_enable_gpll0()
41 while ((readl(base + gpll0->status) & gpll0->status_bit) == 0) in clk_enable_gpll0()
A Dclock-snapdragon.h17 int status_bit; member
A Dclock-qcs404.c48 .status_bit = GPLL0_STATUS_ACTIVE,
55 .status_bit = GPLL1_STATUS_ACTIVE,
A Dclock-apq8096.c32 .status_bit = GPLL0_STATUS_ACTIVE,
A Dclock-apq8016.c40 .status_bit = GPLL0_STATUS_ACTIVE,
/u-boot/drivers/mmc/
A Dsunxi_mmc.c240 const uint32_t status_bit = reading ? SUNXI_MMC_STATUS_FIFO_EMPTY : in mmc_trans_data_by_cpu() local
260 while ((status = readl(&priv->reg->status)) & status_bit) { in mmc_trans_data_by_cpu()

Completed in 19 milliseconds