Home
last modified time | relevance | path

Searched refs:int_val (Results 1 - 11 of 11) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmsdh_sdmmc.c508 int32 int_val = 0; in sdioh_iovar_op() local
542 if (plen >= (int)sizeof(int_val)) in sdioh_iovar_op()
543 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op()
545 bool_val = (int_val != 0) ? TRUE : FALSE; in sdioh_iovar_op()
551 int_val = (int32)sd_msglevel; in sdioh_iovar_op()
552 bcopy(&int_val, arg, val_size); in sdioh_iovar_op()
556 sd_msglevel = int_val; in sdioh_iovar_op()
560 int_val = (int32)si->sd_blockmode; in sdioh_iovar_op()
561 bcopy(&int_val, ar in sdioh_iovar_op()
[all...]
H A Dbcmspibrcm.c365 int32 int_val = 0; in sdioh_iovar_op() local
402 if (plen >= (int)sizeof(int_val)) in sdioh_iovar_op()
403 bcopy(params, &int_val, sizeof(int_val)); in sdioh_iovar_op()
405 bool_val = (int_val != 0) ? TRUE : FALSE; in sdioh_iovar_op()
410 int_val = (int32)sd_msglevel; in sdioh_iovar_op()
411 bcopy(&int_val, arg, val_size); in sdioh_iovar_op()
415 sd_msglevel = int_val; in sdioh_iovar_op()
419 if ((uint32)int_val > si->num_funcs) { in sdioh_iovar_op()
423 int_val in sdioh_iovar_op()
[all...]
H A Ddhd_common.c1531 int32 int_val = 0; in dhd_doiovar() local
1540 if (plen >= (int)sizeof(int_val)) in dhd_doiovar()
1541 bcopy(params, &int_val, sizeof(int_val)); in dhd_doiovar()
1562 int_val = (int32)iw_msg_level; in dhd_doiovar()
1563 bcopy(&int_val, arg, val_size); in dhd_doiovar()
1567 int_val = (int32)wl_dbg_level; in dhd_doiovar()
1568 bcopy(&int_val, arg, val_size); in dhd_doiovar()
1574 if (int_val & DHD_ANDROID_VAL) { in dhd_doiovar()
1575 android_msg_level = (uint)(int_val in dhd_doiovar()
[all...]
H A Ddbus_usb.c505 int32 int_val = 0; in dbus_usb_doiovar() local
515 if (plen >= (int)sizeof(int_val)) in dbus_usb_doiovar()
516 bcopy(params, &int_val, sizeof(int_val)); in dbus_usb_doiovar()
518 if (plen >= (int)sizeof(int_val) * 2) in dbus_usb_doiovar()
519 bcopy((void*)((uintptr)params + sizeof(int_val)), &int_val2, sizeof(int_val2)); in dbus_usb_doiovar()
521 bool_val = (int_val != 0) ? TRUE : FALSE; in dbus_usb_doiovar()
536 address = (uint32)int_val; in dbus_usb_doiovar()
538 bcopy((char *)params + sizeof(int_val), &int_val, sizeo in dbus_usb_doiovar()
[all...]
H A Ddhd_pcie.c2448 int int_val = 0, i = 0; in dhd_parse_board_information_bcm() local
2462 &int_val, TRUE) != BCME_OK) { in dhd_parse_board_information_bcm()
2468 __FUNCTION__, boardtype_backplane_addr[i], int_val)); in dhd_parse_board_information_bcm()
5420 dhdpcie_set_dma_ring_indices(dhd_pub_t *dhd, int32 int_val) in dhdpcie_set_dma_ring_indices() argument
5425 if ((int_val > 3) || (int_val < 0)) { in dhdpcie_set_dma_ring_indices()
5429 dhd->dma_d2h_ring_upd_support = (int_val & 1) ? TRUE : FALSE; in dhdpcie_set_dma_ring_indices()
5430 dhd->dma_h2d_ring_upd_support = (int_val & 2) ? TRUE : FALSE; in dhdpcie_set_dma_ring_indices()
5457 int32 int_val = 0; in dhdpcie_bus_doiovar() local
5468 if (plen >= (int)sizeof(int_val)) in dhdpcie_bus_doiovar()
[all...]
H A Ddhd_sdio.c3863 int int_val; in dhd_serialconsole() local
3875 int_val = bcmsdh_reg_read(bus->sdh, data, 4); in dhd_serialconsole()
3882 return (int_val & uart_enab); in dhd_serialconsole()
3884 int_val |= uart_enab; in dhd_serialconsole()
3886 int_val &= ~uart_enab; in dhd_serialconsole()
3887 bcmsdh_reg_write(bus->sdh, data, 4, int_val); in dhd_serialconsole()
3893 return (int_val & uart_enab); in dhd_serialconsole()
3902 int32 int_val = 0; in dhdsdio_doiovar() local
3911 if (plen >= (int)sizeof(int_val)) in dhdsdio_doiovar()
3912 bcopy(params, &int_val, sizeo in dhdsdio_doiovar()
[all...]
H A Ddhd_bus.h348 extern int dhdpcie_set_dma_ring_indices(dhd_pub_t *dhd, int32 int_val);
H A Ddhd_config.c493 int int_val = 0, i = 0, bp_idx = 0; in dhd_conf_read_otp_from_bp() local
523 &int_val, TRUE) != BCME_OK) { in dhd_conf_read_otp_from_bp()
529 boardtype_backplane_addr[bp_idx], int_val); in dhd_conf_read_otp_from_bp()
550 &int_val, TRUE) != BCME_OK) { in dhd_conf_read_otp_from_bp()
556 boardtype_backplane_addr[bp_idx], int_val); in dhd_conf_read_otp_from_bp()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_io.c45 hi_u32 int_val; in gpio_get_dir() local
48 int_val = hi_int_lock(); in gpio_get_dir()
51 hi_int_restore(int_val); in gpio_get_dir()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dspi.c583 hi_u16 int_val; in spi_isr() local
588 hi_reg_read16(reg_base + REG_SPI_MIS, int_val); in spi_isr()
589 if (int_val & SPI_INT_BIT_TX_FIFO_WATER_LINE) { in spi_isr()
593 if (int_val & SPI_INT_BIT_RX_FIFO_WATER_LINE) { in spi_isr()
597 if (int_val & SPI_INT_BIT_RX_FIFO_TIME_OUT) { in spi_isr()
602 if (int_val & SPI_INT_BIT_RX_FIFO_OVER_FLOW) { in spi_isr()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dsiutils.h469 extern void si_pmu_keep_on(si_t *sih, int32 int_val);
471 extern uint32 si_power_island_set(si_t *sih, uint32 int_val);

Completed in 31 milliseconds