Home
last modified time | relevance | path

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

/linux/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_in.c637 s32 r3e0, r308; in gmsl_fec_show() local
641 r308 = mgb4_i2c_read_byte(&vindev->deser, 0x308); in gmsl_fec_show()
643 if (r3e0 < 0 || r308 < 0) in gmsl_fec_show()
646 if ((r3e0 & 0x07) == 0x00 && (r308 & 0x01) == 0x00) in gmsl_fec_show()
648 else if ((r3e0 & 0x07) == 0x07 && (r308 & 0x01) == 0x01) in gmsl_fec_show()