Searched refs:sgx (Results 1 – 5 of 5) sorted by relevance
846 qla24xx_get_one_block_sg(uint32_t blk_sz, struct qla2_sgx *sgx, in qla24xx_get_one_block_sg() argument853 if (sgx->num_bytes == sgx->tot_bytes) in qla24xx_get_one_block_sg()856 sg = sgx->cur_sg; in qla24xx_get_one_block_sg()857 cumulative_partial = sgx->tot_partial; in qla24xx_get_one_block_sg()862 sgx->dma_addr = sg_dma_addr + sgx->bytes_consumed; in qla24xx_get_one_block_sg()864 if ((cumulative_partial + (sg_len - sgx->bytes_consumed)) >= blk_sz) { in qla24xx_get_one_block_sg()865 sgx->dma_len = (blk_sz - cumulative_partial); in qla24xx_get_one_block_sg()866 sgx->tot_partial = 0; in qla24xx_get_one_block_sg()867 sgx->num_bytes += blk_sz; in qla24xx_get_one_block_sg()870 sgx->dma_len = sg_len - sgx->bytes_consumed; in qla24xx_get_one_block_sg()[all …]
79 * Use dpll_per for sgx at 153.6MHz like droid4 stock v3.0.8 Android kernel
870 "tmu0", "dsitx0", "iic0", "sgx", "lcdc0";
444 OMAP3_HAS_FEATURE(sgx, SGX)
260 OMAP3_SHOW_FEATURE(sgx); in omap3_cpuinfo()