Searched refs:sti_mem_request (Results 1 – 2 of 2) sorted by relevance
347 sti_dump_globcfg(struct sti_glob_cfg *glob_cfg, unsigned int sti_mem_request) in sti_dump_globcfg() argument383 cfg->sti_mem_addr, sti_mem_request)); in sti_dump_globcfg()411 if (!sti->sti_mem_request) in sti_init_glob_cfg()412 sti->sti_mem_request = 256; /* STI default */ in sti_init_glob_cfg()417 sti_mem_addr = kzalloc(sti->sti_mem_request, GFP_KERNEL); in sti_init_glob_cfg()769 sti->sti_mem_request = raw->sti_mem_req; in sti_read_rom()909 sti_dump_globcfg(sti->glob_cfg, sti->sti_mem_request); in sti_try_rom_generic()
318 int sti_mem_request; member