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

/linux-master/include/linux/mfd/
H A Dwl1273-core.h232 #define RDS_BLOCK_SIZE 3 macro
/linux-master/drivers/media/radio/
H A Dradio-wl1273.c194 memcpy(&radio->buffer[radio->wr_index], &rds, RDS_BLOCK_SIZE);
1233 count /= RDS_BLOCK_SIZE;
1242 RDS_BLOCK_SIZE))
1246 radio->rd_index += RDS_BLOCK_SIZE;
1252 buf += RDS_BLOCK_SIZE;
1253 r += RDS_BLOCK_SIZE;
2017 radio->buf_size = rds_buf * RDS_BLOCK_SIZE;

Completed in 140 milliseconds