Home
last modified time | relevance | path

Searched refs:is_version_higher_than (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/cardreader/
H A Drts5261.c483 if (is_version_higher_than(pcr, PID_5261, IC_VER_B)) { in rts5261_extra_init_hw()
646 if (is_version_higher_than(pcr, PID_5261, IC_VER_C)) { in rts5261_pci_switch_clock()
/linux/include/linux/
H A Drtsx_pci.h1288 #define is_version_higher_than(pcr, pid, ver) \ macro