/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmsdbus.h | 108 extern SDIOH_API_RC sdioh_interrupt_register(sdioh_info_t *si, sdioh_cb_fn_t fn, void *argh); 109 extern SDIOH_API_RC sdioh_interrupt_deregister(sdioh_info_t *si); 112 extern SDIOH_API_RC sdioh_interrupt_query(sdioh_info_t *si, bool *onoff); 115 extern SDIOH_API_RC sdioh_interrupt_set(sdioh_info_t *si, bool enable_disable); 118 extern bool sdioh_interrupt_pending(sdioh_info_t *si); 122 extern SDIOH_API_RC sdioh_request_byte(sdioh_info_t *si, uint rw, uint fnc, uint addr, uint8 *byte); 125 extern SDIOH_API_RC sdioh_request_word(sdioh_info_t *si, uint cmd_type, uint rw, uint fnc, 129 extern SDIOH_API_RC sdioh_request_buffer(sdioh_info_t *si, uint pio_dma, uint fix_inc, 134 extern SDIOH_API_RC sdioh_cis_read(sdioh_info_t *si, uint fuc, uint8 *cis, uint32 length); 137 extern SDIOH_API_RC sdioh_cfg_read(sdioh_info_t *si, uin [all...] |
H A D | siutils.h | 110 * At any one time, the sih is logically focused on one particular si core 575 #define pmu_corereg(si, cc_idx, member, mask, val) \ 576 (AOB_ENAB(si) ? \ 577 si_pmu_corereg(si, si_findcoreidx(si, PMU_CORE_ID, 0), \ 579 si_pmu_corereg(si, cc_idx, OFFSETOF(chipcregs_t, member), mask, val)) 582 #define PMU_REG_NEW(si, member, mask, val) \ 583 si_corereg(si, si_findcoreidx(si, PMU_CORE_ID, 0), \ 586 #define PMU_REG(si, membe [all...] |
H A D | bcmnvram.h | 79 extern int nvram_append(void *si, char *vars, uint varsz);
|
H A D | 802.11.h | 651 uint16 si; /* service interval */ member 657 uint16 si; /* service interval */ member 3388 uint16 si; /* service interval */ member 3424 uint16 si; member
|
H A D | wlioctl.h | 13663 uint16 si; /* Location service interval */ member 13671 uint16 si; /* Location service interval */ member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | siutils_priv.h | 133 /** misc si info needed by some of the routines */ 188 #define PCI(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \ 189 ((si)->pub.buscoretype == PCI_CORE_ID)) 191 #define PCIE_GEN1(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \ 192 ((si)->pub.buscoretype == PCIE_CORE_ID)) 194 #define PCIE_GEN2(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \ 195 ((si) [all...] |
H A D | bcmspibrcm.c | 359 sdioh_iovar_op(sdioh_info_t *si, const char *name, in sdioh_iovar_op() argument 419 if ((uint32)int_val > si->num_funcs) { in sdioh_iovar_op() 423 int_val = (int32)si->client_block_size[int_val]; in sdioh_iovar_op() 428 int_val = (int32)si->sd_use_dma; in sdioh_iovar_op() 433 si->sd_use_dma = (bool)int_val; in sdioh_iovar_op() 437 int_val = (int32)si->use_client_ints; in sdioh_iovar_op() 452 if (!spi_start_clock(si, (uint16)sd_divisor)) { in sdioh_iovar_op() 494 if (!bcmspi_set_highspeed_mode(si, (bool)sd_hiok)) { in sdioh_iovar_op() 503 int_val = (int32)si->intrcount; in sdioh_iovar_op() 508 int_val = (int32)si in sdioh_iovar_op() 1772 sdioh_sdio_reset(sdioh_info_t *si) sdioh_sdio_reset() argument [all...] |
H A D | bcmsdh_sdmmc.c | 502 sdioh_iovar_op(sdioh_info_t *si, const char *name, in sdioh_iovar_op() argument 560 int_val = (int32)si->sd_blockmode; in sdioh_iovar_op() 565 si->sd_blockmode = (bool)int_val; in sdioh_iovar_op() 570 if ((uint32)int_val > si->num_funcs) { in sdioh_iovar_op() 574 int_val = (int32)si->client_block_size[int_val]; in sdioh_iovar_op() 584 if (func > si->num_funcs) { in sdioh_iovar_op() 604 si->client_block_size[func] = blksize; in sdioh_iovar_op() 607 if (si->func[func] == NULL) { in sdioh_iovar_op() 612 sdio_claim_host(si->func[func]); in sdioh_iovar_op() 613 bcmerror = sdio_set_block_size(si in sdioh_iovar_op() 1489 sdioh_sdio_reset(sdioh_info_t *si) sdioh_sdio_reset() argument [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 1824 u32 bpf_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, 1837 static inline u32 bpf_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, in bpf_sock_convert_ctx_access() argument 1856 u32 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, 1861 u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, 1870 static inline u32 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, in bpf_tcp_sock_convert_ctx_access() argument 1881 static inline u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, in bpf_xdp_sock_convert_ctx_access() argument
|