Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dctucan_pci.c116 hwaddr core_num = addr / CTUCAN_PCI_BYTES_PER_CORE; in ctucan_pci_cores_io_read() local
118 if (core_num >= CTUCAN_PCI_CORE_COUNT) { in ctucan_pci_cores_io_read()
122 s = &d->ctucan_state[core_num]; in ctucan_pci_cores_io_read()
132 hwaddr core_num = addr / CTUCAN_PCI_BYTES_PER_CORE; in ctucan_pci_cores_io_write() local
134 if (core_num >= CTUCAN_PCI_CORE_COUNT) { in ctucan_pci_cores_io_write()
138 s = &d->ctucan_state[core_num]; in ctucan_pci_cores_io_write()
/openbmc/skeleton/fanctl/
H A Dfan_control.c33 int core_num; member
454 info->core_num = str_to_int(optarg); in parse_argument()
455 if (info->core_num == -1) { in parse_argument()