Searched refs:stretch (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/block/ |
| H A D | ataflop.c | 174 unsigned stretch; /* track doubling ? */ member 869 else if (UD.track != ReqTrack << UDT->stretch) in do_fd_action() 926 if (SUD.track == ReqTrack << SUDT->stretch) { in fd_seek() 937 FDC_WRITE( FDCREG_DATA, ReqTrack << SUDT->stretch); in fd_seek() 965 SUD.track = ReqTrack << SUDT->stretch; in fd_seek_done() 1015 if (SUDT->stretch) { in fd_rwsec() 1018 FDC_WRITE( FDCREG_TRACK, track >> SUDT->stretch); in fd_rwsec() 1156 if (SUDT->stretch) { in fd_rwsec_done1() 1159 FDC_WRITE( FDCREG_TRACK, track << SUDT->stretch); in fd_rwsec_done1() 1280 if (SUDT->stretch) { in fd_writetrack() [all …]
|
| /linux/drivers/w1/slaves/ |
| H A D | w1_ds28e17.c | 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 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 sysfs_emit(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/Documentation/ABI/testing/ |
| H A D | sysfs-driver-w1_ds28e17 | 14 What: /sys/bus/w1/devices/19-<id>/stretch 23 Default 1, can be set by w1_ds28e17.stretch= module parameter.
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_ds28e17.rst | 50 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/include/uapi/linux/ |
| H A 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/include/linux/ |
| H A D | fd.h | 15 compat_uint_t stretch; member
|
| /linux/include/linux/dma/ |
| H A D | qcom-gpi-dma.h | 76 u8 stretch; member
|
| /linux/Documentation/hwmon/ |
| H A D | sht3x.rst | 44 Even if sht3x sensor supports clock-stretch (blocking mode) and non-stretch
|
| /linux/Documentation/fb/ |
| H A D | tridentfb.rst | 52 stretch
|
| /linux/drivers/video/fbdev/ |
| H A D | tridentfb.c | 70 static int stretch; variable 85 module_param(stretch, int, 0); 1187 else if (stretch) in tridentfb_set_par() 1797 stretch = 1; in tridentfb_setup()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-qcom-geni.c | 813 peripheral.stretch = 0; in geni_i2c_gpi_xfer() 815 peripheral.stretch = 1; in geni_i2c_gpi_xfer()
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8192-asurada.dtsi | 347 clock-stretch-ns = <12600>;
|
| /linux/tools/memory-model/Documentation/ |
| H A D | recipes.txt | 572 However, if you find yourself having to stretch these rules of thumb
|
| /linux/drivers/dma/qcom/ |
| H A D | gpi.c | 1662 tre->dword[0] |= u32_encode_bits(i2c->stretch, TRE_I2C_GO_STRETCH); in gpi_create_i2c_tre()
|