Home
last modified time | relevance | path

Searched refs:dtt (Results 1 – 16 of 16) sorted by relevance

/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-davinci.txt39 dtt@48 {
/linux/arch/powerpc/boot/dts/
H A Dsocrates.dts96 dtt@28 {
106 dtt@4c {
H A Dcharon.dts163 dtt@28 {
H A Dtqm8541.dts96 dtt@48 {
H A Dtqm8555.dts96 dtt@48 {
H A Dtqm8540.dts97 dtt@48 {
H A Dtqm8560.dts98 dtt@48 {
H A Dxpedite5200.dts135 dtt@34 {
H A Dmpc8379_rdb.dts141 dtt@48 {
H A Dtqm8548.dts96 dtt@48 {
H A Dtqm8548-bigflash.dts96 dtt@48 {
H A Dxpedite5200_xmon.dts139 dtt@34 {
H A Dmpc8378_rdb.dts143 dtt@48 {
H A Dmpc8377_rdb.dts143 dtt@48 {
/linux/arch/s390/kvm/
H A Ddat.h594 unsigned long dtt = 0x10 | new.h.tt << 2; in crdte_crste() local
597 return crdte(old.val, new.val, table, dtt, gfn_to_gpa(gfn), asce.val); in crdte_crste()
/linux/arch/s390/include/asm/
H A Dpgtable.h642 unsigned long *table, unsigned long dtt, in crdte() argument
646 union register_pair r2 = { .even = __pa(table) | dtt, .odd = address, }; in crdte()