Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-thunder-ecam.c195 bool is_nic = (vendor_device == 0xa01e177d); in thunder_ecam_config_read() local
226 if (is_nic) in thunder_ecam_config_read()
252 if (where_a >= 0xe0 && where_a < 0xf0 && is_nic) in thunder_ecam_config_read()
257 if (where_a >= 0xf0 && where_a < 0x100 && is_nic) in thunder_ecam_config_read()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-thunder-ecam.c184 bool is_nic = (vendor_device == 0xa01e177d); in thunder_ecam_config_read() local
213 if (is_nic) in thunder_ecam_config_read()
239 if (where_a >= 0xe0 && where_a < 0xf0 && is_nic) in thunder_ecam_config_read()
244 if (where_a >= 0xf0 && where_a < 0x100 && is_nic) in thunder_ecam_config_read()

Completed in 2 milliseconds