Searched full:daa (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/driver-api/i3c/ |
H A D | protocol.rst | 65 The discovery mechanism is called DAA (Dynamic Address Assignment), because it 68 During DAA, each I3C device reports 3 important things: 86 During DAA, each device on the bus has been assigned an address, and this 151 passed the device address (dynamic address assigned during DAA), a payload
|
/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/drivers/i3c/master/ |
H A D | svc-i3c-master.c | 160 * Set MCONFIG.SKEW to 1 before initiating the DAA process. After the DAA 951 /* SVC_I3C_MCTRL_REQUEST_PROC_DAA have two mode, ENTER DAA or PROCESS DAA. in svc_i3c_master_do_daa_locked() 953 * ENTER DAA: in svc_i3c_master_do_daa_locked() 957 * PROCESS DAA: in svc_i3c_master_do_daa_locked() 1032 * address, this is the natural end of the DAA in svc_i3c_master_do_daa_locked() 1054 * allowed only once, DAA will be stopped and in svc_i3c_master_do_daa_locked() 1085 dev_dbg(master->dev, "DAA: device %d assigned to 0x%02x\n", in svc_i3c_master_do_daa_locked() 1185 * If two devices (A and B) are detected in DAA and address 0xa is assigned to in svc_i3c_master_do_daa() 1198 * B. i3c_master_add_i3c_dev_locked() can reset DAA if a failure occurs while in svc_i3c_master_do_daa()
|
/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 | 309 long daa; in persistent_memory_claim() local 311 daa = dax_direct_access(wc->ssd_dev->dax_dev, offset + i, in persistent_memory_claim() 313 if (daa <= 0) { in persistent_memory_claim() 314 r = daa ? daa : -EINVAL; in persistent_memory_claim() 321 while (daa-- && i < p) { in persistent_memory_claim()
|
/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/lib/ |
H A D | x86-opcode-map.txt | 87 27: DAA (i64)
|
/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 */
|