/linux/drivers/scsi/ |
H A 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)
|
H A D | aha1542.c | 105 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(sh->io_port)); in aha1542_query() [all …]
|
H A 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
|
/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-receive.rst | 153 to :ref:`CEC_RX_STATUS_TIMEOUT <CEC-RX-STATUS-TIMEOUT>` or 154 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`. 175 :ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` without ever actually 182 :ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set. 188 :ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` status bit is set. 194 :ref:`CEC_TX_STATUS_LOW_DRIVE <CEC-TX-STATUS-LOW-DRIVE>` status bit is set. 200 valid if the :ref:`CEC_TX_STATUS_ERROR <CEC-TX-STATUS-ERROR>` status bit is set. 259 * .. _`CEC-TX-STATUS-OK`: 264 exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`. 267 * .. _`CEC-TX-STATUS-ARB-LOST`: [all …]
|
/linux/sound/pci/vx222/ |
H A 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() 444 if (! (vx_inl(chip, STATUS) & VX_STATUS_MEMIRQ_MASK)) in vx2_test_and_ack() 449 vx_outl(chip, STATUS, 0); in vx2_test_and_ack() 453 vx_inl(chip, STATUS); in vx2_test_and_ack() 455 vx_outl(chip, STATUS, VX_STATUS_MEMIRQ_MASK); in vx2_test_and_ack() 458 vx_inl(chip, STATUS); in vx2_test_and_ack() 460 vx_outl(chip, STATUS, 0); in vx2_test_and_ack()
|
/linux/tools/perf/ |
H A D | builtin-version.c | 49 #define STATUS(feature) \ macro 60 STATUS(supported_features[i]); in library_status()
|
/linux/Documentation/admin-guide/RAS/ |
H A D | error-decoding.rst | 16 $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca 21 …$ rasdaemon -p --status <STATUS> --ipid <IPID> --smca --family <CPU Family> --model <CPU Model> --…
|
/linux/include/linux/ |
H A D | parport_pc.h | 16 #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()
|
/linux/drivers/memstick/host/ |
H A 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()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A 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()
|
H A 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()
|
/linux/drivers/parport/ |
H A D | parport_gsc.h | 48 #define STATUS(p) ((p)->base + 0x1) macro 173 return parport_readb (STATUS(p)); in parport_gsc_read_status()
|
H A D | parport_gsc.c | 61 parport_writeb (r | 0x01, STATUS (pb)); /* Some reset by writing 1 */ in clear_epp_timeout() 62 parport_writeb (r & 0xfe, STATUS (pb)); /* Others by writing 0 */ in clear_epp_timeout()
|
H A D | parport_pc.c | 218 outb(r | 0x01, STATUS(pb)); /* Some reset by writing 1 */ in clear_epp_timeout() 219 outb(r & 0xfe, STATUS(pb)); /* Others by writing 0 */ in clear_epp_timeout() 279 status = inb(STATUS(port)); in parport_pc_epp_read_data() 298 status = inb(STATUS(port)); in parport_pc_epp_read_data() 319 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data() 328 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data() 354 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data() 363 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data() 379 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr() 388 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr() [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs35l32.txt | 30 1 = Left/right channels VMON[11:0], IMON[11:0], STATUS. 32 3 = Left/right channels VPMON[7:0], STATUS.
|
/linux/drivers/soc/bcm/brcmstb/pm/ |
H A 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()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | mac.c | 52 reg = er32(STATUS); in e1000_set_lan_id_multi_port_pcie() 466 status = er32(STATUS); in e1000e_check_for_fiber_link() 531 status = er32(STATUS); in e1000e_check_for_serdes_link() 593 status = er32(STATUS); in e1000e_check_for_serdes_link() 799 status = er32(STATUS); in e1000_poll_fiber_serdes_link_generic() 1308 status = er32(STATUS); in e1000e_get_speed_and_duplex_copper() 1705 if (!(er32(STATUS) & E1000_STATUS_GIO_MASTER_ENABLE)) in e1000e_disable_pcie_master()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A 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()
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A 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() 730 before = er32(STATUS); in e1000_reg_test() 731 value = (er32(STATUS) & toggle); in e1000_reg_test() 732 ew32(STATUS, toggle); in e1000_reg_test() 733 after = er32(STATUS) & toggle; in e1000_reg_test() 741 ew32(STATUS, before); in e1000_reg_test() 1242 stat_reg = er32(STATUS); in e1000_integrated_phy_loopback() 1492 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_link_test() 1605 if (er32(STATUS) & E1000_STATUS_FUNC_1) { in e1000_wol_exclusion() [all …]
|
/linux/sound/isa/wss/ |
H A D | wss_lib.c | 258 wss_inb(chip, CS4231P(STATUS))); 885 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_open() 886 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_open() 917 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close() 918 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close() 941 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close() 942 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close() 1119 wss_outb(chip, CS4231P(STATUS), 0); in snd_wss_interrupt() 1192 wss_inb(chip, CS4231P(STATUS)); in snd_ad1848_probe() 1193 wss_outb(chip, CS4231P(STATUS), 0); in snd_ad1848_probe() [all …]
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | ethtool.c | 65 status = er32(STATUS); in igbvf_get_link_ksettings() 139 regs_buff[1] = er32(STATUS); in igbvf_get_regs() 284 if (!(er32(STATUS) & E1000_STATUS_LU)) in igbvf_link_test()
|
/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/ |
H A D | dcn31_hpo_dp_link_encoder.h | 117 SE_SF(DP_DPHY_SYM320_DP_DPHY_SYM32_STATUS, STATUS, mask_sh),\ 147 type STATUS;\
|
/linux/drivers/watchdog/ |
H A D | machzwd.c | 53 #define STATUS 0x12 /* 8 */ macro 147 zf_writeb(STATUS, new); in zf_set_status()
|
/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn32/ |
H A D | dcn32_hpo_dp_link_encoder.h | 38 SE_SF(DP_DPHY_SYM320_DP_DPHY_SYM32_STATUS, STATUS, mask_sh),\
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-firmware | 28 upload. This string will be in the form of <STATUS>:<ERROR>, 29 where <STATUS> will be one of the status strings described
|