Home
last modified time | relevance | path

Searched refs:RDS_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/mfd/
Dwl1273-core.h245 #define RDS_BLOCK_SIZE 3 macro
/linux-4.4.14/drivers/media/radio/
Dradio-wl1273.c206 memcpy(&radio->buffer[radio->wr_index], &rds, RDS_BLOCK_SIZE); in wl1273_fm_rds()
1235 count /= RDS_BLOCK_SIZE; in wl1273_fm_fops_read()
1244 RDS_BLOCK_SIZE)) in wl1273_fm_fops_read()
1248 radio->rd_index += RDS_BLOCK_SIZE; in wl1273_fm_fops_read()
1254 buf += RDS_BLOCK_SIZE; in wl1273_fm_fops_read()
1255 r += RDS_BLOCK_SIZE; in wl1273_fm_fops_read()
2025 radio->buf_size = rds_buf * RDS_BLOCK_SIZE; in wl1273_fm_radio_probe()