Home
last modified time | relevance | path

Searched refs:portl (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dgoldfish.h11 static inline void gf_write_ptr(const void *ptr, void __iomem *portl, in gf_write_ptr() argument
16 writel(lower_32_bits(addr), portl); in gf_write_ptr()
23 void __iomem *portl, in gf_write_dma_addr() argument
26 writel(lower_32_bits(addr), portl); in gf_write_dma_addr()
/Linux-v5.4/include/uapi/linux/netfilter_bridge/
Debt_stp.h33 __u16 portl, portu; member
/Linux-v5.4/net/bridge/netfilter/
Debt_stp.c90 v16 < c->portl || v16 > c->portu)) in ebt_filter_config()
/Linux-v5.4/drivers/platform/goldfish/
Dgoldfish_pipe.c812 static void write_pa_addr(void *addr, void __iomem *portl, void __iomem *porth) in write_pa_addr() argument
817 writel(lower_32_bits(paddr), portl); in write_pa_addr()