Searched refs:busy_bit (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/clk/ingenic/
H A Dcgu.h94 * @busy_bit: the index of the busy bit within reg, or -1 if there isn't one
106 s8 busy_bit; member in struct:ingenic_cgu_div_info
H A Dcgu.c519 !(reg & BIT(clk_info->div.busy_bit)),
567 if (clk_info->div.busy_bit != -1)
/linux-master/drivers/s390/cio/
H A Dqdio_main.c324 unsigned int *busy_bit, dma64_t aob)
343 cc = do_siga_output(schid, q->mask, busy_bit, fc, aob);
346 if (unlikely(*busy_bit)) {
634 unsigned int busy_bit; local
643 cc = qdio_siga_output(q, count, &busy_bit, aob);
648 if (busy_bit) {
323 qdio_siga_output(struct qdio_q *q, unsigned int count, unsigned int *busy_bit, dma64_t aob) argument
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.h1088 static int wait_for_cmd_complete(void __iomem *addr, u64 busy_bit,
H A Ds2io.c3327 * @busy_bit: bit to check for busy
3338 static int wait_for_cmd_complete(void __iomem *addr, u64 busy_bit, argument
3350 if (!(val64 & busy_bit)) {
3355 if (val64 & busy_bit) {

Completed in 149 milliseconds