Searched refs:bank_num (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | hndmem.h | 54 extern int hndmem_bank_size(si_t *sih, hndmem_type_t mem, int bank_num); 66 int bank_num, hndmem_config_t config, uint32 pda); 69 int bank_num, hndmem_config_t config, uint32 pda);
|
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 93 .bank_num = (id), .nr_pins = (pins), .name = (label), \ 104 .bank_num = (id), .nr_pins = (pins), .name = (label), \ 115 .bank_num = (id), .nr_pins = (pins), .name = (label), \ 126 .bank_num = (id), .nr_pins = (pins), .name = (label), \ 144 .bank_num = (id), .nr_pins = (pins), .name = (label), \ 165 .bank_num = (id), .nr_pins = (pins), .name = (label), \ 185 .bank_num = (id), .nr_pins = (pins), .name = (label), \ 205 .bank_num = (ID), .pin = (PIN), .func = (FUNC), .route_offset = (REG), .route_val = (VAL), \ 256 if (b->bank_num == num) { in bank_num_to_bank() 778 if (data->num == bank->bank_num in rockchip_get_recalced_mux() [all...] |
H A D | pinctrl-rockchip.h | 116 * @bank_num: number of the bank, to account for holes 140 u8 bank_num; member 175 * @bank_num: bank number. 183 u8 bank_num; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | hndmem.c | 102 hndmem_bank_size(si_t *sih, hndmem_type_t mem, int bank_num) in hndmem_bank_size() argument 127 ((bank_num & GCI_INDIRECT_ADDRESS_REG_REGINDEX_MASK) in hndmem_bank_size() 200 hndmem_sleeppda_bank_config(si_t *sih, hndmem_type_t mem, int bank_num, in hndmem_sleeppda_bank_config() argument 237 ((bank_num & GCI_INDIRECT_ADDRESS_REG_REGINDEX_MASK) in hndmem_sleeppda_bank_config() 263 int bank_num, hndmem_config_t config, uint32 pda) in hndmem_activepda_bank_config() 295 ((bank_num & GCI_INDIRECT_ADDRESS_REG_REGINDEX_MASK) in hndmem_activepda_bank_config() 262 hndmem_activepda_bank_config(si_t *sih, hndmem_type_t mem, int bank_num, hndmem_config_t config, uint32 pda) hndmem_activepda_bank_config() argument
|
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
H A D | pinctrl-rockchip.h | 298 * @bank_num: number of the bank, to account for holes 326 u8 bank_num; member 370 * @bank_num: bank number. 378 u8 bank_num; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | pinctrl-rockchip.h | 298 * @bank_num: number of the bank, to account for holes 326 u8 bank_num; member 370 * @bank_num: bank number. 378 u8 bank_num; member
|
/device/soc/rockchip/common/vendor/drivers/gpio/ |
H A D | gpio-rockchip.c | 646 if (bank->bank_num == id) { in rockchip_gpio_find_bank()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpio/ |
H A D | gpio-rockchip.c | 649 if (bank->bank_num == id) { in rockchip_gpio_find_bank()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpio/ |
H A D | gpio-rockchip.c | 683 if (bank->bank_num == id) { in rockchip_gpio_find_bank()
|
Completed in 11 milliseconds