/src/sys/arch/zaurus/stand/zboot/ |
pathfs.c | 88 struct linux_stat lsb; local in function:pathfs_stat 91 rv = ufstat((int)fd->f_devdata, &lsb); 95 sb->st_ino = lsb.lst_ino; 96 sb->st_mode = lsb.lst_mode; 97 sb->st_nlink = lsb.lst_nlink; 98 sb->st_uid = lsb.lst_uid; 99 sb->st_gid = lsb.lst_gid; 100 sb->st_size = lsb.lst_size; 101 sb->st_blksize = lsb.lst_blksize; 102 sb->st_blocks = lsb.lst_blocks [all...] |
/src/tests/lib/libc/db/ |
h_lfsr.c | 50 uint16_t lsb = *cur & 1; local in function:next 52 *cur ^= (-lsb) & 0xB400u;
|
/src/sys/arch/evbarm/iq31244/ |
iq31244_7seg.c | 223 uint8_t msb, lsb; local in function:iq80321_7seg 226 lsb = iq80321_7seg_xlate(b); 231 WRITE(IQ80321_7SEG_LSB, lsb);
|
/src/sys/arch/evbarm/iq80310/ |
iq80310_7seg.c | 222 uint8_t msb, lsb; local in function:iq80310_7seg 225 lsb = iq80310_7seg_xlate(b); 230 CPLD_WRITE(IQ80310_7SEG_LSB, lsb);
|
/src/sys/arch/evbarm/iq80321/ |
iq80321_7seg.c | 223 uint8_t msb, lsb; local in function:iq80321_7seg 226 lsb = iq80321_7seg_xlate(b); 231 WRITE(IQ80321_7SEG_LSB, lsb);
|
/src/sys/dev/isa/ |
smsc.c | 145 uint8_t rev, msb, lsb, chipid; local in function:smsc_attach 179 lsb = smsc_readreg(ia->ia_iot, ioh, SMSC_IO_BASE_LSB); 180 address = (msb << 8) | lsb; 329 uint8_t msb, lsb; local in function:smsc_refresh 340 /* reading lsb first locks msb... */ 341 lsb = smsc_readreg(sc->sc_iot, sc->sc_ioh, reg); 343 rpm = (msb << 8) | lsb;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/ |
nouveau_nvkm_subdev_acr_gp102.c | 43 struct lsb_header_v1 lsb; local in function:gp102_acr_wpr_patch 55 nvkm_robj(acr->wpr, hdr.lsb_offset, &lsb, sizeof(lsb)); 56 lsb_header_v1_dump(&acr->subdev, &lsb); 58 lsfw->func->bld_patch(acr, lsb.tail.bl_data_off, adjust); 77 nvkm_wobj(acr->wpr, lsfw->offset.lsb, &hdr, sizeof(hdr)); 93 .lsb_offset = lsfw->offset.lsb, 104 /* Write LSB header. */ 151 lsfw->offset.lsb = wpr;
|
nouveau_nvkm_subdev_acr_gm200.c | 65 struct lsb_header lsb; local in function:gm200_acr_wpr_patch 77 nvkm_robj(acr->wpr, hdr.lsb_offset, &lsb, sizeof(lsb)); 78 lsb_header_dump(subdev, &lsb); 80 lsfw->func->bld_patch(acr, lsb.tail.bl_data_off, adjust); 118 nvkm_wobj(acr->wpr, lsfw->offset.lsb, &hdr, sizeof(hdr)); 133 .lsb_offset = lsfw->offset.lsb, 143 /* Write LSB header. */ 186 lsfw->offset.lsb = wpr;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_umc_v6_1.c | 217 uint32_t lsb, mc_umc_status_addr; local in function:umc_v6_1_query_error_address 252 /* the lowest lsb bits should be ignored */ 253 lsb = REG_GET_FIELD(err_addr, MCA_UMC_UMC0_MCUMC_ADDRT0, LSB); 255 err_addr &= ~((0x1ULL << lsb) - 1);
|
amdgpu_gfx_v9_0.c | 3979 uint32_t tmp, lsb, msb, i = 0; local in function:gfx_v9_0_get_gpu_clock_counter 3984 lsb = RREG32_SOC15(GC, 0, mmRLC_REFCLOCK_TIMESTAMP_LSB); 3988 clock = (uint64_t)lsb | ((uint64_t)msb << 32ULL);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
acr.h | 95 u32 lsb; member in struct:nvkm_acr_lsfw::__anonc7a574c20108 103 /* The (currently) map directly to LSB header flags. */
|
/src/sys/kern/ |
kgdb_stub.c | 201 int msb, lsb; local in function:hex2mem 207 lsb = digit2i(*src++); 208 if (lsb < 0) 210 *dst++ = (msb << 4) | lsb;
|
/src/sys/dev/i2c/ |
w83795g.c | 274 uint8_t msb, lsb; local in function:w83795g_refresh 281 iic_smbus_read_byte(sc->sc_tag, sc->sc_addr, W83795G_VR_LSB, &lsb, 0); 289 edata->value_cur = (msb << 2 | lsb >> 6) * 6000; 291 edata->value_cur = (msb << 2 | lsb >> 6) * 2000; 294 edata->value_cur = ((int8_t)msb << 2 | lsb >> 6) * 250000 + 298 edata->value_cur = 1350000 / (msb << 4 | lsb >> 4); 311 uint8_t index, msb, lsb; local in function:w83795g_get_limits 340 iic_smbus_read_byte(sc->sc_tag, sc->sc_addr, index, &lsb, 0); 342 lsb >>= 4; 344 lsb &= 0xf [all...] |
/src/usr.bin/xlint/lint1/ |
cksnprintb.c | 108 unsigned lsb = (unsigned)(ck->new_style ? dir_lsb : dir_lsb - 1); local in function:check_bit 109 if (lsb >= 64 || width == 0 || width > 64) 112 uint64_t field_mask = value_bits((unsigned)width) << lsb; 113 for (unsigned i = lsb; i < 64; i++) { 125 for (unsigned i = lsb; i < 64; i++) {
|
/src/sys/arch/next68k/dev/ |
clockreg.h | 137 u_char lsb; member in struct:timer_reg
|
/src/sys/dev/scsipi/ |
cd.c | 1514 int error, flags, msb, lsb, last_track; local in function:read_cd_capacity 1565 lsb = di.last_track_last_session_lsb; 1566 last_track = (msb << 8) | lsb; 2709 int lsb, msb, error, flags; local in function:mmc_getdiscinfo 2857 lsb = di.num_sessions_lsb; 2859 mmc_discinfo->num_sessions = lsb | (msb << 8); 2862 lsb = di.first_track_last_session_lsb; 2864 mmc_discinfo->first_track_last_session = lsb | (msb << 8); 2865 lsb = di.last_track_last_session_lsb; 2867 mmc_discinfo->last_track_last_session = lsb | (msb << 8) [all...] |
/src/sys/dev/pci/ |
if_ixl.c | 250 uint16_t lsb; member in struct:ixl_hmc_pack 5219 unsigned int offset = pack->lsb / 8; 5220 unsigned int align = pack->lsb % 8;
|
/src/sys/sys/ |
videoio.h | 2799 u_int8_t lsb; member in struct:v4l2_rds_data
|