/src/sys/dev/marvell/ |
mvpex.c | 113 uint32_t cl_size = 0; local in function:mvpex_attach 159 if (!prop_dictionary_get_uint32(dict, "cache-line-size", &cl_size)) { 191 mvpex_chipset, iostart, ioend, memstart, memend, cl_size);
|
mvpex.c | 113 uint32_t cl_size = 0; local in function:mvpex_attach 159 if (!prop_dictionary_get_uint32(dict, "cache-line-size", &cl_size)) { 191 mvpex_chipset, iostart, ioend, memstart, memend, cl_size);
|
gtpci.c | 126 int cl_size = 0, intr; local in function:gtpci_attach 181 if (!prop_dictionary_get_uint32(dict, "cache-line-size", &cl_size)) { 227 gtpci_chipset, iostart, ioend, memstart, memend, cl_size);
|
gtpci.c | 126 int cl_size = 0, intr; local in function:gtpci_attach 181 if (!prop_dictionary_get_uint32(dict, "cache-line-size", &cl_size)) { 227 gtpci_chipset, iostart, ioend, memstart, memend, cl_size);
|