Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 25 of 60) sorted by relevance

123

/linux/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 D53c700.scr142 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
H A D53c700_d.h_shipped148 JUMP Finish, WHEN STATUS
425 JUMP Finish, WHEN STATUS
442 JUMP Finish, WHEN STATUS
475 JUMP Finish, WHEN STATUS
607 JUMP Finish, WHEN STATUS
644 JUMP Finish, WHEN STATUS
819 MOVE 1, StatusAddress, WHEN STATUS
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst153 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/Documentation/admin-guide/RAS/
H A Derror-decoding.rst16 $ 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 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()
/linux/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()
370 if (!(STATUS_HAS_MEDIA & readl(host->addr + STATUS))) { in jmb38x_ms_issue_cmd()
378 dev_dbg(&msh->dev, "hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_issue_cmd()
477 dev_dbg(&msh->dev, "c hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_complete_cmd()
479 host->req->int_reg = readl(host->addr + STATUS) & 0xff; in jmb38x_ms_complete_cmd()
/linux/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 Dbase507c.c151 if (NVBO_TD32(bo, offset, NV_DISP_BASE_NOTIFIER_1, _0, STATUS, ==, BEGUN)) in base507c_ntfy_wait_begun()
192 NVDEF(NV_DISP_BASE_NOTIFIER_1, _0, STATUS, NOT_BEGUN)); in base507c_ntfy_reset()
/linux/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()
H A Dparport_gsc.c61 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 Dparport_pc.c218 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 Dcs35l32.txt30 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 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()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c52 reg = er32(STATUS); in e1000_set_lan_id_multi_port_pcie()
479 status = er32(STATUS); in e1000e_check_for_fiber_link()
544 status = er32(STATUS); in e1000e_check_for_serdes_link()
606 status = er32(STATUS); in e1000e_check_for_serdes_link()
812 status = er32(STATUS); in e1000_poll_fiber_serdes_link_generic()
1321 status = er32(STATUS); in e1000e_get_speed_and_duplex_copper()
1718 if (!(er32(STATUS) & E1000_STATUS_GIO_MASTER_ENABLE)) in e1000e_disable_pcie_master()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.c609 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/watchdog/
H A Dmachzwd.c53 #define STATUS 0x12 /* 8 */ macro
147 zf_writeb(STATUS, new); in zf_set_status()
/linux/Documentation/tools/rtla/
H A Dcommon_appendix.txt3 EXIT STATUS
/linux/Documentation/ABI/testing/
H A Dsysfs-class-firmware28 upload. This string will be in the form of <STATUS>:<ERROR>,
29 where <STATUS> will be one of the status strings described
/linux/include/video/
H A Dtrident.h129 #define STATUS 0x2120 macro
/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.c81 status = er32(STATUS); in e1000_get_link_up_info_vf()
399 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_check_for_link_vf()
H A Dregs.h82 #define e1e_flush() er32(STATUS)
/linux/drivers/net/ethernet/apple/
H A Dbmac.h48 #define STATUS 0x200 /* status--reading this clears it */ macro
/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh22 readonly STATUS="status"
342 status=$(cat "${IFS_PATH}_${ifs_mode}/${STATUS}")
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_osdep.h69 #define E1000_WRITE_FLUSH() er32(STATUS)

123