Home
last modified time | relevance | path

Searched refs:modl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c693 u64 modl[MLNX_MFG_VAL_QWORD_CNT(MODL)] = { 0 }; in modl_store() local
700 memcpy(modl, buf, count); in modl_store()
706 sizeof(u64), modl[word], 0, 0, 0, 0, &res); in modl_store()
904 static DEVICE_ATTR_RW(modl);
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-mellanox-bootctl113 What: /sys/bus/platform/devices/MLNXBF04:00/modl
118 The "modl" sysfs attribute holds the board's model number.
/openbmc/linux/drivers/atm/
H A Didt77252.c2137 unsigned long tmpl, modl; in idt77252_init_cbr() local
2159 modl = tmpl % (unsigned long)card->utopia_pcr; in idt77252_init_cbr()
2163 if (modl > 0) in idt77252_init_cbr()
3261 unsigned long tmpl, modl; in init_card() local
3486 modl = tmpl % (unsigned long)card->utopia_pcr; in init_card()
3488 if (modl) in init_card()
H A Dnicstar.c1230 unsigned long tmpl, modl; in ns_open() local
1295 modl = tmpl % card->max_pcr; in ns_open()
1299 if (modl > 0) in ns_open()