Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 - 25 of 147) sorted by relevance

123456

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-version.c49 #define STATUS(__d, __m) \ macro
59 STATUS(HAVE_DWARF_SUPPORT, dwarf); in library_status()
60 STATUS(HAVE_DWARF_GETLOCATIONS_SUPPORT, dwarf_getlocations); in library_status()
62 STATUS(HAVE_LIBAUDIT_SUPPORT, libaudit); in library_status()
64 STATUS(HAVE_SYSCALL_TABLE_SUPPORT, syscall_table); in library_status()
65 STATUS(HAVE_LIBBFD_SUPPORT, libbfd); in library_status()
66 STATUS(HAVE_DEBUGINFOD_SUPPORT, debuginfod); in library_status()
67 STATUS(HAVE_LIBELF_SUPPORT, libelf); in library_status()
68 STATUS(HAVE_LIBNUMA_SUPPORT, libnuma); in library_status()
69 STATUS(HAVE_LIBNUMA_SUPPOR in library_status()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-version.c50 #define STATUS(__d, __m) \ macro
60 STATUS(HAVE_DWARF_SUPPORT, dwarf); in library_status()
61 STATUS(HAVE_DWARF_GETLOCATIONS_SUPPORT, dwarf_getlocations); in library_status()
62 STATUS(HAVE_GLIBC_SUPPORT, glibc); in library_status()
64 STATUS(HAVE_LIBAUDIT_SUPPORT, libaudit); in library_status()
66 STATUS(HAVE_SYSCALL_TABLE_SUPPORT, syscall_table); in library_status()
67 STATUS(HAVE_LIBBFD_SUPPORT, libbfd); in library_status()
68 STATUS(HAVE_LIBELF_SUPPORT, libelf); in library_status()
69 STATUS(HAVE_LIBNUMA_SUPPORT, libnuma); in library_status()
70 STATUS(HAVE_LIBNUMA_SUPPOR in library_status()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Daha1542.h9 #define STATUS(base) base macro
20 #define INTRFLAGS(base) (STATUS(base)+2)
29 #define CONTROL(base) STATUS(base)
36 #define DATA(base) (STATUS(base)+1)
H A Daha1542.c102 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_outb()
112 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_out()
128 if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) in aha1542_in()
199 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port()
212 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
225 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
231 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
286 printk("status %02x\n", inb(STATUS(sh->io_port))); in aha1542_interrupt()
545 i = inb(STATUS(sh->io_port)); in aha1542_getconfig()
646 i = inb(STATUS(s in aha1542_query()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha1542.h9 #define STATUS(base) base macro
20 #define INTRFLAGS(base) (STATUS(base)+2)
29 #define CONTROL(base) STATUS(base)
36 #define DATA(base) (STATUS(base)+1)
H A Daha1542.c105 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_outb()
115 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_out()
133 if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) in aha1542_in()
212 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port()
225 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
240 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
246 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
304 printk("status %02x\n", inb(STATUS(sh->io_port))); in aha1542_interrupt()
549 i = inb(STATUS(sh->io_port)); in aha1542_getconfig()
654 i = inb(STATUS(s in aha1542_query()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_status.c104 uvc_dbg(dev, STATUS, in uvc_event_streaming()
113 uvc_dbg(dev, STATUS, "Button (intf %u) %s len %d\n", in uvc_event_streaming()
118 uvc_dbg(dev, STATUS, "Stream %u error event %02x len %d\n", in uvc_event_streaming()
174 uvc_dbg(dev, STATUS, "Invalid control status event received\n"); in uvc_event_control()
178 uvc_dbg(dev, STATUS, "Control %u/%u %s change len %d\n", in uvc_event_control()
240 uvc_dbg(dev, STATUS, "Unknown status event type %u\n", in uvc_status_complete()
/kernel/linux/linux-5.10/sound/pci/vx222/
H A Dvx222_ops.c172 /* We write 1 on CDSP.TEST0. We should get 0 on STATUS.TEST0. */ in vx2_test_xilinx()
175 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
181 /* We write 0 on CDSP.TEST0. We should get 1 on STATUS.TEST0. */ in vx2_test_xilinx()
184 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
192 /* We write 1 on CDSP.TEST1. We should get 0 on STATUS.TEST1. */ in vx2_test_xilinx()
195 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
201 /* We write 0 on CDSP.TEST1. We should get 1 on STATUS.TEST1. */ in vx2_test_xilinx()
204 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
442 if (! (vx_inl(chip, STATUS) & VX_STATUS_MEMIRQ_MASK)) in vx2_test_and_ack()
447 vx_outl(chip, STATUS, in vx2_test_and_ack()
[all...]
/kernel/linux/linux-6.6/sound/pci/vx222/
H A Dvx222_ops.c172 /* We write 1 on CDSP.TEST0. We should get 0 on STATUS.TEST0. */ in vx2_test_xilinx()
175 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
181 /* We write 0 on CDSP.TEST0. We should get 1 on STATUS.TEST0. */ in vx2_test_xilinx()
184 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
192 /* We write 1 on CDSP.TEST1. We should get 0 on STATUS.TEST1. */ in vx2_test_xilinx()
195 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
201 /* We write 0 on CDSP.TEST1. We should get 1 on STATUS.TEST1. */ in vx2_test_xilinx()
204 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
444 if (! (vx_inl(chip, STATUS) & VX_STATUS_MEMIRQ_MASK)) in vx2_test_and_ack()
449 vx_outl(chip, STATUS, in vx2_test_and_ack()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dparport_pc.h16 #define STATUS(p) ((p)->base + 0x1) macro
87 unsigned char dsr = inb (STATUS (p)); in dump_parport_state()
213 return inb(STATUS(p)); in parport_pc_read_status()
/kernel/linux/linux-6.6/include/linux/
H A Dparport_pc.h16 #define STATUS(p) ((p)->base + 0x1) macro
90 unsigned char dsr = inb (STATUS (p)); in dump_parport_state()
216 return inb(STATUS(p)); in parport_pc_read_status()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly827e.c73 if (NVBO_TD32(bo, offset, NV_DISP_NOTIFICATION_1, _3, STATUS, ==, BEGUN)) in ovly827e_ntfy_wait_begun()
87 NVDEF(NV_DISP_NOTIFICATION_1, _3, STATUS, NOT_BEGUN)); in ovly827e_ntfy_reset()
H A Dcorec37d.c86 if (NVBO_TD32(bo, offset, NV_DISP_NOTIFIER, _0, STATUS, ==, FINISHED)) in corec37d_ntfy_wait_done()
97 NVDEF(NV_DISP_NOTIFIER, _0, STATUS, NOT_BEGUN)); in corec37d_ntfy_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly827e.c73 if (NVBO_TD32(bo, offset, NV_DISP_NOTIFICATION_1, _3, STATUS, ==, BEGUN)) in ovly827e_ntfy_wait_begun()
87 NVDEF(NV_DISP_NOTIFICATION_1, _3, STATUS, NOT_BEGUN)); in ovly827e_ntfy_reset()
H A Dcorec37d.c86 if (NVBO_TD32(bo, offset, NV_DISP_NOTIFIER, _0, STATUS, ==, FINISHED)) in corec37d_ntfy_wait_done()
97 NVDEF(NV_DISP_NOTIFIER, _0, STATUS, NOT_BEGUN)); in corec37d_ntfy_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm179 s_getreg_b32 s_save_status, hwreg(HW_REG_STATUS) //save STATUS since we will change SCC
188 // Second-level trap already handled exception if STATUS.HALT=1.
209 // If STATUS.MEM_VIOL is asserted then we cannot fetch from the TMA.
215 // If STATUS.HALT is set then this fault must come from SQC instruction fetch.
229 // If the PC points to S_ENDPGM then context save will fail if STATUS.HALT is set.
275 s_and_b64 exec, exec, exec // Restore STATUS.EXECZ, not writable by s_setreg_b32
276 s_and_b64 vcc, vcc, vcc // Restore STATUS.VCCZ, not writable by s_setreg_b32
376 write_hwreg_to_mem(s_save_status, s_save_buf_rsrc0, s_save_mem_offset) //STATUS
858 read_hwreg_from_mem(s_restore_status, s_restore_buf_rsrc0, s_restore_mem_offset) //STATUS
864 s_waitcnt lgkmcnt(0) //from now on, it is safe to restore STATUS an
[all...]
/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_gsc.h48 #define STATUS(p) ((p)->base + 0x1) macro
175 return parport_readb (STATUS(p)); in parport_gsc_read_status()
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_gsc.h48 #define STATUS(p) ((p)->base + 0x1) macro
173 return parport_readb (STATUS(p)); in parport_gsc_read_status()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dmac.c54 reg = er32(STATUS); in e1000_set_lan_id_multi_port_pcie()
468 status = er32(STATUS); in e1000e_check_for_fiber_link()
533 status = er32(STATUS); in e1000e_check_for_serdes_link()
595 status = er32(STATUS); in e1000e_check_for_serdes_link()
801 status = er32(STATUS); in e1000_poll_fiber_serdes_link_generic()
1310 status = er32(STATUS); in e1000e_get_speed_and_duplex_copper()
1707 if (!(er32(STATUS) & E1000_STATUS_GIO_MASTER_ENABLE)) in e1000e_disable_pcie_master()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dmac.c54 reg = er32(STATUS); in e1000_set_lan_id_multi_port_pcie()
468 status = er32(STATUS); in e1000e_check_for_fiber_link()
533 status = er32(STATUS); in e1000e_check_for_serdes_link()
595 status = er32(STATUS); in e1000e_check_for_serdes_link()
801 status = er32(STATUS); in e1000_poll_fiber_serdes_link_generic()
1310 status = er32(STATUS); in e1000e_get_speed_and_duplex_copper()
1707 if (!(er32(STATUS) & E1000_STATUS_GIO_MASTER_ENABLE)) in e1000e_disable_pcie_master()
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c38 #define STATUS 5 macro
99 ctx->cp0_regs[STATUS] = read_c0_status(); in brcm_pm_save_cp0_context()
122 write_c0_status(ctx->cp0_regs[STATUS]); in brcm_pm_restore_cp0_context()
/kernel/linux/linux-6.6/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c38 #define STATUS 5 macro
99 ctx->cp0_regs[STATUS] = read_c0_status(); in brcm_pm_save_cp0_context()
122 write_c0_status(ctx->cp0_regs[STATUS]); in brcm_pm_restore_cp0_context()
/kernel/linux/linux-5.10/drivers/memstick/host/
H A Djmb38x_ms.c32 STATUS = 0x20, enumerator
169 while (!(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
178 && !(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
233 && !(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
244 while (!(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
371 if (!(STATUS_HAS_MEDIA & readl(host->addr + STATUS))) { in jmb38x_ms_issue_cmd()
379 dev_dbg(&msh->dev, "hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_issue_cmd()
478 dev_dbg(&msh->dev, "c hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_complete_cmd()
480 host->req->int_reg = readl(host->addr + STATUS) & 0xff; in jmb38x_ms_complete_cmd()
/kernel/linux/linux-6.6/drivers/memstick/host/
H A Djmb38x_ms.c32 STATUS = 0x20, enumerator
169 while (!(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
178 && !(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
233 && !(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
244 while (!(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
371 if (!(STATUS_HAS_MEDIA & readl(host->addr + STATUS))) { in jmb38x_ms_issue_cmd()
379 dev_dbg(&msh->dev, "hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_issue_cmd()
478 dev_dbg(&msh->dev, "c hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_complete_cmd()
480 host->req->int_reg = readl(host->addr + STATUS) & 0xff; in jmb38x_ms_complete_cmd()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H A Dixgb_osdep.h35 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)

Completed in 23 milliseconds

123456