Searched refs:cache_lnsz (Results 1 – 1 of 1) sorted by relevance
56 uint8_t cache_lnsz, frrc = 0; in sil3xxx_init_controller() local92 cache_lnsz = pci_config_get8(pci_conf_handle, PCI_CONF_CACHE_LINESZ); in sil3xxx_init_controller()102 if (cache_lnsz != 0) { in sil3xxx_init_controller()103 frrc = (cache_lnsz * 4 / 32) + in sil3xxx_init_controller()104 (((cache_lnsz * 4) % 32) ? 1 : 0) - 1; in sil3xxx_init_controller()