Searched refs:num_blocks (Results 1 - 11 of 11) sorted by relevance

/drivers/net/wireless/wl1251/
H A Dinit.c233 u32 num_blocks)
240 (QOS_TX_HIGH_BE_DEF * num_blocks) / 100;
242 (QOS_TX_LOW_BE_DEF * num_blocks) / 100;
246 (QOS_TX_HIGH_BK_DEF * num_blocks) / 100;
248 (QOS_TX_LOW_BK_DEF * num_blocks) / 100;
252 (QOS_TX_HIGH_VI_DEF * num_blocks) / 100;
254 (QOS_TX_LOW_VI_DEF * num_blocks) / 100;
258 (QOS_TX_HIGH_VO_DEF * num_blocks) / 100;
260 (QOS_TX_LOW_VO_DEF * num_blocks) / 100;
231 wl1251_hw_init_txq_fill(u8 qid, struct acx_tx_queue_qos_config *config, u32 num_blocks) argument
/drivers/mfd/
H A Dpm8xxx-irq.c56 unsigned int num_blocks; member in struct:pm_irq_chip
342 chip->num_blocks = DIV_ROUND_UP(chip->num_irqs, 8);
343 chip->num_masters = DIV_ROUND_UP(chip->num_blocks, 8);
H A Dstmpe.c377 .num_blocks = ARRAY_SIZE(stmpe801_blocks),
389 .num_blocks = ARRAY_SIZE(stmpe801_blocks_noirq),
484 .num_blocks = ARRAY_SIZE(stmpe811_blocks),
499 .num_blocks = ARRAY_SIZE(stmpe811_blocks),
638 .num_blocks = ARRAY_SIZE(stmpe1601_blocks),
717 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks),
731 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks),
975 for (i = 0; i < variant->num_blocks; i++) {
H A Dstmpe.h55 * @num_blocks: number of blocks present on this device
71 int num_blocks; member in struct:stmpe_variant_info
/drivers/staging/rtl8712/
H A Drtl871x_security.c1033 uint num_blocks, payload_index; local
1088 num_blocks = plen / 16;
1097 for (i = 0; i < num_blocks; i++) {
1117 for (i = 0; i < num_blocks; i++) {
1128 pframe, pn_vector, num_blocks+1);
1208 uint num_blocks, payload_index; local
1232 num_blocks = (plen - 8) / 16;
1261 for (i = 0; i < num_blocks; i++) {
1272 pframe, pn_vector, num_blocks+1);
1295 num_blocks
[all...]
/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c1160 u32 num_blocks = io_info->numBlocks; local
1192 io_request->DataLength = num_blocks * 512;
1196 cdb[28] = (u8)((num_blocks >> 24) & 0xff);
1197 cdb[29] = (u8)((num_blocks >> 16) & 0xff);
1198 cdb[30] = (u8)((num_blocks >> 8) & 0xff);
1199 cdb[31] = (u8)(num_blocks & 0xff);
1240 cdb[8] = (u8)(num_blocks & 0xff);
1241 cdb[7] = (u8)((num_blocks >> 8) & 0xff);
1276 cdb[13] = (u8)(num_blocks & 0xff);
1277 cdb[12] = (u8)((num_blocks >>
[all...]
/drivers/target/
H A Dtarget_core_cdb.c1086 u32 num_blocks; local
1097 num_blocks = get_unaligned_be16(&cmd->t_task_cdb[7]);
1099 num_blocks = get_unaligned_be32(&cmd->t_task_cdb[10]);
1101 num_blocks = get_unaligned_be32(&cmd->t_task_cdb[28]);
1107 if (num_blocks != 0)
1108 range = num_blocks;
/drivers/net/wireless/bcmdhd/
H A Ddhd_bta.c301 htol16_ua_store(dhdp->maxdatablks, (uint8 *)&parms->num_blocks);
/drivers/staging/media/as102/
H A Das10x_cmd.h396 uint16_t num_blocks; member in struct:as10x_dump_memory::__anon5243
/drivers/net/wireless/bcmdhd/include/proto/
H A Dbt_amp_hci.h317 uint16 num_blocks; member in struct:num_completed_data_blocks_evt_parms
/drivers/mtd/nand/
H A Dpxa3xx_nand.c829 if (f->num_blocks * f->page_per_block > 65536)
995 chipsize = (uint64_t)f->num_blocks * f->page_per_block * f->page_size;

Completed in 381 milliseconds