Searched refs:ch_address (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hal.c | 377 static inline bool check_channel_address(u32 ch_address) in check_channel_address() argument 379 return ch_address > 0 && (ch_address % 2) == 0 && in check_channel_address() 380 (ch_address / 2) <= (u32)CAT_CL_MASK; in check_channel_address() 688 u16 ch_address, u16 hw_buffer_size) in init_ctrl_async() argument 693 if (!check_channel_address(ch_address)) in init_ctrl_async() 701 channel_init(ch, ch_address / 2); in init_ctrl_async() 742 u8 DIM_InitControl(struct dim_channel *ch, u8 is_tx, u16 ch_address, in DIM_InitControl() argument 745 return init_ctrl_async(ch, CAT_CT_VAL_CONTROL, is_tx, ch_address, in DIM_InitControl() 749 u8 DIM_InitAsync(struct dim_channel *ch, u8 is_tx, u16 ch_address, in DIM_InitAsync() argument 752 return init_ctrl_async(ch, CAT_CT_VAL_ASYNC, is_tx, ch_address, in DIM_InitAsync() [all …]
|
D | dim2_hal.h | 82 u8 DIM_InitControl(struct dim_channel *ch, u8 is_tx, u16 ch_address, 85 u8 DIM_InitAsync(struct dim_channel *ch, u8 is_tx, u16 ch_address, 88 u8 DIM_InitIsoc(struct dim_channel *ch, u8 is_tx, u16 ch_address, 91 u8 DIM_InitSync(struct dim_channel *ch, u8 is_tx, u16 ch_address,
|