Home
last modified time | relevance | path

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

/linux-2.6.39/fs/partitions/
Dibm.c65 loff_t i_size, offset, size, fmt_size; in ibm_partition() local
168 fmt_size = label->lnx.formatted_blocks in ibm_partition()
172 fmt_size = geo->cylinders * geo->heads in ibm_partition()
177 fmt_size = i_size >> 9; in ibm_partition()
180 if (fmt_size < size) in ibm_partition()
181 size = fmt_size; in ibm_partition()
/linux-2.6.39/sound/drivers/pcsp/
Dpcsp_lib.c63 val = runtime->dma_area[chip->playback_ptr + chip->fmt_size - 1]; in pcsp_timer_update()
103 chip->playback_ptr += PCSP_INDEX_INC() * chip->fmt_size; in pcsp_pointer_update()
241 chip->fmt_size = in snd_pcsp_playback_prepare()
252 chip->fmt_size); in snd_pcsp_playback_prepare()
Dpcsp.h66 unsigned int fmt_size; member