Home
last modified time | relevance | path

Searched refs:mmio_part_cfg_all (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/pci/switch/
Dswitchtec.c640 reg = ioread32(&stdev->mmio_part_cfg_all[i].part_event_summary); in ioctl_event_summary()
670 return (void __iomem *)&stdev->mmio_part_cfg_all[index] + offset; in part_ev_reg()
854 pcfg = &stdev->mmio_part_cfg_all[part]; in ioctl_pff_to_port()
900 pcfg = &stdev->mmio_part_cfg_all[p.partition]; in ioctl_port_to_pff()
1254 stdev->mmio_part_cfg_all = stdev->mmio + SWITCHTEC_GAS_PART_CFG_OFFSET; in switchtec_init_pci()
1255 stdev->mmio_part_cfg = &stdev->mmio_part_cfg_all[stdev->partition]; in switchtec_init_pci()
/Linux-v4.19/include/linux/
Dswitchtec.h362 struct part_cfg_regs __iomem *mmio_part_cfg_all; member
/Linux-v4.19/drivers/ntb/hw/mscc/
Dntb_hw_switchtec.c1105 &sndev->stdev->mmio_part_cfg_all[sndev->peer_partition]; in crosslink_enum_partition()