Searched refs:hold (Results 1 – 20 of 20) sorted by relevance
/drivers/mtd/nand/ |
D | txx9ndfmc.c | 75 unsigned char hold; /* in gbusclock */ member 249 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize() 278 int hold, spw; in txx9ndfmc_probe() local 294 hold = plat->hold ?: 20; /* tDH */ in txx9ndfmc_probe() 297 hold = TXX9NDFMC_NS_TO_CYC(gbusclk, hold); in txx9ndfmc_probe() 300 hold -= 2; /* actual hold time : (HOLD + 2) BUSCLK */ in txx9ndfmc_probe() 302 hold = clamp(hold, 1, 15); in txx9ndfmc_probe() 303 drvdata->hold = hold; in txx9ndfmc_probe() 307 (gbusclk + 500000) / 1000000, hold, spw); in txx9ndfmc_probe()
|
/drivers/clk/ |
D | clk-prima2.c | 348 u32 hold = (cfg >> 20) & (BIT(4) - 1); in dmn_clk_recalc_rate() local 350 return fin / (wait + hold + 2); in dmn_clk_recalc_rate() 358 unsigned ratio, wait, hold; in dmn_clk_round_rate() local 370 hold = ratio - wait - 2; in dmn_clk_round_rate() 372 return fin / (wait + hold + 2); in dmn_clk_round_rate() 380 unsigned ratio, wait, hold, reg; in dmn_clk_set_rate() local 392 hold = ratio - wait - 2; in dmn_clk_set_rate() 396 reg |= (wait << 16) | (hold << 20) | BIT(25); in dmn_clk_set_rate()
|
/drivers/spi/ |
D | spi-s3c24xx-fiq.S | 29 @ fiq_rtmp Temporary register to hold tx/rx data
|
D | spi-tegra114.c | 84 #define SPI_SETUP_HOLD(setup, hold) (((setup) << 4) | (hold)) argument
|
/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 8 InsKeyPad-period means hold down the insert key like a shift key and
|
D | spkguide.txt | 183 do under DOS or Windows, you hold it like a shift key, and press other 195 In order to enter the Speakup help system, press and hold the speakup 226 can press and hold the caps lock key, while pressing an alternate 240 purpose, hold the shift key while toggling the caps lock on and off. We 253 and hold the speakup key, a.k.a. keypad insert, a.k.a. caps lock, while 422 a subdirectory named /speakup/KWD is created to hold parameters specific 831 type the word lynx, followed by a space. Now press and hold the speakup 836 The paste buffer will continue to hold the cut information, until a new 1276 plus such following pages as are needed to hold, legibly, the material
|
/drivers/atm/ |
D | nicstarmac.copyright | 28 * Fix is simple: make large buffers large enough to hold entire
|
/drivers/scsi/ |
D | esp_scsi.h | 295 int hold; member
|
D | esp_scsi.c | 538 if (lp->hold) { in esp_alloc_lun_tag() 548 lp->hold = 0; in esp_alloc_lun_tag() 553 lp->hold = 1; in esp_alloc_lun_tag() 563 if (lp->non_tagged_cmd || lp->hold) in esp_alloc_lun_tag() 1995 lp->hold = 0; in esp_clear_hold()
|
/drivers/mtd/ubi/ |
D | Kconfig | 76 into one PEB. UBI will reserve PEBs to hold two fastmaps.
|
/drivers/usb/phy/ |
D | Kconfig | 24 Select this to automatically hold a wakelock when USB is
|
/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.c | 2789 static void ahd_linux_set_hold_mcs(struct scsi_target *starget, int hold) in ahd_linux_set_hold_mcs() argument 2805 if (hold && spi_max_width(starget)) in ahd_linux_set_hold_mcs()
|
D | aic7xxx.reg | 439 * These registers hold the host address for the byte about to be
|
D | aic7xxx.seq | 1966 * spec guarantees that the target will hold the data byte on the bus until
|
D | aic79xx.seq | 1425 * from SCISDATL. The SCSI spec guarantees that the target will hold the
|
/drivers/tty/serial/ |
D | crisv10.c | 3295 *info->ocmdadr = IO_STATE(R_DMA_CH6_CMD, cmd, hold); in rs_send_xchar() 3297 IO_STATE_VALUE(R_DMA_CH6_CMD, cmd, hold)); in rs_send_xchar()
|
/drivers/char/ |
D | Kconfig | 224 Do not hold the button down for too long, as the driver does not
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.reg | 389 * These registers hold the host address for the byte about to be
|
D | aic7xxx.seq | 1049 * spec guarantees that the target will hold the data byte on the bus until
|
/drivers/rtc/ |
D | Kconfig | 166 The first seven registers on these chips hold an RTC, and other
|