Home
last modified time | relevance | path

Searched refs:rad (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-ciu2-defs.h860 uint64_t rad:1; member
886 uint64_t rad:1;
916 uint64_t rad:1; member
942 uint64_t rad:1;
975 uint64_t rad:1; member
1001 uint64_t rad:1;
1031 uint64_t rad:1; member
1057 uint64_t rad:1;
1090 uint64_t rad:1; member
1116 uint64_t rad:1;
[all …]
Dcvmx-npi-defs.h2658 uint64_t rad:1; member
2688 uint64_t rad:1;
Dcvmx-npei-defs.h3975 uint64_t rad:1; member
4005 uint64_t rad:1;
/Linux-v4.19/include/linux/
Dfixp-arith.h153 #define fixp_cos32_rad(rad, twopi) \ argument
154 fixp_sin32_rad(rad + twopi / 4, twopi)
/Linux-v4.19/drivers/gpu/drm/
Ddrm_dp_mst_topology.c152 buf[idx++] = hdr->rad[i]; in drm_dp_encode_sideband_msg_hdr()
187 hdr->rad[i] = buf[idx++]; in drm_dp_decode_sideband_msg_hdr()
839 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument
849 memcpy(mstb->rad, rad, lct / 2); in drm_dp_add_mst_branch_device()
1052 u8 *rad) in drm_dp_calculate_rad() argument
1058 memcpy(rad, port->parent->rad, idx + 1); in drm_dp_calculate_rad()
1061 rad[0] = 0; in drm_dp_calculate_rad()
1063 rad[idx] |= port->port_num << shift; in drm_dp_calculate_rad()
1073 u8 rad[6], lct; in drm_dp_port_setup_pdt() local
1082 lct = drm_dp_calculate_rad(port, rad); in drm_dp_port_setup_pdt()
[all …]
/Linux-v4.19/include/drm/
Ddrm_dp_mst_helper.h125 u8 rad[8]; member
150 u8 rad[8]; member
/Linux-v4.19/include/linux/iio/
Diio.h747 #define IIO_RAD_TO_DEGREE(rad) \ argument
748 (((rad) * 18000000ULL + 314159ULL / 2) / 314159ULL)
/Linux-v4.19/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds48 the desired value in rad. If shared across all phase registers
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_enet.c199 bna_stats_copy(rad, rad); in bna_bfi_stats_get_rsp()
200 bna_stats_copy(rlb, rad); in bna_bfi_stats_get_rsp()