Home
last modified time | relevance | path

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

/arch/m68k/mvme16x/
Dconfig.c85 sprintf(model, "Motorola MVME%x%s", be16_to_cpu(p->brdno), suf); in mvme16x_get_model()
91 uint16_t brdno = be16_to_cpu(mvme_bdid.brdno); in mvme16x_get_hardware_list() local
93 if (brdno == 0x0162 || brdno == 0x0172) in mvme16x_get_hardware_list()
269 uint16_t brdno = be16_to_cpu(p->brdno); in config_mvme16x() local
289 vme_brdtype = brdno; in config_mvme16x()
294 if (brdno == 0x0162 || brdno == 0x172) in config_mvme16x()
300 pr_info("MVME%x Hardware status:\n", brdno); in config_mvme16x()
323 uint16_t brdno = be16_to_cpu(mvme_bdid.brdno); in mvme16x_abort_int() local
325 if (brdno == 0x0162 || brdno == 0x172) in mvme16x_abort_int()
339 if (brdno == 0x0162 || brdno == 0x172) in mvme16x_abort_int()
[all …]
/arch/m68k/include/uapi/asm/
Dbootinfo-vme.h52 __be16 brdno; member