Home | Sort by: relevance | last modified time | path |
/src/sys/arch/x68k/dev/ | |
slhci_intio.c | 76 int nc_size; local in function:slhci_intio_match 96 nc_size = 0x02; 106 if (bus_space_map(iot, nc_addr, nc_size, 111 bus_space_unmap(iot, nch, nc_size); 125 int nc_size; local in function:slhci_intio_attach 141 nc_size = 0x02; 142 if (bus_space_map(iot, nc_addr, nc_size, |
/src/sys/dev/nor/ | |
nor.h | 64 size_t nc_size; /* storage size in bytes */ member in struct:nor_chip |
/src/sys/dev/nand/ | |
nand.h | 118 uint64_t nc_size; /* storage size in bytes */ member in struct:nand_chip |