Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
Dhostap_plx.c337 unsigned int *cor_index) in prism2_plx_check_cis() argument
360 *cor_index = 0x01; in prism2_plx_check_cis()
376 *cor_index = cis[pos + 3] & 0x3F; in prism2_plx_check_cis()
382 *cor_index, *cor_offset); in prism2_plx_check_cis()
438 unsigned int cor_offset = 0, cor_index = 0; in prism2_plx_probe() local
470 cor_index = 0x04; in prism2_plx_probe()
472 outb(cor_index | COR_LEVLREQ | COR_ENABLE_FUNC, plx_ioaddr); in prism2_plx_probe()
475 if (reg != (cor_index | COR_LEVLREQ | COR_ENABLE_FUNC)) { in prism2_plx_probe()
478 cor_index | COR_LEVLREQ | COR_ENABLE_FUNC, reg); in prism2_plx_probe()
501 &cor_offset, &cor_index)) { in prism2_plx_probe()
[all …]