Home
last modified time | relevance | path

Searched refs:lot (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_qsfp.h129 /* Bytes 218,219 are optional lot-code, string */
167 u8 lot[QSFP_LOT_LEN]; member
H A Dqib_qsfp.c388 /* Second checksum covers 192 to (serial, date, lot) */ in qib_refresh_qsfp_cache()
406 ret = qsfp_read(ppd, QSFP_LOT_OFFS, &cp->lot, QSFP_LOT_LEN); in qib_refresh_qsfp_cache()
410 cks += cp->lot[idx]; in qib_refresh_qsfp_cache()
531 QSFP_LOT_LEN, cd.lot); in qib_qsfp_dump()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_qsfp.h129 /* Bytes 218,219 are optional lot-code, string */
167 u8 lot[QSFP_LOT_LEN]; member
H A Dqib_qsfp.c388 /* Second checksum covers 192 to (serial, date, lot) */ in qib_refresh_qsfp_cache()
406 ret = qsfp_read(ppd, QSFP_LOT_OFFS, &cp->lot, QSFP_LOT_LEN); in qib_refresh_qsfp_cache()
410 cks += cp->lot[idx]; in qib_refresh_qsfp_cache()
531 QSFP_LOT_LEN, cd.lot); in qib_qsfp_dump()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-abx80x.c688 unsigned int lot; in abx80x_probe() local
705 lot = ((buf[4] & 0x80) << 2) | ((buf[6] & 0x80) << 1) | buf[3]; in abx80x_probe()
708 dev_info(&client->dev, "model %04x, revision %u.%u, lot %x, wafer %x, uid %x\n", in abx80x_probe()
709 partnumber, majrev, minrev, lot, wafer, uid); in abx80x_probe()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-abx80x.c775 unsigned int lot; in abx80x_probe() local
792 lot = ((buf[4] & 0x80) << 2) | ((buf[6] & 0x80) << 1) | buf[3]; in abx80x_probe()
795 dev_info(&client->dev, "model %04x, revision %u.%u, lot %x, wafer %x, uid %x\n", in abx80x_probe()
796 partnumber, majrev, minrev, lot, wafer, uid); in abx80x_probe()

Completed in 11 milliseconds