Home
last modified time | relevance | path

Searched refs:stretch (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/drivers/w1/slaves/
Dw1_ds28e17.c39 module_param_named(stretch, i2c_stretch, byte, (S_IRUSR | S_IWUSR));
40 MODULE_PARM_DESC(stretch, "Default I2C stretch value to be set when a DS28E17 is detected");
79 u8 stretch; member
100 usleep_range(timebases[data->speed] * (data->stretch) * count, in w1_f19_i2c_busy_wait()
101 timebases[data->speed] * (data->stretch) * count in w1_f19_i2c_busy_wait()
636 return sprintf(buf, "%d\n", data->stretch); in stretch_show()
654 data->stretch = buf[0] & 0x0F; in stretch_store()
660 static DEVICE_ATTR_RW(stretch);
716 data->stretch = i2c_stretch; in w1_f19_add_slave()
/Linux-v5.15/drivers/block/
Dataflop.c173 unsigned stretch; /* track doubling ? */ member
844 else if (UD.track != ReqTrack << UDT->stretch) in do_fd_action()
901 if (SUD.track == ReqTrack << SUDT->stretch) { in fd_seek()
912 FDC_WRITE( FDCREG_DATA, ReqTrack << SUDT->stretch); in fd_seek()
940 SUD.track = ReqTrack << SUDT->stretch; in fd_seek_done()
990 if (SUDT->stretch) { in fd_rwsec()
993 FDC_WRITE( FDCREG_TRACK, track >> SUDT->stretch); in fd_rwsec()
1131 if (SUDT->stretch) { in fd_rwsec_done1()
1134 FDC_WRITE( FDCREG_TRACK, track << SUDT->stretch); in fd_rwsec_done1()
1254 if (SUDT->stretch) { in fd_writetrack()
[all …]
Dfloppy.c306 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2)
307 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH)
2204 if (_floppy->stretch & FD_SECTBASEMASK) { in setup_format_params()
2581 if (((_floppy->stretch & (FD_SWAPSIDES | FD_SECTBASEMASK)) || in make_raw_rw_request()
3207 (g->stretch & ~(FD_STRETCH | FD_SWAPSIDES | FD_SECTBASEMASK)) != 0) in set_geometry()
3241 oldStretch = g->stretch; in set_geometry()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-driver-w1_ds28e1714 What: /sys/bus/w1/devices/19-<id>/stretch
23 Default 1, can be set by w1_ds28e17.stretch= module parameter.
/Linux-v5.15/Documentation/w1/slaves/
Dw1_ds28e17.rst50 stretch:
51 This sets up the default stretch value used for freshly connected
66 /sys/bus/w1/devices/19-<id>/stretch for each device, preloaded with the default
/Linux-v5.15/include/uapi/linux/
Dfd.h19 stretch; /* bit 0 !=0 means double track steps */ member
28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
/Linux-v5.15/include/linux/
Dfd.h15 compat_uint_t stretch; member
/Linux-v5.15/include/linux/dma/
Dqcom-gpi-dma.h76 u8 stretch; member
/Linux-v5.15/Documentation/fb/
Dtridentfb.rst52 stretch
/Linux-v5.15/drivers/video/fbdev/
Dtridentfb.c69 static int stretch; variable
84 module_param(stretch, int, 0);
1189 else if (stretch) in tridentfb_set_par()
1797 stretch = 1; in tridentfb_setup()
/Linux-v5.15/tools/memory-model/Documentation/
Drecipes.txt568 However, if you find yourself having to stretch these rules of thumb
/Linux-v5.15/drivers/dma/qcom/
Dgpi.c1677 tre->dword[0] |= u32_encode_bits(i2c->stretch, TRE_I2C_GO_STRETCH); in gpi_create_i2c_tre()