Home
last modified time | relevance | path

Searched refs:GET_VAL (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/sound/usb/
H A Dclock.c39 #define GET_VAL(p, proto, field) \ macro
61 return GET_VAL(cs, proto, bClockID) == id; in validate_clock_source()
68 return GET_VAL(cs, proto, bClockID) == id; in validate_clock_selector()
75 return GET_VAL(cs, proto, bClockID) == id; in validate_clock_multiplier()
277 entity_id = GET_VAL(source, proto, bClockID); in __uac_clock_find_source()
290 pins = GET_VAL(selector, proto, bNrInPins); in __uac_clock_find_source()
291 clock_id = GET_VAL(selector, proto, bClockID); in __uac_clock_find_source()
292 sources = GET_VAL(selector, proto, baCSourceID); in __uac_clock_find_source()
375 GET_VAL(multiplier, proto, bCSourceID), in __uac_clock_find_source()
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c42 hw_len = GET_VAL(BUFDATALEN, bufdatalen); in xgene_enet_get_data_len()
187 dma_addr = GET_VAL(DATAADDR, le64_to_cpu(raw_desc->m1)); in xgene_enet_delete_bufpool()
238 skb_index = GET_VAL(USERINFO, le64_to_cpu(raw_desc->m0)); in xgene_enet_tx_completion()
254 mss_index = GET_VAL(MSS, le64_to_cpu(raw_desc->m3)); in xgene_enet_tx_completion()
261 status = GET_VAL(LERR, le64_to_cpu(raw_desc->m0)); in xgene_enet_tx_completion()
621 (!GET_VAL(NV, le64_to_cpu(raw_desc->m0)))) in xgene_enet_free_pagepool()
633 dma_addr = GET_VAL(DATAADDR, le64_to_cpu(desc[i ^ 1])); in xgene_enet_free_pagepool()
694 skb_index = GET_VAL(USERINFO, le64_to_cpu(raw_desc->m0)); in xgene_enet_rx_frame()
701 nv = GET_VAL(NV, le64_to_cpu(raw_desc->m0)); in xgene_enet_rx_frame()
711 GET_VAL(LERR, le64_to_cpu(raw_desc->m0)); in xgene_enet_rx_frame()
[all …]
H A Dxgene_enet_ring2.c177 num_msgs = GET_VAL(X2_NUMMSGSINQ, ring_state); in xgene_enet_ring_len()
H A Dxgene_enet_hw.c190 num_msgs = GET_VAL(NUMMSGSINQ, ring_state); in xgene_enet_ring_len()
/openbmc/linux/sound/isa/sb/
H A Demu8000_pcm.c412 #define GET_VAL(sval, iter) \ macro
430 GET_VAL(sval, iter); \
475 GET_VAL(sval, iter); \
479 GET_VAL(sval, iter); \
/openbmc/linux/include/linux/mdio/
H A Dmdio-xgene.h122 #define GET_VAL(field, src) \ macro
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dphy.c1542 ar->noise[i] = sign_extend32(GET_VAL( in carl9170_get_noisefloor()
1545 ar->noise[i + 2] = sign_extend32(GET_VAL( in carl9170_get_noisefloor()
H A Dhw.h881 #define GET_VAL(reg, value) \ macro