Home
last modified time | relevance | path

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

/linux-6.15/Documentation/devicetree/bindings/iio/afe/
H A Dvoltage-divider.yaml13 When an io-channel measures the midpoint of a voltage divider, the
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-timecard248 time is retrieved. The midpoint between the two system
254 number of nanoseconds, so the computed midpoint matches the
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_sup.c2304 uint32_t midpoint, ilength; in qla2x00_read_flash_data() local
2307 midpoint = length / 2; in qla2x00_read_flash_data()
2312 if (ilength == midpoint) { in qla2x00_read_flash_data()
2370 uint32_t addr, midpoint; in qla2x00_read_optrom_data() local
2379 midpoint = ha->optrom_size / 2; in qla2x00_read_optrom_data()
2385 if (addr == midpoint) { in qla2x00_read_optrom_data()