Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dbfin_sport.h73 #define ITFS 0x0200 /* Internal TX Frame Sync Select */ macro
/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-ac97.c248 ret = sport_config_tx(sport, ITFS, 0xF, 0, (16*16-1)); in bf5xx_ac97_resume()
332 ret = sport_config_tx(sport_handle, ITFS, 0xF, 0, (16*16-1)); in asoc_bfin_ac97_probe()
/linux-4.4.14/drivers/spi/
Dspi-bfin-sport.c262 bfin_write(&drv_data->regs->rcr1, chip->ctl_reg & ~(ITCLK | ITFS)); in bfin_sport_spi_restore_state()
614 chip->ctl_reg |= ITCLK | ITFS | TFSR | LATFS | LTFS; in bfin_sport_spi_setup()
/linux-4.4.14/drivers/tty/serial/
Dbfin_sport_uart.c125 SPORT_PUT_TCR1(up, (LATFS | ITFS | TFSR | TLSBIT | ITCLK)); in sport_uart_setup()