Searched refs:top_bottom (Results 1 – 2 of 2) sorted by relevance
1544 u32 top_bottom; in __coda_start_decoding() local1547 top_bottom = coda_read(dev, CODA_RET_DEC_SEQ_CROP_TOP_BOTTOM); in __coda_start_decoding()1550 q_data_dst->rect.top = (top_bottom >> 10) & 0x3ff; in __coda_start_decoding()1554 (top_bottom & 0x3ff); in __coda_start_decoding()1827 u32 top_bottom; in coda_finish_decode() local1830 top_bottom = coda_read(dev, CODA_RET_DEC_PIC_CROP_TOP_BOTTOM); in coda_finish_decode()1832 if (left_right == 0xffffffff && top_bottom == 0xffffffff) { in coda_finish_decode()1838 rect->top = top_bottom >> 16 & 0xffff; in coda_finish_decode()1842 (top_bottom & 0xffff); in coda_finish_decode()
110 const char* top_bottom[6] = { in cfi_tell_features() local147 if (extp->TopBottom < ARRAY_SIZE(top_bottom)) in cfi_tell_features()148 printk(" Top/Bottom Boot Block: %s\n", top_bottom[extp->TopBottom]); in cfi_tell_features()