Home
last modified time | relevance | path

Searched refs:BUSY (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/fpga/
H A Dmachxo2-spi.c44 #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()
/linux/include/uapi/linux/
H A Djoystick.h116 __s32 BUSY; member
125 __s32 BUSY; member
/linux/sound/pci/aw2/
H A Dsaa7146.h140 #define BUSY (1UL << 0) macro
150 #define BUSY (1UL << 0) macro
/linux/drivers/video/fbdev/
H A Dhpfb.c50 #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()
/linux/arch/mips/pci/
H A Dpci-mt7620.c68 #define BUSY 0x80000000 macro
116 if (reg_value & BUSY) in wait_pciephy_busy()
/linux/sound/drivers/
H A Dportman2x4.c144 #define BUSY PP_STAT_ERR /* Interface Busy. */ macro
255 while ((portman_read_status(pm) & BUSY) == BUSY) in portman_write_midi()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c55 BUSY = 2, // executing I2C command enumerator
133 case BUSY: in i2c_is_busy()
/linux/Documentation/devicetree/bindings/display/
H A Drepaper.txt12 - busy-gpios: BUSY pin
/linux/include/scsi/
H A Dsg.h152 #define BUSY 0x04 macro
/linux/drivers/net/ethernet/microchip/
H A Dencx24j600-regmap.c363 (mistat & BUSY)) in regmap_encx24j600_phy_reg_read()
401 (mistat & BUSY)) in regmap_encx24j600_phy_reg_write()
H A Dencx24j600_hw.h265 #define BUSY (1 << 0) macro
/linux/drivers/input/
H A Djoydev.c632 joydev->glue.BUSY = ds32.BUSY; in joydev_compat_ioctl()
642 ds32.BUSY = joydev->glue.BUSY; in joydev_compat_ioctl()
/linux/drivers/comedi/drivers/
H A Ddas800.c72 #define BUSY 0x80 macro
514 if ((status & BUSY) == 0) in das800_ai_eoc()
/linux/Documentation/networking/
H A Dplip.rst146 D4->BUSY 6 - 11 11 - 6
172 STROBE->BUSY 1 - 11
H A Drxrpc.rst1005 a BUSY message. -ENODATA is returned if there were no incoming calls.
/linux/drivers/dma/
H A Dpl330.c405 BUSY, enumerator
2050 if (desc->status == BUSY || desc->status == PAUSED) in fill_queue()
2055 desc->status = BUSY; in fill_queue()
2346 if (desc->status == BUSY) in pl330_pause()
2439 else if (desc->status == BUSY || desc->status == PAUSED) in pl330_tx_status()
2460 case BUSY: in pl330_tx_status()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c199 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()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c121 if ((err == -EBUSY && fault(BUSY)) || (err == -EINVAL && fault(CURRNEXT))) { in try_delete_key()
131 if (fault(BUSY) || fault(CURRNEXT)) { in try_delete_key()
/linux/drivers/cxl/
H A Dcxlmem.h155 C(BUSY, -ENXIO, "ongoing background operation"), \
/linux/Documentation/driver-api/
H A Dpps.rst268 11 BUSY * *
/linux/drivers/md/
H A Ddm-cache-target.c1583 BUSY enumerator
1595 return BUSY; in spare_migration_bandwidth()
/linux/Documentation/input/devices/
H A Djoystick-parport.rst600 11 BUSY Busy
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c1332 XGMAC_SET_BITS(mdio_sccd, MAC_MDIOSCCDR, BUSY, 1); in xgbe_write_ext_mii_regs()
1374 XGMAC_SET_BITS(mdio_sccd, MAC_MDIOSCCDR, BUSY, 1); in xgbe_read_ext_mii_regs()
/linux/include/trace/events/
H A Dsunrpc.h1923 svc_xprt_flag(BUSY) \