Searched refs:stretch (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dfd.h15 compat_uint_t stretch; member in struct:compat_floppy_struct
/linux-master/include/linux/dma/
H A Dqcom-gpi-dma.h63 * @stretch: stretch the clock at eot
76 u8 stretch; member in struct:gpi_i2c_config
/linux-master/drivers/block/
H A Dataflop.c174 unsigned stretch; /* track doubling ? */ member in struct:atari_disk_type
193 { "h410",10,820, 0, 1}, /* 10: 410k diskette 41 tr 10 sec, stretch */
196 { "h420",10,840, 0, 1}, /* 13: 420k diskette 42 tr 10 sec, stretch */
868 else if (UD.track != ReqTrack << UDT->stretch)
925 if (SUD.track == ReqTrack << SUDT->stretch) {
936 FDC_WRITE( FDCREG_DATA, ReqTrack << SUDT->stretch);
964 SUD.track = ReqTrack << SUDT->stretch;
1013 /* Cheat for track if stretch != 0 */
1014 if (SUDT->stretch) {
1017 FDC_WRITE( FDCREG_TRACK, track >> SUDT->stretch);
[all...]
H A Dfloppy.c88 * by defining bit 1 of the "stretch" parameter to mean put sectors on the
307 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2)
308 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH)
412 * Bit 0 of 'stretch' tells if the tracks need to be doubled for some
413 * types (e.g. 360kB diskette in 1.2MB drive, etc.). Bit 1 of 'stretch'
419 * 'stretch' should probably be renamed to something more general, like
422 * Bits 2 through 9 of 'stretch' tell the number of the first sector.
2207 if (_floppy->stretch & FD_SECTBASEMASK) {
2581 if (((_floppy->stretch & (FD_SWAPSIDES | FD_SECTBASEMASK)) ||
3241 (g->stretch
[all...]
/linux-master/drivers/w1/slaves/
H A Dw1_ds28e17.c37 /* Default I2C stretch value to be set when a DS28E17 is detected. */
39 module_param_named(stretch, i2c_stretch, byte, 0600);
40 MODULE_PARM_DESC(stretch, "Default I2C stretch value to be set when a DS28E17 is detected");
79 u8 stretch; member in struct:w1_f19_data
100 usleep_range(timebases[data->speed] * (data->stretch) * count,
101 timebases[data->speed] * (data->stretch) * count
628 /* Busy stretch attribute for a single chip. */
635 /* Return current stretch value. */
636 return sprintf(buf, "%d\n", data->stretch);
[all...]
/linux-master/include/uapi/linux/
H A Dfd.h19 stretch; /* bit 0 !=0 means double track steps */ member in struct:floppy_struct
28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
/linux-master/drivers/video/fbdev/
H A Dtridentfb.c70 static int stretch; variable
85 module_param(stretch, int, 0);
805 /* For resolutions smaller than FP resolution stretch */
1179 * we stretch or center
1187 else if (stretch)
1796 else if (!strncmp(opt, "stretch", 7))
1797 stretch = 1;
/linux-master/drivers/i2c/busses/
H A Di2c-qcom-geni.c610 peripheral.stretch = 0;
612 peripheral.stretch = 1;
/linux-master/drivers/dma/qcom/
H A Dgpi.c1677 tre->dword[0] |= u32_encode_bits(i2c->stretch, TRE_I2C_GO_STRETCH);

Completed in 165 milliseconds