Searched full:daa (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/devicetree/bindings/i3c/ |
H A D | i3c.yaml | 27 All I3C devices are supposed to support DAA (Dynamic Address Assignment), 36 specific I3C dynamic address before the DAA takes place (so that other
|
/linux/include/linux/i3c/ |
H A D | master.h | 176 * before starting DAA (Dynamic Address Assignment) 335 * ease the DAA (Dynamic Address Assignment) procedure (see 391 * can be after a DAA or when a device is statically declared 408 * @do_daa: do a DAA (Dynamic Address Assignment) procedure. This is procedure 410 * discovered sure the DAA using i3c_master_add_i3c_dev_locked().
|
/linux/drivers/i3c/ |
H A D | master.c | 35 * - re-triggering DAA 949 * i3c_master_entdaa_locked() - start a DAA (Dynamic Address Assignment) 953 * Send a ENTDAA CCC command to start a DAA procedure. 1054 * words, after the DAA procedure has finished) and instantiated in 1697 * i3c_master_do_daa() - do a DAA (Dynamic Address Assignment) 1698 * @master: master doing the DAA 1842 * 6. Do a DAA (Dynamic Address Assignment) to assign dynamic addresses to all 1927 /* Disable all slave events before starting DAA. */ in i3c_master_bus_init() 1938 * the requested init_dyn_addr is retried after DAA is done in in i3c_master_bus_init() 1966 * DAA happen in i3c_master_bus_init() [all...] |
/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | cmd_v1.c | 305 * DAA, register the device which will allocate its own DAT entry in hci_cmd_v1_daa() 320 DBG("next_addr = 0x%02x, DAA using DAT %d", next_addr, dat_idx); in hci_cmd_v1_daa()
|
/linux/drivers/md/ |
H A D | dm-writecache.c | 308 long daa; in persistent_memory_claim() local 310 daa = dax_direct_access(wc->ssd_dev->dax_dev, offset + i, in persistent_memory_claim() 312 if (daa <= 0) { in persistent_memory_claim() 313 r = daa ? daa : -EINVAL; in persistent_memory_claim() 320 while (daa-- && i < p) { in persistent_memory_claim()
|
/linux/drivers/i3c/master/ |
H A D | i3c-master-cdns.c | 1131 /* Prepare RR slots before launching DAA. */ in cdns_i3c_master_do_daa() 1153 * Clear all retaining registers filled during DAA. We already in cdns_i3c_master_do_daa()
|
/linux/arch/m68k/ifpsp060/ |
H A D | ftest.sa | 134 dc.l $feb861ff,$00000d84,$4a0066ff,$00000daa
|
/linux/drivers/net/ethernet/sun/ |
H A D | sungem.h | 632 * is programmed in the "Bit-Bang" mode. The daa will be steered to the
|
/linux/arch/x86/kernel/ |
H A D | uprobes.c | 120 * 27,2f,37,3f - formerly daa/das/aaa/aas
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 87 27: DAA (i64)
|
/linux/sound/pci/ |
H A D | cmipci.c | 230 #define CM_MMODE_MASK 0x00000E00 /* model DAA interface mode */
|