Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/tqc/tqma6/
H A Dtqma6.c275 char modelstr[MODELSTRLEN]; in ft_board_setup() local
277 snprintf(modelstr, MODELSTRLEN, "TQ %s on %s", tqma6_get_boardname(), in ft_board_setup()
279 do_fixup_by_path_string(blob, "/", "model", modelstr); in ft_board_setup()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dcmipci.c2984 char modelstr[16]; in snd_cmipci_create() local
3120 sprintf(modelstr, " (model %d)", cm->chip_version); in snd_cmipci_create()
3122 modelstr[0] = '\0'; in snd_cmipci_create()
3124 card->shortname, modelstr, cm->iobase, cm->irq); in snd_cmipci_create()