Home
last modified time | relevance | path

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

12

/drivers/s390/char/
Dtape_std.c64 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL); in tape_std_assign()
109 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL); in tape_std_unassign()
143 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL); in tape_std_display()
166 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL); in tape_std_read_block_id()
279 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtfsf()
304 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtfsr()
336 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsr()
366 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtweof()
391 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsfm()
416 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsf()
[all …]
Dtape_std.h33 #define NOP 0x03 /* No operation */ macro
Dtape_3590.c548 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL); in tape_3590_mtseek()
573 tape_ccw_end(request->cpaddr + 3, NOP, 0, NULL); in tape_3590_read_opposite()
607 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL); in tape_3590_read_attmsg_async()
Dtape_34xx.c1110 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL); in tape_34xx_mtseek()
/drivers/gpu/drm/i915/gt/
Dintel_lrc.c23 #define NOP(x) (BIT(7) | (x)) in set_offsets() macro
79 NOP(1),
93 NOP(9),
105 NOP(13),
114 NOP(1),
131 NOP(3),
143 NOP(13),
147 NOP(13),
198 NOP(1),
214 NOP(5),
[all …]
/drivers/hwtracing/coresight/
Dcoresight-etm4x.h394 ETM_COMMON_SYSREG_LIST(NOP, __unused)
397 ETM4x_ONLY_SYSREG_LIST(NOP, __unused)
401 ETM4x_ONLY_SYSREG_LIST(NOP, __unused)
403 #define ETM4x_MMAP_LIST_CASES ETM_MMAP_LIST(NOP, __unused)
415 ETE_ONLY_SYSREG_LIST(NOP, __unused)
/drivers/media/pci/saa7134/
Dsaa7134-i2c.c76 NOP = 0, // no operation on I2C bus enumerator
181 i2c_set_attr(dev,NOP); in i2c_reset()
/drivers/video/fbdev/i810/
Di810_accel.c208 PUT_RING(NOP); in color_blit()
263 PUT_RING(NOP); in load_front()
Di810.h67 #define NOP 0x00 /* No operation, padding */ macro
/drivers/usb/phy/
DKconfig57 tristate "NOP USB Transceiver Driver"
58 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, NOP can't be built-in
/drivers/mtd/nand/raw/
Ddiskonchip.c224 dummy = ReadDOC(doc->virtadr, NOP); in DoC_Delay()
720 WriteDOC(0, docptr, NOP); in doc200x_calculate_ecc()
721 WriteDOC(0, docptr, NOP); in doc200x_calculate_ecc()
722 WriteDOC(0, docptr, NOP); in doc200x_calculate_ecc()
/drivers/scsi/
Dinitio.c1410 outb(NOP, host->addr + TUL_SFifo); /* msg nop */ in initio_state_3()
1480 outb(NOP, host->addr + TUL_SFifo); /* msg nop */ in initio_state_4()
1617 outb(NOP, host->addr + TUL_SFifo); /* msg nop */ in initio_state_6()
1792 outb(NOP, host->addr + TUL_SFifo); in initio_status_msg()
2067 case NOP: in initio_msgin()
Dscript_asm.pl764 } elsif (/^\s*NOP\s*$/i) {
Dncr53c8xx.c2135 SCR_LOAD_REG (scratcha, NOP),
2292 SCR_JUMP ^ IFTRUE (DATA (NOP)),
2515 SCR_LOAD_REG (scratcha, NOP),
6697 np->msgin [0] = NOP; in ncr_int_sir()
6698 np->msgout[0] = NOP; in ncr_int_sir()
6803 np->msgin [0] = NOP; in ncr_int_sir()
6880 np->msgin [0] = NOP; in ncr_int_sir()
DNCR5380.c1680 unsigned char msgout = NOP; in NCR5380_information_transfer()
1987 msgout = NOP; in NCR5380_information_transfer()
Dmesh.c1228 case NOP: in handle_msgin()
1430 ms->msgout[0] = NOP; in phase_mismatch()
DFlashPoint.c2892 else if ((message == NOP) || (message >= IDENTIFY_BASE) || in FPT_sdecm()
3938 p_sccb->Sccb_scsimsg = NOP; in FPT_sinits()
4179 if (message == NOP) { in FPT_phaseMsgOut()
4252 currSCCB->Sccb_scsimsg = NOP; in FPT_phaseMsgOut()
/drivers/scsi/sym53c8xx_2/
Dsym_defs.h736 #define M_NOOP NOP
/drivers/scsi/aic7xxx/
Daic7xxx_core.c87 { P_DATAOUT, NOP, "in Data-out phase" },
89 { P_DATAOUT_DT, NOP, "in DT Data-out phase" },
91 { P_COMMAND, NOP, "in Command phase" },
92 { P_MESGOUT, NOP, "in Message-out phase" },
95 { P_BUSFREE, NOP, "while idle" },
96 { 0, NOP, "in unknown phase" }
818 ahc_outb(ahc, MSG_OUT, NOP); /* No message to send */ in ahc_restart()
1696 if (mesg_out != NOP) { in ahc_handle_scsiint()
3107 ahc_outb(ahc, MSG_OUT, NOP); in ahc_clear_msg_state()
3601 case NOP: in ahc_parse_msg()
[all …]
Daic79xx_core.c76 { P_DATAOUT, NOP, "in Data-out phase" },
78 { P_DATAOUT_DT, NOP, "in DT Data-out phase" },
80 { P_COMMAND, NOP, "in Command phase" },
81 { P_MESGOUT, NOP, "in Message-out phase" },
84 { P_BUSFREE, NOP, "while idle" },
85 { 0, NOP, "in unknown phase" }
1129 ahd_outb(ahd, MSG_OUT, NOP); /* No message to send */ in ahd_restart()
4392 ahd->msgout_buf[ahd->msgout_index++] = NOP; in ahd_setup_initiator_msgout()
4667 ahd_outb(ahd, MSG_OUT, NOP); in ahd_clear_msg_state()
5106 case NOP: in ahd_parse_msg()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h796 NOP = 0x0, enumerator
/drivers/scsi/arm/
Dfas216.c413 unsigned short packed_msg = NOP; in fas216_get_last_msg()
1119 case NOP: in fas216_parse_message()
1333 fas216_writeb(info, REG_FF, NOP); in fas216_send_messageout()
Dacornscsi.c1321 sbic_arm_write(host, SBIC_DATA, NOP); in acornscsi_sendmessage()
1323 host->scsi.last_message = NOP; in acornscsi_sendmessage()
/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s211 // mthd 0 and 0x100 [NAME, NOP]: ignore
/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc76 // mthd 0x0100, NOP

12