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

/u-boot/drivers/mmc/
H A Drpmb.c302 unsigned long wcount; local
306 if (mmc_rpmb_get_counter(mmc, &wcount)) {
316 rpmb_frame->write_counter = cpu_to_be32(wcount);
/u-boot/drivers/video/
H A Dstb_truetype.h3490 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata) argument
3507 n += wcount[i];
3516 m += wcount[i];
3517 j = wcount[i]-1;
3518 for (k=0; k < wcount[i]; j=k++) {

Completed in 53 milliseconds