/arch/arm/mach-imx/ |
D | clk-busy.c | 49 struct clk_busy_divider *busy = to_clk_busy_divider(hw); in clk_busy_divider_recalc_rate() local 51 return busy->div_ops->recalc_rate(&busy->div.hw, parent_rate); in clk_busy_divider_recalc_rate() 57 struct clk_busy_divider *busy = to_clk_busy_divider(hw); in clk_busy_divider_round_rate() local 59 return busy->div_ops->round_rate(&busy->div.hw, rate, prate); in clk_busy_divider_round_rate() 65 struct clk_busy_divider *busy = to_clk_busy_divider(hw); in clk_busy_divider_set_rate() local 68 ret = busy->div_ops->set_rate(&busy->div.hw, rate, parent_rate); in clk_busy_divider_set_rate() 70 ret = clk_busy_wait(busy->reg, busy->shift); in clk_busy_divider_set_rate() 85 struct clk_busy_divider *busy; in imx_clk_busy_divider() local 89 busy = kzalloc(sizeof(*busy), GFP_KERNEL); in imx_clk_busy_divider() 90 if (!busy) in imx_clk_busy_divider() [all …]
|
/arch/arm/mach-spear/ |
D | pl080.c | 26 unsigned char busy; member 38 if (signals[signal].busy && in pl080_get_signal() 45 if (!signals[signal].busy) { in pl080_get_signal() 58 signals[signal].busy++; in pl080_get_signal() 72 if (!signals[signal].busy) in pl080_put_signal() 75 signals[signal].busy--; in pl080_put_signal()
|
/arch/mn10300/mm/ |
D | cache-flush-by-reg.S | 60 # wait for busy bit of area purge 77 # wait for busy bit of area purge 138 # wait for busy bit of area purge 158 # wait for busy bit of area purge 196 # wait for busy bit of area purge & invalidate 210 # wait for busy bit of area purge & invalidate 271 # wait for busy bit of area purge & invalidate 291 # wait for busy bit of area purge & invalidate
|
D | cache-dbg-flush-by-reg.S | 49 # wait for busy bit of area purge 66 # wait for busy bit of area purge
|
/arch/arm/mach-lpc32xx/ |
D | suspend.S | 53 @ Wait for SDRAM busy status to go busy and then idle
|
/arch/m68k/fpsp040/ |
D | gen_except.S | 68 | Fix up the new busy frame with entries from the unimp frame 71 movel ETEMP_HI(%a6),ETEMP_HI(%a1) |frame to busy frame 84 movel %d0,CMDREG3B(%a1) |in the busy frame 138 | On a busy frame, we must clear the nmnexc bits. 141 bnes check_fr |if busy, clr nmnexc 203 movel %d0,CMDREG3B(%a6) |in the busy frame 278 cmpib #BUSY_SIZE-4,1(%a7) |check for busy frame 279 beqs busy_fr |if unimp, grow to busy 295 moveb #BUSY_SIZE-4,1(%a7) |write busy fmt word. 315 movel %d0,CMDREG3B(%a6) |in the busy frame [all …]
|
D | x_snan.S | 101 moveb VER_TMP(%a6),(%a7) |format a busy frame 112 | Exit snan handler by expanding the unimp frame into a busy frame 129 moveb VER_TMP(%a6),(%a7) |format a busy frame 130 moveb #BUSY_SIZE-4,1(%a7) |write busy size
|
D | bugfix.S | 304 | The frame returned is idle. We must build a busy frame to hold 340 | The frame returned is busy. It is not possible to reconstruct 430 | The frame returned is idle. We must build a busy frame to hold 477 | The frame returned is busy. It is not possible to reconstruct
|
D | fpsp.h | 125 | words of a busy frame are the same as the unimplemented frame. 329 .set BUSY_SIZE,100 | size of busy frame 330 .set BUSY_FRAME,LV-BUSY_SIZE | start of busy frame
|
/arch/sh/drivers/dma/ |
D | dma-api.c | 178 if (atomic_read(&channel->busy) == 0) in dmac_search_free_channel() 187 atomic_set(&channel->busy, 1); in dmac_search_free_channel() 201 if (atomic_xchg(&channel->busy, 1)) in request_dma() 209 atomic_set(&channel->busy, 0); in request_dma() 226 atomic_set(&channel->busy, 0); in free_dma() 388 atomic_set(&chan->busy, 0); in register_dmac()
|
/arch/mips/include/asm/sn/ |
D | launch.h | 69 volatile u64 busy; /* Slave currently active */ member
|
/arch/cris/include/arch-v32/arch/hwregs/ |
D | ata_defs.h | 130 unsigned int busy : 1; member 139 unsigned int busy : 1; member
|
D | dma.h | 101 do { __x = REG_RD(dma, inst, rw_stream_cmd); } while (__x.busy); \
|
D | dma_defs.h | 381 unsigned int busy : 1; member
|
/arch/x86/mm/kmemcheck/ |
D | kmemcheck.c | 123 bool busy; member 534 if (data->busy) { in kmemcheck_access() 540 data->busy = true; in kmemcheck_access() 617 data->busy = false; in kmemcheck_access()
|
/arch/arm/kernel/ |
D | dma.c | 66 goto busy; in request_dma() 85 busy: in request_dma()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-mixx-defs.h | 101 uint64_t busy:1; member 113 uint64_t busy:1; 123 uint64_t busy:1; member 135 uint64_t busy:1;
|
D | cvmx-mpi-defs.h | 245 uint64_t busy:1; member 247 uint64_t busy:1;
|
/arch/arm/include/debug/ |
D | samsung.S | 62 @ busy waiting for non fifo
|
/arch/sh/include/asm/ |
D | dma.h | 81 atomic_t busy; member
|
/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 116 char busy; /* 1 if port is busy */ member 352 port->busy = 0; in initialize_port() 460 if (port->busy == 2) { in sync_serial_open() 609 port->busy++; in sync_serial_open() 645 if (port->busy) in sync_serial_release() 646 port->busy--; in sync_serial_release() 647 if (!port->busy) in sync_serial_release()
|
/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_crc_par_defs.h | 191 unsigned int busy : 1; member
|
/arch/mn10300/kernel/ |
D | head.S | 106 btst CHCTR_ICBUSY|CHCTR_DCBUSY,d0 # wait till not busy 396 btst CHCTR_DCBUSY,d0 # wait till not busy (use CPU loop buffer)
|
/arch/cris/arch-v32/drivers/ |
D | sync_serial.c | 96 char busy; /* 1 if port is busy */ member 451 if (port->busy == 2) in sync_serial_open() 586 port->busy++; in sync_serial_open() 604 if (port->busy) in sync_serial_release() 605 port->busy--; in sync_serial_release() 606 if (!port->busy) in sync_serial_release()
|
/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | pio_defs.h | 318 unsigned int busy : 1; member
|