Home
last modified time | relevance | path

Searched refs:predef (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/hamradio/
Dyam.c338 unsigned int predef) in add_mcs() argument
346 switch (predef) { in add_mcs()
352 predef--; in add_mcs()
358 err = request_firmware(&fw, fw_name[predef], &pdev->dev); in add_mcs()
362 fw_name[predef]); in add_mcs()
367 fw->size, fw_name[predef]); in add_mcs()
374 printk(KERN_ERR "yam: Invalid predef number %u\n", predef); in add_mcs()
/Linux-v5.4/arch/mips/
DMakefile138 predef-be += -DMIPSEB -D_MIPSEB -D__MIPSEB -D__MIPSEB__
139 predef-le += -DMIPSEL -D_MIPSEL -D__MIPSEL -D__MIPSEL__
140 …NDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB $(undef-all) $(predef-be))
141 …ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL $(undef-all) $(predef-le))