Lines Matching refs:protgroup_len
1688 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder;
1782 protgroup_len = sg_dma_len(sgpe) - protgroup_offset;
1785 BUG_ON(protgroup_len % 8);
1794 protgrp_blks = protgroup_len / 8;
1798 if ((pde7->addrLow & 0xfff) + protgroup_len > 0x1000) {
2113 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder;
2243 protgroup_len = sg_dma_len(sgpe) - protgroup_offset;
2246 BUG_ON(protgroup_len % 8);
2256 protgrp_blks = protgroup_len / 8;
2260 if ((sgl->addr_lo & 0xfff) + protgroup_len > 0x1000) {