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

/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_plx.c336 unsigned int *cor_index) prism2_plx_check_cis()
360 *cor_index = 0x01; prism2_plx_check_cis()
376 *cor_index = cis[pos + 3] & 0x3F; prism2_plx_check_cis()
380 printk(KERN_DEBUG "%s: cor_index=0x%x " prism2_plx_check_cis()
382 *cor_index, *cor_offset); prism2_plx_check_cis()
438 unsigned int cor_offset = 0, cor_index = 0; prism2_plx_probe() local
470 cor_index = 0x04; prism2_plx_probe()
472 outb(cor_index | COR_LEVLREQ | COR_ENABLE_FUNC, plx_ioaddr); prism2_plx_probe()
475 if (reg != (cor_index | COR_LEVLREQ | COR_ENABLE_FUNC)) { prism2_plx_probe()
478 cor_index | COR_LEVLREQ | COR_ENABLE_FUNC, reg); prism2_plx_probe()
501 &cor_offset, &cor_index)) { prism2_plx_probe()
511 writeb(cor_index | COR_LEVLREQ | COR_ENABLE_FUNC, prism2_plx_probe()
334 prism2_plx_check_cis(void __iomem *attr_mem, int attr_len, unsigned int *cor_offset, unsigned int *cor_index) prism2_plx_check_cis() argument

Completed in 57 milliseconds