Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hamradio/
Dyam.c353 unsigned int predef) in add_mcs() argument
361 switch (predef) { in add_mcs()
367 predef--; in add_mcs()
373 err = request_firmware(&fw, fw_name[predef], &pdev->dev); in add_mcs()
377 fw_name[predef]); in add_mcs()
382 fw->size, fw_name[predef]); in add_mcs()
389 printk(KERN_ERR "yam: Invalid predef number %u\n", predef); in add_mcs()
/Linux-v4.19/arch/mips/
DMakefile136 predef-be += -DMIPSEB -D_MIPSEB -D__MIPSEB -D__MIPSEB__
137 predef-le += -DMIPSEL -D_MIPSEL -D__MIPSEL -D__MIPSEL__
138 …NDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' && echo -EB $(undef-all) $(predef-be))
139 …ENDIAN) += $(shell $(CC) -dumpmachine |grep -q 'mips.*el-.*' || echo -EL $(undef-all) $(predef-le))