Home
last modified time | relevance | path

Searched refs:location (Results 126 – 150 of 737) sorted by relevance

12345678910>>...30

/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dmvebu-system-controller.txt11 - reg: Should contain system controller registers location and length.
H A Darmada-370-xp-pmsu.txt13 - reg: Should contain PMSU registers location and length.
/linux/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c315 static int eeprom_read(void __iomem *ioaddr, int location);
316 static int mdio_read(struct net_device *dev, int phy_id, int location);
317 static void mdio_write(struct net_device *dev, int phy_id, int location, int value);
490 static int eeprom_read(void __iomem *addr, int location) in eeprom_read() argument
495 int read_cmd = location | EE_ReadCmd; in eeprom_read()
554 static int mdio_read(struct net_device *dev, int phy_id, int location) in mdio_read() argument
558 int mii_cmd = (0xf6 << 10) | (phy_id << 5) | location; in mdio_read()
584 static void mdio_write(struct net_device *dev, int phy_id, int location, int value) in mdio_write() argument
588 int mii_cmd = (0x5002 << 16) | (phy_id << 23) | (location<<18) | value; in mdio_write()
591 if (location == 4 && phy_id == np->phys[0]) in mdio_write()
/linux/Documentation/ABI/obsolete/
H A Dsysfs-kernel-fadump_registered1 This ABI is renamed and moved to a new location /sys/kernel/fadump/registered.
H A Dsysfs-kernel-fadump_release_mem1 This ABI is renamed and moved to a new location /sys/kernel/fadump/release_mem.
/linux/Documentation/devicetree/bindings/net/
H A Dfaraday,ftmac.txt9 - reg : Should contain register location and length
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,turingcc.txt6 - reg: shall contain base register location and length.
H A Dnxp,lpc3220-usb-clk.txt5 - reg: should contain clock controller registers location and length
/linux/Documentation/devicetree/bindings/sound/
H A Domap-dmic.txt5 - reg: Register location and size as an array:
H A Dmtk-btcvsd-snd.txt5 - reg: register location and size of PKV and SRAM_BANK2
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.h26 _conn->index, _conn->info.location, _conn->info.type, ##a); \
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c1303 static int mdio_read(struct net_device *dev, int phy_id, int location) in mdio_read() argument
1307 return location < 8 && mii_2_8139_map[location] ? in mdio_read()
1308 readw(cp->regs + mii_2_8139_map[location]) : 0; in mdio_read()
1312 static void mdio_write(struct net_device *dev, int phy_id, int location, in mdio_write() argument
1317 if (location == 0) { in mdio_write()
1321 } else if (location < 8 && mii_2_8139_map[location]) in mdio_write()
1322 cpw16(mii_2_8139_map[location], value); in mdio_write()
1712 static u16 read_eeprom (void __iomem *ioaddr, int location, int addr_len) in read_eeprom() argument
1717 int read_cmd = location | (EE_READ_CMD << addr_len); in read_eeprom()
1737 static void write_eeprom(void __iomem *ioaddr, int location, u16 val, in write_eeprom() argument
[all …]
/linux/arch/powerpc/boot/dts/fsl/
H A Dp1020rdb.dtsi45 /* This location must not be altered */
73 /* This location must not be altered */
90 /* This location must not be altered */
H A Dp2020rdb-pc.dtsi45 /* This location must not be altered */
71 /* This location must not be altered */
88 /* This location must not be altered */
/linux/fs/btrfs/
H A Dbtrfs_inode.h112 struct btrfs_key location; member
334 u64 ino = inode->location.objectid; in btrfs_ino()
337 if (inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue_access.h56 u8 location; /* Cell location for queue */ member
/linux/Documentation/devicetree/bindings/watchdog/
H A Dimgpdc-wdt.txt5 - reg : Should contain WDT registers location and length
H A Dlpc18xx-wdt.txt5 - reg: Should contain WDT registers location and length
/linux/Documentation/networking/device_drivers/atm/
H A Dfore200e.rst50 Name and location of the new firmware images can be set at kernel
56 2. Reconfigure your kernel to set the new firmware name and location.
/linux/arch/arm/vfp/
H A Dvfphw.S33 @ r0 - load location
53 @ r0 - save location
/linux/Documentation/devicetree/bindings/pci/
H A Dxlnx,nwl-pcie.yaml22 - description: PCIe bridge registers location.
23 - description: PCIe Controller registers location.
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c158 if (dcb->type != DCB_OUTPUT_TMDS || dcb->location == DCB_LOC_ON_CHIP) in get_tmds_slave()
210 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP) in nv04_dfp_prepare_sel_clk()
262 if (nv_encoder->dcb->location == DCB_LOC_ON_CHIP) in nv04_dfp_prepare()
342 if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP && in nv04_dfp_mode_set()
718 entry->location != DCB_LOC_ON_CHIP) in nv04_dfp_create()
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-powernv.txt8 Each location code of FRU/Enclosure must be expressed in the
/linux/Documentation/devicetree/bindings/dma/
H A Dmilbeaut-m10v-xdmac.txt9 - reg: Should contain DMA registers location and length.
/linux/drivers/platform/x86/dell/
H A Ddell-smbios.h44 u16 location; member

12345678910>>...30