Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 27) sorted by relevance

12

/drivers/bluetooth/hci/
A Dhci_nxp.c91 static int nxp_bt_send_vs_command(uint16_t opcode, const uint8_t *params, uint8_t params_len) in nxp_bt_send_vs_command()
117 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in nxp_bt_enable_controller_autosleep() local
130 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_BT_HOST_SLEEP_CONFIG_OCF); in nxp_bt_set_host_sleep_config() local
144 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_OCF); in bt_nxp_set_calibration_data() local
155 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_ANNEX100_OCF); in bt_nxp_set_calibration_data_annex100() local
177 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_SET_MAC_ADDR_CMD); in bt_nxp_set_mac_address() local
A Dhci_ifx_cyw208xx.c373 wiced_bt_dev_vendor_specific_command(uint16_t opcode, uint8_t param_len, uint8_t *param_buf, in wiced_bt_dev_vendor_specific_command()
A Dhci_ambiq.c166 uint16_t opcode = (uint16_t)(evt_data[EVT_CMD_COMP_OP_LSB] + in hci_event_filter() local
A Dhci_stm32wb0.c100 static uint8_t check_legacy_extended_call(uint16_t opcode, uint8_t *buffer_out) in check_legacy_extended_call()
A Dhci_nxp_setup.c1198 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_OCF); in bt_nxp_set_calibration_data_annex55() local
1351 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_ANNEX100_OCF); in bt_nxp_set_calibration_data_annex100() local
/drivers/flash/
A Dflash_npcx_fiu_nor.c100 static int flash_npcx_uma_cmd_only(const struct device *dev, uint8_t opcode) in flash_npcx_uma_cmd_only()
107 static int flash_npcx_uma_cmd_by_addr(const struct device *dev, uint8_t opcode, in flash_npcx_uma_cmd_by_addr()
116 static int flash_npcx_uma_read(const struct device *dev, uint8_t opcode, in flash_npcx_uma_read()
126 static int flash_npcx_uma_write(const struct device *dev, uint8_t opcode, in flash_npcx_uma_write()
136 static int flash_npcx_uma_write_by_addr(const struct device *dev, uint8_t opcode, in flash_npcx_uma_write_by_addr()
A Dspi_nor.c386 uint8_t opcode, unsigned int access, in spi_nor_access()
461 #define spi_nor_cmd_read(dev, opcode, dest, length) \ argument
463 #define spi_nor_cmd_addr_read(dev, opcode, addr, dest, length) \ argument
465 #define spi_nor_cmd_addr_read_3b(dev, opcode, addr, dest, length) \ argument
468 #define spi_nor_cmd_addr_read_4b(dev, opcode, addr, dest, length) \ argument
471 #define spi_nor_cmd_addr_fast_read(dev, opcode, addr, dest, length) \ argument
474 #define spi_nor_cmd_addr_fast_read_3b(dev, opcode, addr, dest, length) \ argument
478 #define spi_nor_cmd_addr_fast_read_4b(dev, opcode, addr, dest, length) \ argument
482 #define spi_nor_cmd_write(dev, opcode) \ argument
484 #define spi_nor_cmd_addr_write(dev, opcode, addr, src, length) \ argument
[all …]
A Dflash_cadence_qspi_nor_ll.c59 int cad_qspi_set_read_config(struct cad_qspi_params *cad_params, uint32_t opcode, in cad_qspi_set_read_config()
77 int cad_qspi_set_write_config(struct cad_qspi_params *cad_params, uint32_t opcode, in cad_qspi_set_write_config()
150 int cad_qspi_stig_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy) in cad_qspi_stig_cmd()
168 int cad_qspi_stig_read_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_read_cmd()
205 int cad_qspi_stig_wr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_wr_cmd()
238 int cad_qspi_stig_addr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_addr_cmd()
A Dflash_andes_qspi_xip.c111 #define flash_andes_qspi_xip_cmd_read(dev, opcode, dest, length) \ argument
113 #define flash_andes_qspi_xip_cmd_write_data(dev, opcode, src, length) \ argument
115 #define flash_andes_qspi_xip_cmd_write(dev, opcode) \ argument
117 #define flash_andes_qspi_xip_cmd_addr_read(dev, opcode, addr, dest, length) \ argument
119 #define flash_andes_qspi_xip_cmd_addr_write(dev, opcode, addr, src, length) \ argument
161 static __ramfunc int flash_andes_qspi_xip_access(const struct device *const dev, uint8_t opcode, in flash_andes_qspi_xip_access()
A Dspi_flash_at45.c113 const uint8_t opcode = CMD_READ_ID; in check_jedec_id() local
160 const uint8_t opcode = CMD_READ_STATUS; in read_status_register() local
406 static int perform_erase_op(const struct device *dev, uint8_t opcode, in perform_erase_op()
530 static int power_down_op(const struct device *dev, uint8_t opcode, in power_down_op()
A Dflash_andes_qspi.c37 #define flash_andes_qspi_cmd_read(dev, opcode, dest, length) \ argument
39 #define flash_andes_qspi_cmd_addr_read(dev, opcode, addr, dest, length) \ argument
42 #define flash_andes_qspi_cmd_write(dev, opcode) \ argument
44 #define flash_andes_qspi_cmd_addr_write(dev, opcode, addr, src, length) \ argument
135 uint8_t opcode, uint8_t access, off_t addr, in flash_andes_qspi_access()
A Dflash_npcx_fiu_qspi.h44 uint8_t opcode; member
A Dnrf_qspi_nor.c462 uint8_t opcode = SPI_NOR_CMD_RDSR; in qspi_rdsr() local
505 uint8_t opcode = SPI_NOR_CMD_WRSR; in qspi_wrsr() local
A Dflash_stm32_xspi.c1797 static inline uint8_t spi_nor_convert_read_to_4b(const uint8_t opcode) in spi_nor_convert_read_to_4b()
1816 static inline uint8_t spi_nor_convert_write_to_4b(const uint8_t opcode) in spi_nor_convert_write_to_4b()
/drivers/sensor/rohm/bh1750/
A Dbh1750.c50 static int bh1750_opcode_read(const struct device *dev, uint8_t opcode, in bh1750_opcode_read()
65 static int bh1750_opcode_write(const struct device *dev, uint8_t opcode) in bh1750_opcode_write()
/drivers/sdhc/
A Dsdhc_renesas_ra.h21 uint32_t opcode; member
A Dsdhc_esp32.h89 uint32_t opcode; /*!< SD or MMC command index */ member
A Dsdhc_max32.c301 static int cmd_opcode_converter(int opcode, unsigned int *cmd) in cmd_opcode_converter()
/drivers/ethernet/
A Deth_enc424j600.c98 static void enc424j600_modify_sfru(const struct device *dev, uint8_t opcode, in enc424j600_modify_sfru()
159 static void enc424j600_write_mem(const struct device *dev, uint8_t opcode, in enc424j600_write_mem()
185 static void enc424j600_read_mem(const struct device *dev, uint8_t opcode, in enc424j600_read_mem()
/drivers/sensor/s11059/
A Ds11059.c126 const uint8_t opcode[] = {S11059_REG_ADDR_CONTROL, control}; in s11059_control_write() local
134 const uint8_t opcode[] = {S11059_REG_ADDR_MANUAL_TIMING, manual_time >> 8, in s11059_manual_timing_write() local
/drivers/lora/
A Dsx126x.c182 uint8_t SX126xReadCommand(RadioCommands_t opcode, in SX126xReadCommand()
200 void SX126xWriteCommand(RadioCommands_t opcode, uint8_t *buffer, uint16_t size) in SX126xWriteCommand()
/drivers/dma/
A Ddma_iproc_pax_v1.h79 uint64_t opcode : 4; /*opcode 59:56*/ member
A Ddma_pl330.c151 static inline void dma_pl330_gen_op(uint8_t opcode, uint32_t addr, uint32_t val) in dma_pl330_gen_op()
/drivers/crypto/
A Dcrypto_ataes132a.c42 static int ataes132a_send_command(const struct device *dev, uint8_t opcode, in ataes132a_send_command()
/drivers/ethernet/phy/
A Dphy_dm8806.c46 static uint16_t phy_calculate_checksum(uint16_t data, uint16_t reg_addr, uint8_t opcode) in phy_calculate_checksum()

Completed in 64 milliseconds

12