| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | machxo2-spi.c | 44 #define BUSY 12 macro 114 test_bit(BUSY, status), test_bit(FAIL, status), in dump_status_reg() 130 } while (test_bit(BUSY, &status)); in wait_until_not_busy() 180 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_spi_state() 336 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_write_complete()
|
| /OK3568_Linux_fs/kernel/drivers/headset_observe/ |
| H A D | rk_headset_irq_hook_adc.c | 72 #define BUSY 1 macro 116 if (headset_info->heatset_irq_working == BUSY || in headset_interrupt() 120 headset_info->heatset_irq_working = BUSY; in headset_interrupt() 328 headset->heatset_irq_working == BUSY || in hook_work_callback() 349 headset->heatset_irq_working == BUSY || in hook_work_callback()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | joystick.h | 116 __s32 BUSY; member 125 __s32 BUSY; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | joystick.h | 116 __s32 BUSY; member 125 __s32 BUSY; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | joystick.h | 116 __s32 BUSY; member 125 __s32 BUSY; member
|
| /OK3568_Linux_fs/kernel/sound/pci/aw2/ |
| H A D | saa7146.h | 140 #define BUSY (1UL << 0) macro 150 #define BUSY (1UL << 0) macro
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | hpfb.c | 50 #define BUSY 0x4044 macro 129 while (in_8(fb_regs + BUSY) & fb_bitmask) in topcat_blit() 157 while (in_8(fb_regs + BUSY) & fb_bitmask) in hpfb_fillrect() 177 while (in_8(fb_regs + BUSY) & fb_bitmask) in hpfb_sync()
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | portman2x4.c | 145 #define BUSY PP_STAT_ERR /* Interface Busy. */ macro 266 while ((portman_read_status(pm) & BUSY) == BUSY) in portman_write_midi()
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-mt7620.c | 68 #define BUSY 0x80000000 macro 116 if (reg_value & BUSY) in wait_pciephy_busy()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ppp/ |
| H A D | pap | 14 ABORT BUSY
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/ |
| H A D | saa7134-i2c.c | 55 BUSY = 2, // executing I2C command enumerator 133 case BUSY: in i2c_is_busy()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | repaper.txt | 12 - busy-gpios: BUSY pin
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/ |
| H A D | scsi.h | 110 #define BUSY 0x04 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/ |
| H A D | scsi.h | 110 #define BUSY 0x04 macro
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-ti-qspi.c | 102 #define BUSY 0x01 macro 217 while ((stat & BUSY) && time_after(timeout, jiffies)) { in qspi_is_busy() 222 WARN(stat & BUSY, "qspi busy\n"); in qspi_is_busy() 223 return stat & BUSY; in qspi_is_busy()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/ |
| H A D | encx24j600-regmap.c | 363 (mistat & BUSY)) in regmap_encx24j600_phy_reg_read() 401 (mistat & BUSY)) in regmap_encx24j600_phy_reg_write()
|
| H A D | encx24j600_hw.h | 265 #define BUSY (1 << 0) macro
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | joydev.c | 633 joydev->glue.BUSY = ds32.BUSY; in joydev_compat_ioctl() 643 ds32.BUSY = joydev->glue.BUSY; in joydev_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | scsi_proto.h | 215 #define BUSY 0x04 macro
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | das800.c | 74 #define BUSY 0x80 macro 516 if ((status & BUSY) == 0) in das800_ai_eoc()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | plip.rst | 146 D4->BUSY 6 - 11 11 - 6 172 STROBE->BUSY 1 - 11
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | object-list.c | 223 BUSY, IDLE); in fscache_objlist_show()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | pl330.c | 406 BUSY, enumerator 2251 if (desc->status == BUSY) in fill_queue() 2256 desc->status = BUSY; in fill_queue() 2288 desc->status = BUSY; in pl330_tasklet() 2642 else if (desc->status == BUSY) in pl330_tx_status() 2660 case BUSY: in pl330_tx_status()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxnv50.c | 199 cp_wait(ctx, NEWCTX, BUSY); in nv50_grctx_generate() 208 cp_wait(ctx, STATUS, BUSY); in nv50_grctx_generate() 210 cp_bra (ctx, STATUS, BUSY, cp_setup_save); in nv50_grctx_generate() 233 cp_wait(ctx, XFER, BUSY); in nv50_grctx_generate() 1344 cp_wait(ctx, XFER, BUSY); in nv50_gr_construct_xfer1() 3346 cp_wait(ctx, XFER, BUSY); in nv50_gr_construct_xfer2()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_error.c | 767 case BUSY: in scsi_eh_completed_normally() 1911 case BUSY: in scsi_decide_disposition()
|