Searched refs:param_get_intx (Results 1 – 3 of 3) sorted by relevance
56 count = param_get_intx(params, "count"); in nand_erase()74 pos = chip_params.page_size * param_get_intx(params, "page"); in nand_erase()77 pos = block_size * param_get_intx(params, "block"); in nand_erase()80 pos = param_get_intx(params, "pos"); in nand_erase()
42 int param_get_intx(struct cmd_param *, const char *);
107 param_get_intx(struct cmd_param *params, const char *name) in param_get_intx() function