Lines Matching refs:pa0_lo_offset
2800 uint8 pa0_lo_offset = 0; local
2819 if (tlen >= 13 && pa0_lo_offset == 0)
2820 pa0_lo_offset = 9;
2825 if (tlen >= 13 && pa0_lo_offset == 0)
2826 pa0_lo_offset = 8;
2832 if (tlen >= 13 && pa0_lo_offset == 0)
2833 pa0_lo_offset = 7;
2842 if (tlen >= 13 && pa0_lo_offset == 0)
2843 pa0_lo_offset = 6;
2845 if (tlen >= 13 && pa0_lo_offset != 0) {
2848 (cis[pa0_lo_offset+i+(j*2)+2]<<8)+
2849 cis[pa0_lo_offset+i+(j*2)+1]);