Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dfintek-cir.c121 u8 chip_major, chip_minor; in fintek_hw_detect() local
154 chip_major = fintek_cr_read(fintek, GCR_CHIP_ID_HI); in fintek_hw_detect()
156 chip = chip_major << 8 | chip_minor; in fintek_hw_detect()
170 fintek->chip_major = chip_major; in fintek_hw_detect()
522 rdev->input_id.product = fintek->chip_major; in fintek_probe()
H A Dnuvoton-cir.c402 nvt->chip_major = nvt_cr_read(nvt, CR_CHIP_ID_HI); in nvt_hw_detect()
403 if (nvt->chip_major == 0xff) { in nvt_hw_detect()
408 nvt->chip_major = nvt_cr_read(nvt, CR_CHIP_ID_HI); in nvt_hw_detect()
414 chip_id = nvt->chip_major << 8 | nvt->chip_minor; in nvt_hw_detect()
426 nvt->chip_major, nvt->chip_minor); in nvt_hw_detect()
429 chip_name, nvt->chip_major, nvt->chip_minor); in nvt_hw_detect()
997 rdev->input_id.product = nvt->chip_major; in nvt_probe()
H A Dfintek-cir.h74 u8 chip_major; member
H A Dene_ir.c88 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()
H A Dnuvoton-cir.h78 u8 chip_major; member