Searched refs:stretch (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/w1/slaves/ |
D | w1_ds28e17.c | 41 module_param_named(stretch, i2c_stretch, byte, (S_IRUSR | S_IWUSR)); 42 MODULE_PARM_DESC(stretch, "Default I2C stretch value to be set when a DS28E17 is detected"); 81 u8 stretch; member 102 usleep_range(timebases[data->speed] * (data->stretch) * count, in w1_f19_i2c_busy_wait() 103 timebases[data->speed] * (data->stretch) * count in w1_f19_i2c_busy_wait() 638 return sprintf(buf, "%d\n", data->stretch); in stretch_show() 656 data->stretch = buf[0] & 0x0F; in stretch_store() 662 static DEVICE_ATTR_RW(stretch); 718 data->stretch = i2c_stretch; in w1_f19_add_slave()
|
/Linux-v4.19/drivers/block/ |
D | ataflop.c | 94 unsigned stretch; /* track doubling ? */ member 760 else if (UD.track != ReqTrack << UDT->stretch) in do_fd_action() 817 if (SUD.track == ReqTrack << SUDT->stretch) { in fd_seek() 828 FDC_WRITE( FDCREG_DATA, ReqTrack << SUDT->stretch); in fd_seek() 856 SUD.track = ReqTrack << SUDT->stretch; in fd_seek_done() 906 if (SUDT->stretch) { in fd_rwsec() 909 FDC_WRITE( FDCREG_TRACK, track >> SUDT->stretch); in fd_rwsec() 1047 if (SUDT->stretch) { in fd_rwsec_done1() 1050 FDC_WRITE( FDCREG_TRACK, track << SUDT->stretch); in fd_rwsec_done1() 1171 if (SUDT->stretch) { in fd_writetrack() [all …]
|
D | floppy.c | 318 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2) 319 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH) 2157 if (_floppy->stretch & FD_SECTBASEMASK) { in setup_format_params() 2565 if (((_floppy->stretch & (FD_SWAPSIDES | FD_SECTBASEMASK)) || in make_raw_rw_request() 3248 (g->stretch & ~(FD_STRETCH | FD_SWAPSIDES | FD_SECTBASEMASK)) != 0) in set_geometry() 3282 oldStretch = g->stretch; in set_geometry()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-w1_ds28e17 | 12 What: /sys/bus/w1/devices/19-<id>/stretch 20 Default 1, can be set by w1_ds28e17.stretch= module parameter.
|
/Linux-v4.19/Documentation/w1/slaves/ |
D | w1_ds28e17 | 45 stretch: 46 This sets up the default stretch value used for freshly connected 61 /sys/bus/w1/devices/19-<id>/stretch for each device, preloaded with the default
|
/Linux-v4.19/include/uapi/linux/ |
D | fd.h | 19 stretch; /* bit 0 !=0 means double track steps */ member 28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
|
/Linux-v4.19/include/linux/ |
D | fd.h | 15 compat_uint_t stretch; member
|
/Linux-v4.19/Documentation/fb/ |
D | tridentfb.txt | 45 stretch
|
/Linux-v4.19/drivers/video/fbdev/ |
D | tridentfb.c | 68 static int stretch; variable 83 module_param(stretch, int, 0); 1188 else if (stretch) in tridentfb_set_par() 1796 stretch = 1; in tridentfb_setup()
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | recipes.txt | 568 However, if you find yourself having to stretch these rules of thumb
|
/Linux-v4.19/Documentation/filesystems/ |
D | fscrypt.rst | 128 Function). Note that whenever a KDF is used to "stretch" a
|