Home
last modified time | relevance | path

Searched refs:slu_id (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/misc/genwqe/
H A Dcard_debugfs.c287 u64 app_id, slu_id, bitstream = -1; in info_show() local
290 slu_id = __genwqe_readq(cd, IO_SLU_UNITCFG); in info_show()
306 cd->card_idx, slu_id, app_id, in info_show()
307 (u16)((slu_id >> 12) & 0x0fLLU), /* month */ in info_show()
308 (u16)((slu_id >> 4) & 0xffLLU), /* day */ in info_show()
309 (u16)((slu_id >> 16) & 0x0fLLU) + 2010, /* year */ in info_show()
311 (u16)((slu_id >> 32) & 0xffLLU), slu_id >> 40, in info_show()
H A Dcard_sysfs.c63 u64 slu_id, app_id; in version_show() local
66 slu_id = __genwqe_readq(cd, IO_SLU_UNITCFG); in version_show()
69 return sprintf(buf, "%016llx.%016llx\n", slu_id, app_id); in version_show()
H A Dcard_base.c429 int slu_id; in genwqe_read_ids() local
440 slu_id = genwqe_get_slu_id(cd); in genwqe_read_ids()
441 if (slu_id < GENWQE_SLU_ARCH_REQ || slu_id == 0xff) { in genwqe_read_ids()
443 "err: incompatible SLU Architecture %u\n", slu_id); in genwqe_read_ids()
H A Dcard_dev.c586 *(__be64 *)&req->__asiv[88] = cpu_to_be64(load->slu_id); in do_flash_update()
598 *(__be64 *)&req->asiv[80] = cpu_to_be64(load->slu_id); in do_flash_update()
/openbmc/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h345 __u64 slu_id; /* informational/sim: SluID */ member