Searched refs:get_option_index (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | sdladrv.c | 204 static int get_option_index (unsigned* optlist, unsigned optval); 445 if (!get_option_index(irq_opt, hw->irq)) { in sdla_setup() 455 else if (!get_option_index(pclk_opt, hw->pclk)) { in sdla_setup() 473 else if (!get_option_index(dpmbase_opt, in sdla_setup() 1572 i = get_option_index(s502a_dpmbase_options, virt_to_phys(hw->dpmbase)); in init_s502a() 1608 i = get_option_index(s508_dpmbase_options, virt_to_phys(hw->dpmbase)); in init_s502e() 1649 i = get_option_index(s508_dpmbase_options, virt_to_phys(hw->dpmbase)); in init_s503() 1688 i = get_option_index(s507_dpmbase_options, virt_to_phys(hw->dpmbase)); in init_s507() 1719 i = get_option_index(s508_irq_options, hw->irq); in init_s507() 1740 i = get_option_index(s508_dpmbase_options, virt_to_phys(hw->dpmbase)); in init_s508() [all …]
|
D | cycx_drv.c | 84 static int get_option_index(u32 *optlist, u32 optval); 158 if (!get_option_index(cycx_2x_irq_options, hw->irq)) { in cycx_setup() 168 } else if (!get_option_index(cyc2x_dpmbase_options, hw->dpmbase)) { in cycx_setup() 550 static int get_option_index(u32 *optlist, u32 optval) in get_option_index() function
|