Home
last modified time | relevance | path

Searched refs:PTP_MAX_CHANNELS (Results 1 – 3 of 3) sorted by relevance

/drivers/ptp/
A Dptp_chardev.c116 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_open()
121 bitmap_set(queue->mask, 0, PTP_MAX_CHANNELS); in ptp_open()
133 DIV_ROUND_UP(PTP_MAX_CHANNELS, BITS_PER_BYTE * sizeof(u32)); in ptp_open()
449 bitmap_clear(tsevq->mask, 0, PTP_MAX_CHANNELS); in ptp_mask_clear_all()
459 if (channel >= PTP_MAX_CHANNELS) in ptp_mask_en_single()
A Dptp_private.h25 #define PTP_MAX_CHANNELS 2048 macro
A Dptp_clock.c277 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_clock_register()
282 bitmap_set(queue->mask, 0, PTP_MAX_CHANNELS); in ptp_clock_register()

Completed in 8 milliseconds