Searched refs:cor_offset (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_plx.c45 unsigned int cor_offset; member in struct:hostap_plx_priv
279 corsave = inb(hw_priv->cor_offset);
280 outb(corsave | COR_SRESET, hw_priv->cor_offset);
282 outb(corsave & ~COR_SRESET, hw_priv->cor_offset);
286 corsave = readb(hw_priv->attr_mem + hw_priv->cor_offset);
288 hw_priv->attr_mem + hw_priv->cor_offset);
291 hw_priv->attr_mem + hw_priv->cor_offset);
304 corsave = inb(hw_priv->cor_offset);
305 outb(corsave | COR_SRESET, hw_priv->cor_offset);
307 outb(hcr, hw_priv->cor_offset
335 prism2_plx_check_cis(void __iomem *attr_mem, int attr_len, unsigned int *cor_offset, unsigned int *cor_index) argument
439 unsigned int cor_offset = 0, cor_index = 0; local
[all...]

Completed in 117 milliseconds