Lines Matching refs:board_idx
518 static void pdc_adjust_pll(struct ata_host *host, long pll_clock, unsigned int board_idx) in pdc_adjust_pll() argument
523 long pout_required = board_idx? PDC_133_MHZ:PDC_100_MHZ; in pdc_adjust_pll()
652 static int pdc_hardware_init(struct ata_host *host, unsigned int board_idx) in pdc_hardware_init() argument
667 pdc_adjust_pll(host, pll_clock, board_idx); in pdc_hardware_init()
709 unsigned int board_idx = (unsigned int) ent->driver_data; in pdc2027x_init_one() local
711 { &pdc2027x_port_info[board_idx], NULL }; in pdc2027x_init_one()
756 if (pdc_hardware_init(host, board_idx) != 0) in pdc2027x_init_one()
768 unsigned int board_idx; in pdc2027x_reinit_one() local
777 board_idx = PDC_UDMA_100; in pdc2027x_reinit_one()
779 board_idx = PDC_UDMA_133; in pdc2027x_reinit_one()
781 if (pdc_hardware_init(host, board_idx)) in pdc2027x_reinit_one()