Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h378 uint32_t atu_size; /* actual size of PCI mem space */ member
H A Daac.c2292 uint32_t atu_size; in aac_check_firmware() local
2314 atu_size = 0; in aac_check_firmware()
2317 atu_size = AAC_MAILBOX_GET(softs, 2); in aac_check_firmware()
2322 (softs->atu_size == atu_size)) in aac_check_firmware()
2335 softs->atu_size = atu_size; in aac_check_firmware()
2394 if ((atu_size > softs->map_size) && in aac_check_firmware()
2396 (caddr_t *)&data, 0, atu_size, &softs->reg_attr, in aac_check_firmware()
2401 softs->map_size = atu_size; in aac_check_firmware()
2403 if (atu_size == softs->map_size) { in aac_check_firmware()