Lines Matching refs:board_idx
512 static void pdc_adjust_pll(struct ata_host *host, long pll_clock, unsigned int board_idx)
517 long pout_required = board_idx? PDC_133_MHZ:PDC_100_MHZ;
644 * @board_idx: board identifier
646 static void pdc_hardware_init(struct ata_host *host, unsigned int board_idx)
661 pdc_adjust_pll(host, pll_clock, board_idx);
701 unsigned int board_idx = (unsigned int) ent->driver_data;
703 { &pdc2027x_port_info[board_idx], NULL };
744 pdc_hardware_init(host, board_idx);
755 unsigned int board_idx;
764 board_idx = PDC_UDMA_100;
766 board_idx = PDC_UDMA_133;
768 pdc_hardware_init(host, board_idx);