/src/sys/arch/i386/pci/ |
via8231.c | 114 int shft; member in struct:mask_shft_pair 130 (((reg) >> via8231_routing_cnfg[(pirq)].shft) & \ 135 via8231_routing_cnfg[(pirq)].shft)) | \ 137 via8231_routing_cnfg[(pirq)].shft))
|
via8231.c | 114 int shft; member in struct:mask_shft_pair 130 (((reg) >> via8231_routing_cnfg[(pirq)].shft) & \ 135 via8231_routing_cnfg[(pirq)].shft)) | \ 137 via8231_routing_cnfg[(pirq)].shft))
|
/src/sys/dev/nor/ |
cfi_0002.c | 107 u_int shft = cfi->cfi_qry_data.write_nbyte_time_typ; local in function:cfi_0002_time_write_nbyte 108 shft += cfi->cfi_qry_data.write_nbyte_time_max; 109 u_long usec = 1UL << shft; 119 u_int shft = cfi->cfi_qry_data.erase_blk_time_typ; local in function:cfi_0002_time_erase_blk 120 shft += cfi->cfi_qry_data.erase_blk_time_max; 121 u_long usec = 1000UL << shft; 131 u_int shft = cfi->cfi_qry_data.erase_chip_time_typ; local in function:cfi_0002_time_erase_all 132 shft += cfi->cfi_qry_data.erase_chip_time_max; 133 u_long usec = 1000UL << shft;
|
cfi_0002.c | 107 u_int shft = cfi->cfi_qry_data.write_nbyte_time_typ; local in function:cfi_0002_time_write_nbyte 108 shft += cfi->cfi_qry_data.write_nbyte_time_max; 109 u_long usec = 1UL << shft; 119 u_int shft = cfi->cfi_qry_data.erase_blk_time_typ; local in function:cfi_0002_time_erase_blk 120 shft += cfi->cfi_qry_data.erase_blk_time_max; 121 u_long usec = 1000UL << shft; 131 u_int shft = cfi->cfi_qry_data.erase_chip_time_typ; local in function:cfi_0002_time_erase_all 132 shft += cfi->cfi_qry_data.erase_chip_time_max; 133 u_long usec = 1000UL << shft;
|
/src/lib/libc/gen/ |
vis.c | 309 int iswextra, i, shft; local in function:do_svis 322 shft = i * NBBY; 323 bmsk = (uint64_t)0xffLL << shft; 327 (uint64_t)(c & bmsk) >> shft), 407 int cerr, error = -1, i, shft; local in function:istrsenvisx 628 shft = i * NBBY; 629 bmsk = (uint64_t)0xffLL << shft; 639 shft);
|
vis.c | 309 int iswextra, i, shft; local in function:do_svis 322 shft = i * NBBY; 323 bmsk = (uint64_t)0xffLL << shft; 327 (uint64_t)(c & bmsk) >> shft), 407 int cerr, error = -1, i, shft; local in function:istrsenvisx 628 shft = i * NBBY; 629 bmsk = (uint64_t)0xffLL << shft; 639 shft);
|
/src/sys/arch/hppa/hppa/ |
db_disasm.c | 1246 u_int shft, mask; local in function:iExInit 1265 shft = 32 - i->extbs - i->extbl; 1268 if (m->extshft != shft || m->extmask != mask) { 1273 m->extshft = shft;
|
db_disasm.c | 1246 u_int shft, mask; local in function:iExInit 1265 shft = 32 - i->extbs - i->extbl; 1268 if (m->extshft != shft || m->extmask != mask) { 1273 m->extshft = shft;
|