Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/include/uapi/linux/
H A Djoystick.h116 __s32 BUSY; member
125 __s32 BUSY; member
/linux-6.15/sound/pci/aw2/
H A Dsaa7146.h140 #define BUSY (1UL << 0) macro
150 #define BUSY (1UL << 0) macro
/linux-6.15/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-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad4030.yaml67 The BUSY pin is used to signal that the conversions results are available
69 connected to an interrupt that is triggered when the BUSY line goes low.
H A Dadi,ad7091r5.yaml59 be attached to ALERT/BUSY/GPO0 pin.
69 # AD7091R-2 does not have ALERT/BUSY/GPO pin
H A Dadi,ad4695.yaml94 - description: Signal coming from the BSY_ALT_GP0 pin (ALERT or BUSY).
96 - description: Signal coming from the GP3 pin (BUSY).
115 First cell indicates the output signal: 0 = BUSY, 1 = ALERT.
H A Dadi,ad7606.yaml70 The BUSY pin falling edge indicates that the conversion is over, and thus
156 A reference to the iio-backend, which is responsible handling the BUSY
/linux-6.15/arch/mips/pci/
H A Dpci-mt7620.c68 #define BUSY 0x80000000 macro
116 if (reg_value & BUSY) in wait_pciephy_busy()
/linux-6.15/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-6.15/Documentation/devicetree/bindings/display/
H A Drepaper.txt12 - busy-gpios: BUSY pin
/linux-6.15/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c55 BUSY = 2, // executing I2C command enumerator
133 case BUSY: in i2c_is_busy()
/linux-6.15/include/scsi/
H A Dsg.h152 #define BUSY 0x04 macro
/linux-6.15/drivers/spi/
H A Dspi-ti-qspi.c100 #define BUSY 0x01 macro
215 while ((stat & BUSY) && time_after(timeout, jiffies)) { in qspi_is_busy()
220 WARN(stat & BUSY, "qspi busy\n"); in qspi_is_busy()
221 return stat & BUSY; in qspi_is_busy()
/linux-6.15/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-6.15/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-6.15/drivers/comedi/drivers/
H A Ddas800.c72 #define BUSY 0x80 macro
514 if ((status & BUSY) == 0) in das800_ai_eoc()
/linux-6.15/Documentation/networking/
H A Dplip.rst146 D4->BUSY 6 - 11 11 - 6
172 STROBE->BUSY 1 - 11
/linux-6.15/Documentation/iio/
H A Dad7944.rst110 - ``BUSY`` indication
H A Dad4030.rst175 - ``BUSY`` indication
/linux-6.15/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-6.15/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-6.15/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-6.15/drivers/cxl/
H A Dcxlmem.h132 C(BUSY, -ENXIO, "ongoing background operation"), \

12