Searched refs:tx_chip (Results 1 – 9 of 9) sorted by relevance
145 if (ast->tx_chip == AST_TX_SIL164) { in ast_2000_post()194 enum ast_tx_chip tx_chip = AST_TX_NONE; in ast_2000_detect_tx_chip() local208 tx_chip = AST_TX_SIL164; in ast_2000_detect_tx_chip()211 __ast_device_set_tx_chip(ast, tx_chip); in ast_2000_detect_tx_chip()
44 if (ast->tx_chip == AST_TX_ASTDP) in ast_2600_post()92 switch (ast->tx_chip) { in ast_2600_device_create()
64 void __ast_device_set_tx_chip(struct ast_device *ast, enum ast_tx_chip tx_chip) in __ast_device_set_tx_chip() argument73 drm_info(&ast->base, "Using %s\n", info_str[tx_chip]); in __ast_device_set_tx_chip()75 ast->tx_chip = tx_chip; in __ast_device_set_tx_chip()
1327 if (ast->tx_chip == AST_TX_SIL164) { in ast_2300_post()1342 enum ast_tx_chip tx_chip = AST_TX_NONE; in ast_2300_detect_tx_chip() local1358 tx_chip = AST_TX_SIL164; in ast_2300_detect_tx_chip()1371 tx_chip = AST_TX_DP501; in ast_2300_detect_tx_chip()1377 tx_chip = AST_TX_ASTDP; in ast_2300_detect_tx_chip()1397 __ast_device_set_tx_chip(ast, tx_chip); in ast_2300_detect_tx_chip()
207 enum ast_tx_chip tx_chip; member441 void __ast_device_set_tx_chip(struct ast_device *ast, enum ast_tx_chip tx_chip);
384 if (ast->tx_chip == AST_TX_SIL164) { in ast_2100_post()
564 if (ast->tx_chip == AST_TX_SIL164) { in ast_2500_post()
463 if (ast->tx_chip == AST_TX_SIL164) in ast_init_3rdtx()
1043 switch (ast->tx_chip) { in ast_mode_config_init()