Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/rc/
Dnuvoton-cir.c231 u8 chip_major, chip_minor; in nvt_hw_detect() local
238 chip_major = nvt_cr_read(nvt, CR_CHIP_ID_HI); in nvt_hw_detect()
239 if (chip_major == 0xff) { in nvt_hw_detect()
243 chip_major = nvt_cr_read(nvt, CR_CHIP_ID_HI); in nvt_hw_detect()
249 switch (chip_major) { 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()
283 nvt->chip_major = chip_major; in nvt_hw_detect()
294 if (nvt->chip_major == CHIP_ID_HIGH_667) { in nvt_cir_ldev_init()
1055 rdev->input_id.product = nvt->chip_major; in nvt_probe()
Dfintek-cir.c147 u8 chip_major, chip_minor; in fintek_hw_detect() local
180 chip_major = fintek_cr_read(fintek, GCR_CHIP_ID_HI); in fintek_hw_detect()
182 chip = chip_major << 8 | chip_minor; in fintek_hw_detect()
196 fintek->chip_major = chip_major; in fintek_hw_detect()
550 rdev->input_id.product = fintek->chip_major; in fintek_probe()
Dfintek-cir.h88 u8 chip_major; member
Dene_ir.c103 u8 chip_major, chip_minor; in ene_hw_detect() local
108 chip_major = ene_read_reg(dev, ENE_ECVER_MAJOR); in ene_hw_detect()
130 chip_major, chip_minor, old_ver, hw_revision); in ene_hw_detect()
134 if (chip_major == 0x33) { in ene_hw_detect()
139 if (chip_major == 0x39 && chip_minor == 0x26 && hw_revision == 0xC0) { in ene_hw_detect()
Dnuvoton-cir.h97 u8 chip_major; member