bitwidth 1798 dev/pci/if_de.c const unsigned bitwidth = SROM_BITWIDTH; bitwidth 1799 dev/pci/if_de.c const unsigned cmdmask = (SROMCMD_RD << bitwidth); bitwidth 1800 dev/pci/if_de.c const unsigned msb = 1 << (bitwidth + 3 - 1); bitwidth 1801 dev/pci/if_de.c unsigned lastidx = (1 << bitwidth) - 1; bitwidth 1813 dev/pci/if_de.c for (bits = idx|cmdmask, bit = bitwidth + 3; bit > 0; bit--, bits <<= 1) { bitwidth 175 dev/pci/if_lmc.c const unsigned bitwidth = SROM_BITWIDTH; bitwidth 176 dev/pci/if_lmc.c const unsigned cmdmask = (SROMCMD_RD << bitwidth); bitwidth 177 dev/pci/if_lmc.c const unsigned msb = 1 << (bitwidth + 3 - 1); bitwidth 178 dev/pci/if_lmc.c unsigned lastidx = (1 << bitwidth) - 1; bitwidth 190 dev/pci/if_lmc.c for (bits = idx|cmdmask, bit = bitwidth + 3