Searched refs:ndelay (Results 76 - 100 of 150) sorted by relevance

123456

/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c372 ndelay(100);
389 ndelay(100); /* Delay between consecutive access */
458 ndelay(100); /* Delay between consecutive access */
500 ndelay(90);
1016 ndelay(100);
1609 ndelay(100);
1979 ndelay(100);
/linux-master/lib/
H A Dtest_lockup.c334 ndelay(nsecs);
/linux-master/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c228 ndelay(100);
/linux-master/drivers/mtd/nand/raw/
H A Dgpio.c156 ndelay(op->instrs[i].delay_ns);
H A Dpl35x-nand-controller.c631 ndelay(PSEC_TO_NSEC(sdr->tRR_min));
738 ndelay(rdy_del_ns);
/linux-master/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c225 ndelay(100); /* datasheet section 1.2.3 says 80ns min. */
/linux-master/drivers/bus/
H A Dhisi_lpc.c85 ndelay(LPC_NSEC_PERWAIT);
/linux-master/drivers/spi/
H A Dspi-ppc4xx.c206 /* Need to ndelay here? */
281 ndelay(10);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1100 ndelay(SPINUNIT);
1126 ndelay(SPINUNIT);
1174 ndelay(SPINUNIT);
1188 ndelay(SPINUNIT);
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c313 ndelay(250);
323 ndelay(250);
/linux-master/drivers/scsi/
H A Dscsi_ioctl.c948 bool ndelay)
950 if (cmd == SG_SCSI_RESET && ndelay) {
947 scsi_ioctl_block_when_processing_errors(struct scsi_device *sdev, int cmd, bool ndelay) argument
H A Dscsi_debug.c219 * option. Command responses are not queued when jdelay=0 and ndelay=0. The
6098 int delta_jiff, int ndelay)
6151 delta_jiff = ndelay = 0;
6167 if (delta_jiff > 0 || ndelay > 0) {
6182 } else { /* ndelay has a 4.2 second max */
6183 kt = sdebug_random ? get_random_u32_below((u32)ndelay) :
6184 (u32)ndelay;
6185 if (ndelay < INCLUSIVE_TIMING_MAX_NS) {
6295 module_param_named(ndelay, sdebug_ndelay, int, S_IRUGO | S_IWUSR);
6370 MODULE_PARM_DESC(ndelay, "respons
6094 schedule_resp(struct scsi_cmnd *cmnd, struct sdebug_dev_info *devip, int scsi_result, int (*pfp)(struct scsi_cmnd *, struct sdebug_dev_info *), int delta_jiff, int ndelay) argument
6604 int ndelay, res; local
[all...]
/linux-master/drivers/memstick/host/
H A Djmb38x_ms.c648 ndelay(20);
662 ndelay(20);
/linux-master/arch/mips/cavium-octeon/
H A Docteon-platform.c200 ndelay(io_clk_64_to_ns);
224 ndelay(io_clk_64_to_ns);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v10.c586 ndelay(100);
600 ndelay(100);
/linux-master/drivers/i2c/busses/
H A Di2c-s3c2410.c276 ndelay(i2c->tx_setup);
458 ndelay(i2c->tx_setup);
/linux-master/drivers/tty/serial/
H A Dsccnxp.c230 ndelay(s->chip->trwd);
241 ndelay(s->chip->trwd);
/linux-master/drivers/usb/gadget/udc/
H A Dm66592-udc.c216 ndelay(450);
313 ndelay(450);
760 ndelay(1);
H A Dr8a66597-udc.c292 ndelay(1);
305 ndelay(450);
403 ndelay(450);
957 ndelay(1);
/linux-master/drivers/usb/host/
H A Disp116x.h350 #define isp116x_delay(h,d) ndelay(d)
/linux-master/drivers/clk/baikal-t1/
H A Dccu-div.c101 ndelay(nd);
/linux-master/drivers/iio/adc/
H A Daspeed_adc.c250 ndelay(data->sample_period_ns);
H A Dad7606.c56 ndelay(100); /* t_reset >= 100ns */
/linux-master/arch/m68k/atari/
H A Dconfig.c657 ndelay(delay);
/linux-master/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c332 ndelay(op->instrs[i].delay_ns);

Completed in 600 milliseconds

123456