Searched refs:solo_p2m_test (Results 1 – 1 of 1) sorted by relevance
/drivers/media/pci/solo6x10/ |
D | solo6x10-p2m.c | 204 static int solo_p2m_test(struct solo_dev *solo_dev, int base, int size) in solo_p2m_test() function 285 if (solo_p2m_test(solo_dev, 0x07ff0000, 0x00010000) || in solo_p2m_init() 286 solo_p2m_test(solo_dev, 0x05ff0000, 0x00010000)) in solo_p2m_init() 291 if (solo_p2m_test(solo_dev, 0x03ff0000, 0x00010000)) in solo_p2m_init() 296 if (solo_p2m_test(solo_dev, 0x01ff0000, 0x00010000)) in solo_p2m_init()
|