/src/lib/libarch/alpha/ |
alpha_pci_mem.c | 59 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:alpha_pci_mem_map 64 * Can't have linear without prefetchable. 66 if (linear && !prefetchable)
|
/src/sys/arch/alpha/jensenio/ |
jensenio_bus_intio.c | 142 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:jensenio_intio_map 148 if (linear)
|
/src/sys/arch/alpha/pci/ |
pci_bwx_bus_io_chipdep.c | 340 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:__C 345 if (linear) 467 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:__C 474 if (linear)
|
pci_swiz_bus_io_chipdep.c | 377 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:__C 382 if (linear) 554 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:__C 561 if (linear)
|
pci_swiz_bus_mem_chipdep.c | 673 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:__C 703 if (linear && !prefetchable) 936 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:__C 950 if (linear) {
|
/src/sys/arch/alpha/tc/ |
tc_bus_mem.c | 272 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:tc_mem_map 274 /* Requests for linear uncacheable space can't be satisfied. */ 275 if (linear && !cacheable) 333 * tc_mem_map() catches linear && !cacheable, 345 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:tc_mem_mmap 348 if (linear)
|
/src/lib/libc/citrus/modules/ |
citrus_johab.c | 279 int m, l, t, linear; local in function:_citrus_JOHAB_stdenc_wctocs 297 linear = l - 0xD9; 300 linear = l - 0xE0; 305 linear *= 188; 307 linear += t - 0x31; 309 linear += t - 0x43; 313 l = (linear / 94) + m; 314 t = (linear % 94) + 0x21; 329 int m, n, l, t, linear; local in function:_citrus_JOHAB_stdenc_cstowc 351 linear = (l * 94) + t [all...] |
/src/sys/arch/mips/mips/ |
bus_space_alignstride_chipdep.c | 293 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:__BS 298 if (linear) 570 int linear = flags & BUS_SPACE_MAP_LINEAR; local in function:__BS 575 if (linear) 647 /* Linear mappings not possible. */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
amdgpu_color_gamma.c | 185 /*de gamma, none linear to linear*/ 217 /*re gamma, linear to none linear*/ 447 struct fixed31_32 linear; local in function:translate_to_linear_space 452 linear = dc_fixpt_neg( 461 linear = dc_fixpt_div(arg, a1); 463 linear = dc_fixpt_pow( 469 return linear; 1807 * If linear, it's bypass if on user ram [all...] |
/src/sys/dev/pci/ixgbe/ |
ixgbe_x550.c | 1722 * @linear: TRUE if SFP module is linear 1724 static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) 1733 *linear = TRUE; 1743 *linear = FALSE; 1764 bool linear; local in function:ixgbe_identify_sfp_module_X550em 1774 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); 1786 bool linear; local in function:ixgbe_setup_sfp_modules_X550em 1791 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); 2814 /* Check if SFP module is supported and linear */ [all...] |
/src/sys/dev/ |
ipmivar.h | 274 uint8_t linear; member in struct:sdrtype1
|
/src/usr.sbin/fstyp/ |
hammer2_disk.h | 412 * Two linear areas can be reserved after the initial 4MB segment in the base 822 * A smaller allocation granularity is supported via a linear iterator and/or 827 * linear - A BYTE linear allocation offset used for sub-16KB allocations 886 int32_t linear; /* 00 linear sub-granular allocation offset */ member in struct:hammer2_bmap_data
|