Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
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 Dnuvoton-cir.h78 u8 chip_major; member