Home
last modified time | relevance | path

Searched refs:bpc (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c324 struct bootpcontext *bpc = context; in bootpcheck() local
359 if (bootp->bp_hlen != bpc->halen) { in bootpcheck()
361 bpc->halen)); in bootpcheck()
364 if (memcmp(bootp->bp_chaddr, bpc->haddr, bpc->halen)) { in bootpcheck()
368 bp_chaddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK); in bootpcheck()
369 haddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK); in bootpcheck()
372 ether_snprintf(bp_chaddr, 3 * bpc->halen, in bootpcheck()
374 ether_snprintf(haddr, 3 * bpc->halen, bpc->haddr))); in bootpcheck()
381 if (bootp->bp_xid != bpc->xid) { in bootpcheck()
383 bpc->xid)); in bootpcheck()
[all …]
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_dp_helper.c426 int bpc; in drm_dp_downstream_max_bpc() local
436 bpc = port_cap[2] & DP_DS_MAX_BPC_MASK; in drm_dp_downstream_max_bpc()
438 switch (bpc) { in drm_dp_downstream_max_bpc()
484 int bpc; in drm_dp_downstream_debug() local
547 bpc = drm_dp_downstream_max_bpc(dpcd, port_cap); in drm_dp_downstream_debug()
549 if (bpc > 0) in drm_dp_downstream_debug()
550 seq_printf(m, "\t\tMax bpc: %d\n", bpc); in drm_dp_downstream_debug()
Ddrm_edid.c4782 info->bpc = 8; in drm_parse_hdmi_deep_color_info()
4816 info->bpc = dc_bpc; in drm_parse_hdmi_deep_color_info()
4911 info->bpc = 0; in drm_reset_display_info()
4953 if (info->bpc == 0 && edid->revision == 3 && in drm_add_display_info()
4955 info->bpc = 8; in drm_add_display_info()
4957 connector->name, info->bpc); in drm_add_display_info()
4966 info->bpc = 6; in drm_add_display_info()
4969 info->bpc = 8; in drm_add_display_info()
4972 info->bpc = 10; in drm_add_display_info()
4975 info->bpc = 12; in drm_add_display_info()
[all …]
Ddrm_atomic.c420 state->max_bpc = info->bpc ? info->bpc : 8; in drm_atomic_connector_check()
/netbsd/src/external/gpl3/gdb/dist/sim/rx/
Dreg.c98 case bpc: in get_reg_i()
195 case bpc: in put_reg()
Dgdb-if.c507 val = get_reg (bpc); in sim_fetch_register()
622 put_reg (bpc, val); in sim_store_register()
Dcpu.h104 #define bpc 25 macro
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dpgf47 >>21 byte x %d bpc
/netbsd/src/sys/dev/ic/
Dstireg.h199 uint8_t bpc; member
212 uint8_t bpc; member
Dsti.c748 fp->type, fp->bpc, fp->first, fp->last); in sti_describe_screen()
856 fp->bpc = bus_space_read_1(memt, romh, addr + 0x1f); in sti_fetchfonts()
869 fp->height, fp->type, fp->bpc, fp->first, fp->last)); in sti_fetchfonts()
875 (fp->last - fp->first + 1) * fp->bpc; in sti_fetchfonts()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjdump.c3331 unsigned int bpc = 0; in disassemble_bytes() local
3497 bpc = inf->bytes_per_chunk; in disassemble_bytes()
3499 bpc = 1; in disassemble_bytes()
3501 for (j = addr_offset * opb; j < addr_offset * opb + pb; j += bpc) in disassemble_bytes()
3504 if (j + bpc <= stop_offset * opb) in disassemble_bytes()
3510 for (k = bpc; k-- != 0; ) in disassemble_bytes()
3515 for (k = 0; k < bpc; k++) in disassemble_bytes()
3522 for (; pb < octets_per_line; pb += bpc) in disassemble_bytes()
3526 for (k = 0; k < bpc; k++) in disassemble_bytes()
3574 for (; j < addr_offset * opb + pb; j += bpc) in disassemble_bytes()
[all …]
/netbsd/src/sys/external/bsd/drm2/dist/include/drm/
Ddrm_connector.h381 unsigned int bpc; member
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-d10v.texi181 @item bpc
Dc-d30v.texi212 @item bpc
Das.info11433bpc
11724bpc
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dm32r.cpu568 (bpc 6) (bbpsw 8) (bbpc 14) (evb 5)
1999 ; pc = bpc & -4
2001 ; bpc = bbpc
2189 ; bbpc = bpc
2191 ; Set bpc to the return address. Actually it's not quite the
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dm32r.cpu568 (bpc 6) (bbpsw 8) (bbpc 14) (evb 5)
1999 ; pc = bpc & -4
2001 ; bpc = bbpc
2189 ; bbpc = bpc
2191 ; Set bpc to the return address. Actually it's not quite the
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_debugfs.c3182 intel_dp->compliance.test_data.bpc); in i915_displayport_test_data_show()
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.texinfo49766 @samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.