Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/mellanox/
Dmlxbf-bootctl.c680 u64 modl[MLNX_MFG_VAL_QWORD_CNT(MODL)] = { 0 }; in modl_store() local
687 memcpy(modl, buf, count); in modl_store()
693 sizeof(u64), modl[word], 0, 0, 0, 0, &res); in modl_store()
891 static DEVICE_ATTR_RW(modl);
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-platform-mellanox-bootctl113 What: /sys/bus/platform/devices/MLNXBF04:00/modl
118 The "modl" sysfs attribute holds the board's model number.
/Linux-v6.6/drivers/atm/
Didt77252.c2136 unsigned long tmpl, modl; in idt77252_init_cbr() local
2158 modl = tmpl % (unsigned long)card->utopia_pcr; in idt77252_init_cbr()
2162 if (modl > 0) in idt77252_init_cbr()
3258 unsigned long tmpl, modl; in init_card() local
3483 modl = tmpl % (unsigned long)card->utopia_pcr; in init_card()
3485 if (modl) in init_card()
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()