/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-version.c | 50 #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_SUPPORT, numa_num_possible_cpus); in library_status() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | aha1542.h | 9 #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)
|
D | aha1542.c | 102 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(sh->io_port)); in aha1542_query() [all …]
|
D | 53c700.scr | 142 JUMP Finish, WHEN STATUS 251 JUMP Finish, WHEN STATUS 256 JUMP Finish, WHEN STATUS 271 JUMP Finish, WHEN STATUS 316 JUMP Finish, WHEN STATUS 329 JUMP Finish, WHEN STATUS 396 MOVE 1, StatusAddress, WHEN STATUS
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-ioc-receive.rst | 152 to :ref:`CEC_RX_STATUS_TIMEOUT <CEC-RX-STATUS-TIMEOUT>` or 153 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`. 179 :ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set. 185 :ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` status bit is set. 191 :ref:`CEC_TX_STATUS_LOW_DRIVE <CEC-TX-STATUS-LOW-DRIVE>` status bit is set. 197 valid if the :ref:`CEC_TX_STATUS_ERROR <CEC-TX-STATUS-ERROR>` status bit is set. 241 * .. _`CEC-TX-STATUS-OK`: 246 exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`. 249 * .. _`CEC-TX-STATUS-ARB-LOST`: 256 * .. _`CEC-TX-STATUS-NACK`: [all …]
|
/kernel/linux/linux-5.10/sound/pci/vx222/ |
D | vx222_ops.c | 175 data = vx_inl(chip, STATUS); in vx2_test_xilinx() 184 data = vx_inl(chip, STATUS); in vx2_test_xilinx() 195 data = vx_inl(chip, STATUS); 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, 0); in vx2_test_and_ack() 451 vx_inl(chip, STATUS); in vx2_test_and_ack() 453 vx_outl(chip, STATUS, VX_STATUS_MEMIRQ_MASK); in vx2_test_and_ack() 456 vx_inl(chip, STATUS); in vx2_test_and_ack() 458 vx_outl(chip, STATUS, 0); in vx2_test_and_ack()
|
/kernel/linux/linux-5.10/include/linux/ |
D | parport_pc.h | 16 #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-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | ovly827e.c | 73 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()
|
D | corec37d.c | 86 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/memstick/host/ |
D | jmb38x_ms.c | 32 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/Documentation/devicetree/bindings/sound/ |
D | cs35l32.txt | 30 1 = Left/right channels VMON[11:0], IMON[11:0], STATUS. 32 3 = Left/right channels VPMON[7:0], STATUS.
|
/kernel/linux/linux-5.10/drivers/parport/ |
D | parport_gsc.h | 48 #define STATUS(p) ((p)->base + 0x1) macro 175 return parport_readb (STATUS(p)); in parport_gsc_read_status()
|
D | parport_gsc.c | 63 parport_writeb (r | 0x01, STATUS (pb)); /* Some reset by writing 1 */ in clear_epp_timeout() 64 parport_writeb (r & 0xfe, STATUS (pb)); /* Others by writing 0 */ in clear_epp_timeout()
|
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/ |
D | pm-mips.c | 38 #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/net/ethernet/intel/ixgb/ |
D | ixgb_osdep.h | 35 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
D | mac.c | 54 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/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv40.c | 609 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 612 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 631 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 636 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/ |
D | brcm,brcmstb-reset.txt | 5 SET/CLEAR/STATUS registers and possibly multiple banks, each of 32 bit
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 123 if (er32(STATUS) & E1000_STATUS_LU) { in e1000_get_link_ksettings() 337 regs_buff[1] = er32(STATUS); in e1000_get_regs() 726 before = er32(STATUS); in e1000_reg_test() 727 value = (er32(STATUS) & toggle); in e1000_reg_test() 728 ew32(STATUS, toggle); in e1000_reg_test() 729 after = er32(STATUS) & toggle; in e1000_reg_test() 737 ew32(STATUS, before); in e1000_reg_test() 1238 stat_reg = er32(STATUS); in e1000_integrated_phy_loopback() 1488 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_link_test() 1601 if (er32(STATUS) & E1000_STATUS_FUNC_1) { in e1000_wol_exclusion() [all …]
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
D | machzwd.c | 53 #define STATUS 0x12 /* 8 */ macro 147 zf_writeb(STATUS, new); in zf_set_status()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 65 status = er32(STATUS); in igbvf_get_link_ksettings() 139 regs_buff[1] = er32(STATUS); in igbvf_get_regs() 280 if (!(er32(STATUS) & E1000_STATUS_LU)) in igbvf_link_test()
|
D | regs.h | 82 #define e1e_flush() er32(STATUS)
|
/kernel/linux/linux-5.10/sound/isa/wss/ |
D | wss_lib.c | 257 wss_inb(chip, CS4231P(STATUS))); 882 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_open() 883 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_open() 914 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close() 915 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close() 938 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close() 939 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close() 1116 wss_outb(chip, CS4231P(STATUS), 0); in snd_wss_interrupt() 1189 wss_inb(chip, CS4231P(STATUS)); in snd_ad1848_probe() 1190 wss_outb(chip, CS4231P(STATUS), 0); in snd_ad1848_probe() [all …]
|
/kernel/linux/linux-5.10/include/video/ |
D | trident.h | 129 #define STATUS 0x2120 macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
D | bmac.h | 48 #define STATUS 0x200 /* status--reading this clears it */ macro
|