Searched refs:chip_minor (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/rc/ |
D | nuvoton-cir.c | 231 u8 chip_major, chip_minor; in nvt_hw_detect() local 246 chip_minor = nvt_cr_read(nvt, CR_CHIP_ID_LO); in nvt_hw_detect() 252 if (chip_minor != CHIP_ID_LOW_667) in nvt_hw_detect() 257 if (chip_minor != CHIP_ID_LOW_677B2 && in nvt_hw_detect() 258 chip_minor != CHIP_ID_LOW_677B3) in nvt_hw_detect() 263 if (chip_minor != CHIP_ID_LOW_677C) in nvt_hw_detect() 275 "it may not work...", chip_id, chip_major, chip_minor); in nvt_hw_detect() 278 chip_id, chip_major, chip_minor); in nvt_hw_detect() 284 nvt->chip_minor = chip_minor; in nvt_hw_detect() 1056 rdev->input_id.version = nvt->chip_minor; in nvt_probe()
|
D | fintek-cir.c | 146 u8 chip_major, chip_minor; in fintek_hw_detect() local 180 chip_minor = fintek_cr_read(fintek, GCR_CHIP_ID_LO); in fintek_hw_detect() 181 chip = chip_major << 8 | chip_minor; in fintek_hw_detect() 196 fintek->chip_minor = chip_minor; in fintek_hw_detect() 550 rdev->input_id.version = fintek->chip_minor; in fintek_probe()
|
D | fintek-cir.h | 89 u8 chip_minor; member
|
D | nuvoton-cir.h | 98 u8 chip_minor; member
|
D | ene_ir.c | 103 u8 chip_major, chip_minor; in ene_hw_detect() local 109 chip_minor = ene_read_reg(dev, ENE_ECVER_MINOR); in ene_hw_detect() 130 chip_major, chip_minor, old_ver, hw_revision); in ene_hw_detect() 139 if (chip_major == 0x39 && chip_minor == 0x26 && hw_revision == 0xC0) { in ene_hw_detect()
|