Lines Matching defs:bit
239 uint8_t bit;
271 .bit = (b), \
283 .bit = (b), \
295 .bit = (b), \
307 .bit = (b), \
1059 mmio_write_32(rcc_base + gate->offset, BIT(gate->bit));
1061 mmio_setbits_32(rcc_base + gate->offset, BIT(gate->bit));
1073 BIT(gate->bit));
1075 mmio_clrbits_32(rcc_base + gate->offset, BIT(gate->bit));
1083 return mmio_read_32(rcc_base + gate->offset) & BIT(gate->bit);
1968 /* No ready bit when MPUSRC != CLK_MPU_PLL1P_DIV, MPUDIV is disabled */
2000 /* No ready bit for RTC */