Searched refs:chip_major (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/media/rc/ |
| D | fintek-cir.c | 137 u8 chip_major, chip_minor; in fintek_hw_detect() local 170 chip_major = fintek_cr_read(fintek, GCR_CHIP_ID_HI); in fintek_hw_detect() 172 chip = chip_major << 8 | chip_minor; in fintek_hw_detect() 186 fintek->chip_major = chip_major; in fintek_hw_detect() 539 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 | 83 u8 chip_major; member
|
| D | ene_ir.c | 98 u8 chip_major, chip_minor; in ene_hw_detect() local 103 chip_major = ene_read_reg(dev, ENE_ECVER_MAJOR); in ene_hw_detect() 125 chip_major, chip_minor, old_ver, hw_revision); in ene_hw_detect() 129 if (chip_major == 0x33) { in ene_hw_detect() 134 if (chip_major == 0x39 && chip_minor == 0x26 && hw_revision == 0xC0) { in ene_hw_detect()
|
| D | nuvoton-cir.h | 87 u8 chip_major; member
|