/src/sys/dev/isa/ |
nca_isa.c | 179 bus_size_t base_offset, reg_offset = 0; local in function:nca_isa_find 191 for (base_offset = 0; base_offset < max_offset; base_offset += 0x08) { 193 printf("%s: testing offset 0x%x\n", __func__, (int)base_offset); 197 if (bus_space_read_1(iot, ioh, base_offset) == 0xff) 212 base_offset + C400_CSR, 224 if (nca_isa_test(iot, ioh, base_offset+reg_offset)) { 225 epd->sc_reg_offset = base_offset;
|
/src/sys/ufs/lfs/ |
ulfs_extattr.c | 967 off_t base_offset; local in function:ulfs_extattr_get_header 976 base_offset = sizeof(struct ulfs_extattr_fileheader) + 990 aio.uio_offset = base_offset; 1031 *bap = base_offset; 1081 off_t base_offset; local in function:ulfs_extattr_get 1111 error = ulfs_extattr_get_header(vp, attribute, &ueh, &base_offset); 1122 uio->uio_offset = base_offset + sizeof(struct 1367 off_t base_offset; local in function:ulfs_extattr_set 1408 base_offset = sizeof(struct ulfs_extattr_fileheader) + 1425 local_aio.uio_offset = base_offset; 1485 off_t base_offset; local in function:ulfs_extattr_rm [all...] |
/src/sys/ufs/ufs/ |
ufs_extattr.c | 956 off_t base_offset; local in function:ufs_extattr_get_header 965 base_offset = sizeof(struct ufs_extattr_fileheader) + 979 aio.uio_offset = base_offset; 1020 *bap = base_offset; 1070 off_t base_offset; local in function:ufs_extattr_get 1100 error = ufs_extattr_get_header(vp, attribute, &ueh, &base_offset); 1111 uio->uio_offset = base_offset + sizeof(struct 1356 off_t base_offset; local in function:ufs_extattr_set 1397 base_offset = sizeof(struct ufs_extattr_fileheader) + 1414 local_aio.uio_offset = base_offset; 1474 off_t base_offset; local in function:ufs_extattr_rm [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dsi_vbt.c | 71 #define VLV_GPIO_PCONF0(base_offset) (base_offset) 72 #define VLV_GPIO_PAD_VAL(base_offset) ((base_offset) + 8) 75 u16 base_offset; member in struct:gpio_map 260 pconf0 = VLV_GPIO_PCONF0(map->base_offset); 261 padval = VLV_GPIO_PAD_VAL(map->base_offset);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_r600_cs.c | 360 u64 base_offset, base_align; local in function:r600_cs_track_validate_cb 384 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i]; 427 if (!IS_ALIGNED(base_offset, base_align)) { 429 base_offset, base_align, array_mode); 528 u64 base_offset, base_align; local in function:r600_cs_track_validate_db 578 base_offset = track->db_bo_mc + track->db_offset; 617 if (!IS_ALIGNED(base_offset, base_align)) { 619 base_offset, base_align, array_mode); 1475 u64 base_offset, 1494 base_offset <<= 8 1958 u32 size, offset, base_offset, mip_offset; local in function:r600_packet3_check [all...] |