Searched refs:chip_major (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/media/rc/ |
| D | fintek-cir.c | 128 u8 chip_major, chip_minor; in fintek_hw_detect() local 161 chip_major = fintek_cr_read(fintek, GCR_CHIP_ID_HI); in fintek_hw_detect() 163 chip = chip_major << 8 | chip_minor; in fintek_hw_detect() 177 fintek->chip_major = chip_major; in fintek_hw_detect() 529 rdev->input_id.product = fintek->chip_major; in fintek_probe()
|
| D | nuvoton-cir.c | 409 nvt->chip_major = nvt_cr_read(nvt, CR_CHIP_ID_HI); in nvt_hw_detect() 410 if (nvt->chip_major == 0xff) { in nvt_hw_detect() 415 nvt->chip_major = nvt_cr_read(nvt, CR_CHIP_ID_HI); in nvt_hw_detect() 421 chip_id = nvt->chip_major << 8 | nvt->chip_minor; in nvt_hw_detect() 433 nvt->chip_major, nvt->chip_minor); in nvt_hw_detect() 436 chip_name, nvt->chip_major, nvt->chip_minor); in nvt_hw_detect() 1031 rdev->input_id.product = nvt->chip_major; in nvt_probe()
|
| D | fintek-cir.h | 74 u8 chip_major; member
|
| D | ene_ir.c | 88 u8 chip_major, chip_minor; in ene_hw_detect() local 93 chip_major = ene_read_reg(dev, ENE_ECVER_MAJOR); in ene_hw_detect() 115 chip_major, chip_minor, old_ver, hw_revision); in ene_hw_detect() 119 if (chip_major == 0x33) { in ene_hw_detect() 124 if (chip_major == 0x39 && chip_minor == 0x26 && hw_revision == 0xC0) { in ene_hw_detect()
|
| D | nuvoton-cir.h | 78 u8 chip_major; member
|