Home
last modified time | relevance | path

Searched defs:quad (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c377 struct MR_QUAD_ELEMENT *quad; in MR_GetSpanBlock() local
429 struct MR_QUAD_ELEMENT *quad; in mr_spanset_get_span_block() local
549 struct MR_QUAD_ELEMENT *quad; in get_strip_from_row() local
1228 struct MR_QUAD_ELEMENT *quad; in mr_update_span_set() local
H A Dmegaraid_sas_fusion.h753 struct MR_QUAD_ELEMENT quad[MAX_RAIDMAP_SPAN_DEPTH]; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c3076 struct ice_sbq_msg_input *msg, u8 quad, in ice_fill_quad_msg_e82x()
3108 ice_read_quad_reg_e82x(struct ice_hw *hw, u8 quad, u16 offset, u32 *val) in ice_read_quad_reg_e82x()
3142 ice_write_quad_reg_e82x(struct ice_hw *hw, u8 quad, u16 offset, u32 val) in ice_write_quad_reg_e82x()
3176 ice_read_phy_tstamp_e82x(struct ice_hw *hw, u8 quad, u8 idx, u64 *tstamp) in ice_read_phy_tstamp_e82x()
3231 ice_clear_phy_tstamp_e82x(struct ice_hw *hw, u8 quad, u8 idx) in ice_clear_phy_tstamp_e82x()
3254 void ice_ptp_reset_ts_memory_quad_e82x(struct ice_hw *hw, u8 quad) in ice_ptp_reset_ts_memory_quad_e82x()
3266 unsigned int quad; in ice_ptp_reset_ts_memory_e82x() local
3666 u8 quad; in ice_phy_cfg_lane_e82x() local
4715 ice_get_phy_tx_tstamp_ready_e82x(struct ice_hw *hw, u8 quad, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e82x()
4751 int ice_phy_cfg_intr_e82x(struct ice_hw *hw, u8 quad, bool ena, u8 threshold) in ice_phy_cfg_intr_e82x()
H A Dice_ptp.c1182 int quad = ICE_GET_QUAD_NUM(port->port_num); in ice_ptp_check_tx_fifo() local
1468 int quad; in ice_ptp_cfg_phy_interrupt() local
/linux/sound/firewire/fireface/
H A Dff-protocol-former.c537 static void parse_midi_msg(struct snd_ff *ff, u32 quad, unsigned int port) in parse_midi_msg()
655 u32 quad = le32_to_cpu(buf[i]); in ff400_handle_msg() local
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_topology.c298 bool xe_gt_topology_has_dss_in_quadrant(struct xe_gt *gt, int quad) in xe_gt_topology_has_dss_in_quadrant()
/linux/tools/testing/selftests/kvm/s390x/
H A Dmemop.c665 static char *quad_to_char(__uint128_t *quad, int size) in quad_to_char()