Home
last modified time | relevance | path

Searched refs:midpoint (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/Documentation/devicetree/bindings/iio/afe/
Dvoltage-divider.yaml13 When an io-channel measures the midpoint of a voltage divider, the
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-timecard248 time is retrieved. The midpoint between the two system
254 number of nanoseconds, so the computed midpoint matches the
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_sup.c2288 uint32_t midpoint, ilength; in qla2x00_read_flash_data() local
2291 midpoint = length / 2; in qla2x00_read_flash_data()
2296 if (ilength == midpoint) { in qla2x00_read_flash_data()
2354 uint32_t addr, midpoint; in qla2x00_read_optrom_data() local
2363 midpoint = ha->optrom_size / 2; in qla2x00_read_optrom_data()
2369 if (addr == midpoint) { in qla2x00_read_optrom_data()