Home
last modified time | relevance | path

Searched refs:PCI_X_CMD_READ_2K (Results 1 – 2 of 2) sorted by path

/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c10589 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10592 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
/linux/include/uapi/linux/
H A Dpci_regs.h421 #define PCI_X_CMD_READ_2K 0x0008 /* 2Kbyte maximum read byte count */ macro