| /rk3399_rockchip-uboot/include/zfs/ |
| H A D | spa.h | 174 #define BP_GET_LSIZE(bp) \ argument 176 #define BP_SET_LSIZE(bp, x) \ argument 179 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 8) argument 180 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 8, x) argument 182 #define BP_GET_CHECKSUM(bp) BF64_GET((bp)->blk_prop, 40, 8) argument 183 #define BP_SET_CHECKSUM(bp, x) BF64_SET((bp)->blk_prop, 40, 8, x) argument 185 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8) argument 186 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x) argument 188 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) argument 189 #define BP_SET_LEVEL(bp, x) BF64_SET((bp)->blk_prop, 56, 5, x) argument [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | commproc.c | 124 volatile uint *bp; in m8560_cpm_setbrg() local 146 volatile uint *bp; in m8560_cpm_fastbrg() local 171 volatile uint *bp; in m8560_cpm_extcbrg() local
|
| /rk3399_rockchip-uboot/net/ |
| H A D | bootp.c | 121 struct bootp_hdr *bp = (struct bootp_hdr *)pkt; in check_reply_packet() local 147 static void store_net_params(struct bootp_hdr *bp) in store_net_params() 348 struct bootp_hdr *bp; in bootp_handler() local 700 struct bootp_hdr *bp; in bootp_request() local 904 static void dhcp_packet_process_options(struct bootp_hdr *bp) in dhcp_packet_process_options() 956 struct bootp_hdr *bp; in dhcp_send_request_packet() local 1025 struct bootp_hdr *bp = (struct bootp_hdr *)pkt; in dhcp_handler() local
|
| /rk3399_rockchip-uboot/drivers/video/sunxi/ |
| H A D | lcdc.c | 75 int bp, clk_delay, total, val; in lcdc_tcon0_mode_set() local 152 int bp, clk_delay, total, val, yres; in lcdc_tcon1_mode_set() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | iomux.c | 32 u32 reg, ofs, bp, bm; in mxs_iomux_setup_pad() local
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | panel.c | 42 u8 *buf, *bp; in dsi_panel_parse_cmds() local
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/ |
| H A D | dss.h | 216 #define DSS_HBP(bp) (((bp) - 1) << 20) argument 219 #define DSS_VBP(bp) ((bp) << 20) argument 223 #define PANEL_TIMING_H(bp, fp, sw) (DSS_HBP(bp) | DSS_HFP(fp) | DSS_HSW(sw)) argument 224 #define PANEL_TIMING_V(bp, fp, sw) (DSS_VBP(bp) | DSS_VFP(fp) | DSS_VSW(sw)) argument
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | treesource.c | 170 const char *bp = val.val; in write_propval_bytes() local
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs.c | 433 get_psize(blkptr_t *bp, zfs_endian_t endian) in get_psize() 452 zio_read_gang(blkptr_t *bp, zfs_endian_t endian, dva_t *dva, void *buf, in zio_read_gang() 510 zio_read_data(blkptr_t *bp, zfs_endian_t endian, void *buf, in zio_read_data() 560 zio_read(blkptr_t *bp, zfs_endian_t endian, void **buf, in zio_read() 635 blkptr_t *bp; in dmu_read() local 1367 blkptr_t *bp; in make_mdn() local 2047 blkptr_t *bp = &data->dnode.dn.dn_spill; in zfs_open() local
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | processor.h | 63 struct debug_entry bp[2]; member
|
| /rk3399_rockchip-uboot/drivers/qe/ |
| H A D | qe.c | 282 volatile uint *bp; in qe_set_brg() local
|
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | remote.c | 755 char *bp; in read_frame() local
|