Lines Matching refs:board_id
114 static const char *tqmx86_board_id_to_name(u8 board_id, u8 sauc)
116 switch (board_id) {
150 static int tqmx86_board_id_to_clk_rate(struct device *dev, u8 board_id)
152 switch (board_id) {
172 board_id);
179 u8 board_id, sauc, rev, i2c_det, io_ext_int_val;
208 board_id = ioread8(io_base + TQMX86_REG_BOARD_ID);
210 board_name = tqmx86_board_id_to_name(board_id, sauc);
215 board_name, board_id, rev >> 4, rev & 0xf);
240 ocores_platform_data.clock_khz = tqmx86_board_id_to_clk_rate(dev, board_id);