Home
last modified time | relevance | path

Searched refs:ITFS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/sound/soc/blackfin/
Dbf5xx-ac97.c295 ret = sport_config_tx(sport, ITFS, 0xF, 0, (16*16-1)); in bf5xx_ac97_resume()
357 ret = sport_config_tx(sport_handle, ITFS, 0xF, 0, (16*16-1)); in bf5xx_ac97_probe()
/linux-2.6.39/arch/blackfin/include/asm/
Dbfin_sport.h126 #define ITFS 0x0200 /* Internal TX Frame Sync Select */ macro
/linux-2.6.39/drivers/tty/serial/
Dbfin_sport_uart.c124 SPORT_PUT_TCR1(up, (LATFS | ITFS | TFSR | TLSBIT | ITCLK)); in sport_uart_setup()