Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/megaraid/
Dmegaraid_mm.h66 uint8_t fca[16]; member
/linux-6.12.1/drivers/scsi/
Dmegaraid.h474 u8 fca[16]; member
/linux-6.12.1/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1605 void __iomem *fca = priv->iface_base + MVPP22_FCA_BASE(port->gop_id); in mvpp22_gop_fca_enable_periodic() local
1608 val = readl(fca + MVPP22_FCA_CONTROL_REG); in mvpp22_gop_fca_enable_periodic()
1612 writel(val, fca + MVPP22_FCA_CONTROL_REG); in mvpp22_gop_fca_enable_periodic()
1618 void __iomem *fca = priv->iface_base + MVPP22_FCA_BASE(port->gop_id); in mvpp22_gop_fca_set_timer() local
1624 writel(lsb, fca + MVPP22_PERIODIC_COUNTER_LSB_REG); in mvpp22_gop_fca_set_timer()
1625 writel(msb, fca + MVPP22_PERIODIC_COUNTER_MSB_REG); in mvpp22_gop_fca_set_timer()