Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/rc/
Dnuvoton-cir.c234 u8 chip_major, chip_minor; in nvt_hw_detect() local
240 chip_major = nvt_cr_read(nvt, CR_CHIP_ID_HI); in nvt_hw_detect()
241 if (chip_major == 0xff) { in nvt_hw_detect()
245 chip_major = nvt_cr_read(nvt, CR_CHIP_ID_HI); in nvt_hw_detect()
249 nvt_dbg("%s: chip id: 0x%02x 0x%02x", chip_id, chip_major, chip_minor); in nvt_hw_detect()
251 if (chip_major != CHIP_ID_HIGH || in nvt_hw_detect()
254 chip_id, chip_major, chip_minor); in nvt_hw_detect()
261 nvt->chip_major = chip_major; in nvt_hw_detect()
1075 rdev->input_id.product = nvt->chip_major; in nvt_probe()
Dene_ir.c101 u8 chip_major, chip_minor; in ene_hw_detect() local
106 chip_major = ene_read_reg(dev, ENE_ECVER_MAJOR); in ene_hw_detect()
128 chip_major, chip_minor, old_ver, hw_revision); in ene_hw_detect()
132 if (chip_major == 0x33) { in ene_hw_detect()
137 if (chip_major == 0x39 && chip_minor == 0x26 && hw_revision == 0xC0) { in ene_hw_detect()
Dnuvoton-cir.h99 u8 chip_major; member