Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/switch/ !
Dswitchtec.c1145 for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) { in ioctl_pff_to_port()
1146 reg = ioread32(&pcfg->dsp_pff_inst_id[i]); in ioctl_pff_to_port()
1188 if (p.port > ARRAY_SIZE(pcfg->dsp_pff_inst_id)) in ioctl_port_to_pff()
1191 ARRAY_SIZE(pcfg->dsp_pff_inst_id) + 1); in ioctl_port_to_pff()
1192 p.pff = ioread32(&pcfg->dsp_pff_inst_id[p.port - 1]); in ioctl_port_to_pff()
1565 for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) { in init_pff()
1566 reg = ioread32(&pcfg->dsp_pff_inst_id[i]); in init_pff()
/linux-6.1.9/include/linux/ !
Dswitchtec.h301 u32 dsp_pff_inst_id[47]; member