Searched defs:strparm_bsp (Results 1 – 1 of 1) sorted by relevance
25 struct strparm_bsp { struct26 uint32_t w0[4]; // bits 0-23 length, bits 24-31 addr_hi27 uint32_t w1[4]; // bit 8-24 addr_lo28 uint32_t unk20; // should be idx * 0x8000000, bitstream offset29 uint32_t do_crypto_crap; // set to 0233 static inline struct strparm_bsp *strparm_bsp(struct nouveau_vp3_decoder *dec) in strparm_bsp() function