Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/contrib/
H A Dddimage9 BLOCKSIZE=1048576
168 pv "$IMAGE" | dd of="$DEVICE" bs="$BLOCKSIZE"
170 dd if="$IMAGE" of="$DEVICE" bs="$BLOCKSIZE"
/openbmc/linux/drivers/media/dvb-frontends/
H A Dsp887x.c132 #define BLOCKSIZE 30 macro
140 u8 buf [BLOCKSIZE + 2]; in sp887x_initial_setup()
165 for (i = 0; i < FW_SIZE; i += BLOCKSIZE) { in sp887x_initial_setup()
166 int c = BLOCKSIZE; in sp887x_initial_setup()