Home
last modified time | relevance | path

Searched refs:bincmd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c770 u32 bincmd, exit; in check_fwfile_format() local
780 bincmd = le32_to_cpu(fwh->dnldcmd); in check_fwfile_format()
782 switch (bincmd) { in check_fwfile_format()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c781 uint32_t bincmd, exit; in check_fwfile_format() local
791 bincmd = le32_to_cpu(fwh->dnldcmd); in check_fwfile_format()
793 switch (bincmd) { in check_fwfile_format()
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass786 bincmd = 'bitbake'
788 bincmd = argv[0]
789 return '%s %s' % (bincmd, ' '.join(argv[1:]))