Searched refs:status_bit (Results 1 – 10 of 10) sorted by relevance
| /u-boot/arch/arm/cpu/armv7/bcm281xx/ |
| A D | clk-core.h | 147 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 D | clk-core.c | 140 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 D | clk-core.h | 147 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 D | clk-core.c | 140 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 D | clock-snapdragon.c | 36 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 D | clock-snapdragon.h | 17 int status_bit; member
|
| A D | clock-qcs404.c | 48 .status_bit = GPLL0_STATUS_ACTIVE, 55 .status_bit = GPLL1_STATUS_ACTIVE,
|
| A D | clock-apq8096.c | 32 .status_bit = GPLL0_STATUS_ACTIVE,
|
| A D | clock-apq8016.c | 40 .status_bit = GPLL0_STATUS_ACTIVE,
|
| /u-boot/drivers/mmc/ |
| A D | sunxi_mmc.c | 240 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