Searched refs:ctrl1_regs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_f3a.c | 116 u8 *query1_regs, u8 *ctrl1_regs) in rmi_f3a_is_valid_button() 119 return (query1_regs[0] & BIT(button)) && !(ctrl1_regs[0] & BIT(button)); in rmi_f3a_is_valid_button() 123 u8 *query1_regs, u8 *ctrl1_regs) in rmi_f3a_map_gpios() 144 if (!rmi_f3a_is_valid_button(i, f3a, query1_regs, ctrl1_regs)) in rmi_f3a_map_gpios() 115 rmi_f3a_is_valid_button(int button, struct f3a_data *f3a, u8 *query1_regs, u8 *ctrl1_regs) rmi_f3a_is_valid_button() argument 122 rmi_f3a_map_gpios(struct rmi_function *fn, struct f3a_data *f3a, u8 *query1_regs, u8 *ctrl1_regs) rmi_f3a_map_gpios() argument
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f3a.c | 116 u8 *query1_regs, u8 *ctrl1_regs) in rmi_f3a_is_valid_button() 119 return (query1_regs[0] & BIT(button)) && !(ctrl1_regs[0] & BIT(button)); in rmi_f3a_is_valid_button() 123 u8 *query1_regs, u8 *ctrl1_regs) in rmi_f3a_map_gpios() 144 if (!rmi_f3a_is_valid_button(i, f3a, query1_regs, ctrl1_regs)) in rmi_f3a_map_gpios() 115 rmi_f3a_is_valid_button(int button, struct f3a_data *f3a, u8 *query1_regs, u8 *ctrl1_regs) rmi_f3a_is_valid_button() argument 122 rmi_f3a_map_gpios(struct rmi_function *fn, struct f3a_data *f3a, u8 *query1_regs, u8 *ctrl1_regs) rmi_f3a_map_gpios() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | ce.c | 259 struct ath10k_hw_ce_ctrl1 *ctrl_regs = ar->hw_ce_regs->ctrl1_regs; in ath10k_ce_src_ring_dmax_set() 273 struct ath10k_hw_ce_ctrl1 *ctrl_regs = ar->hw_ce_regs->ctrl1_regs; in ath10k_ce_src_ring_byte_swap_set() 287 struct ath10k_hw_ce_ctrl1 *ctrl_regs = ar->hw_ce_regs->ctrl1_regs; in ath10k_ce_dest_ring_byte_swap_set() 2000 u32 ctrl1_regs; in ath10k_ce_alloc_rri() local 2018 ctrl1_regs = ar->hw_ce_regs->ctrl1_regs->addr; in ath10k_ce_alloc_rri() 2020 value = ath10k_ce_read32(ar, ce_base_addr + ctrl1_regs); in ath10k_ce_alloc_rri() 2022 ath10k_ce_write32(ar, ce_base_addr + ctrl1_regs, value); in ath10k_ce_alloc_rri()
|
H A D | hw.c | 327 .ctrl1_regs = &wcn3990_ctrl1, 472 .ctrl1_regs = &qcax_ctrl1,
|
H A D | hw.h | 367 struct ath10k_hw_ce_ctrl1 *ctrl1_regs; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | ce.c | 205 struct ath10k_hw_ce_ctrl1 *ctrl_regs = ar->hw_ce_regs->ctrl1_regs; in ath10k_ce_src_ring_dmax_set() 219 struct ath10k_hw_ce_ctrl1 *ctrl_regs = ar->hw_ce_regs->ctrl1_regs; in ath10k_ce_src_ring_byte_swap_set() 233 struct ath10k_hw_ce_ctrl1 *ctrl_regs = ar->hw_ce_regs->ctrl1_regs; in ath10k_ce_dest_ring_byte_swap_set() 1933 u32 ctrl1_regs; in ath10k_ce_alloc_rri() local 1951 ctrl1_regs = ar->hw_ce_regs->ctrl1_regs->addr; in ath10k_ce_alloc_rri() 1953 value = ath10k_ce_read32(ar, ce_base_addr + ctrl1_regs); in ath10k_ce_alloc_rri() 1955 ath10k_ce_write32(ar, ce_base_addr + ctrl1_regs, value); in ath10k_ce_alloc_rri()
|
H A D | hw.c | 328 .ctrl1_regs = &wcn3990_ctrl1, 473 .ctrl1_regs = &qcax_ctrl1,
|
H A D | hw.h | 367 struct ath10k_hw_ce_ctrl1 *ctrl1_regs; member
|
Completed in 16 milliseconds